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.
159
159
Unit test matching Resources and performing customizations.
160
160
161
161
# # 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
164
164
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.
166
168
167
169
# # Alternatives
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ approvers:
13
13
editor : " @Liujingfang1"
14
14
creation-date : 2019-03-14
15
15
last-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