Skip to content

Commit f53995b

Browse files
committed
Update KEP 2383
1 parent 5f679e9 commit f53995b

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

keps/sig-cli/2383-extend-kustomize-patches-to-multiple-targets/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ Update Kustomize and Kubectl docs with this new capability.
159159
Unit 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

keps/sig-cli/2383-extend-kustomize-patches-to-multiple-targets/kep.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ approvers:
1313
editor: "@Liujingfang1"
1414
creation-date: 2019-03-14
1515
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"

0 commit comments

Comments
 (0)