release note for v3.1.0

This commit is contained in:
jingfangliu
2019-07-24 14:16:09 -07:00
parent ffd95ef5a9
commit 29959551da
2 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ English | [简体中文](zh/README.md)
## Release notes
* [3.1](v3.1.0.md) - Late July 2019. Extended pathces and improved resource matching.
* [3.0](v3.0.0.md) - Late June 2019. Plugin developer release.
* [2.1](v2.1.0.md) - 18 June 2019. Plugins, ordered resources, etc.

7
docs/v3.1.0.md Normal file
View File

@@ -0,0 +1,7 @@
# kustomize 3.1.0
## extended patches
Since this version, Kustomize allows applying one patch to multiple resources. This works for both Stretegic Merge Patch and JSON Patch. Take a look at [patch multiple objects](../examples/patchMultipleObjects.md).
## Improved Resource Matching