File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
keps/sig-cli/2383-extend-kustomize-patches-to-multiple-targets Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,11 @@ Update Kustomize and Kubectl docs with this new capability.
159159Unit test matching Resources and performing customizations.
160160
161161# # Implementation History
162- - Add `Patch` struct in `Kustomization` type.
163- - Update the patching transformer to recognize `Patch` and match
162+ - [x] Add `Patch` struct in `Kustomization` type.
163+ - [x] Update the patching transformer to recognize `Patch` and match
164164 multiple resources
165- - Add unit test and integration test
165+ - [x] Add unit test and integration test
166+
167+ This feature was released in [v3.1.0](https://kubernetes-sigs.github.io/kustomize/blog/2019/07/26/v3.1.0/) of kustomize.
166168
167169# # Alternatives
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ approvers:
1313editor : " @Liujingfang1"
1414creation-date : 2019-03-14
1515last-updated : 2019-03-18
16- status : implementable
17- see-also :
18- replaces :
19- superseded-by :
20- - n/a
21-
22- latest-milestone : " 0.0"
23- stage : " alpha"
16+ status : implemented
17+ latest-milestone : " 1.16"
18+ stage : " beta"
You can’t perform that action at this time.
0 commit comments