Skip to content

Commit ea8837d

Browse files
authored
Merge pull request kubernetes#2967 from neolit123/1.23-retro-update-kep-patches
KEP-1739: retro-update the customization with patches to Beta
2 parents f26d295 + a7a1a8d commit ea8837d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

keps/sig-cluster-lifecycle/kubeadm/1739-customization-with-patches/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,8 @@ Major milestones might include
857857

858858
- 2020-05-04: initial provisional KEP created
859859
- 2020-05-14: addressed feedback, filled PRR questionnaire, KEP marked as implementable
860+
- 2021-09-09: marked the feature as graduated to Beta. This was done as part of
861+
the kubeadm v1beta3 API work. The actions under "Alpha -> Beta" are completed.
860862

861863
## Drawbacks
862864

keps/sig-cluster-lifecycle/kubeadm/1739-customization-with-patches/kep.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ replaces:
1818
- "/keps/sig-cluster-lifecycle/kubeadm/20190722-Advanced-configurations-with-kubeadm-(Kustomize).md"
1919

2020
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: alpha
21+
stage: beta
2222

2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.19"
26+
# NOTE: keeping this at v1.0 to avoid PRR. See milestones bellow.
27+
latest-milestone: "v1.0"
2728

2829
# The milestone at which this feature was, or is targeted to be, at each stage.
2930
milestone:
3031
alpha: "v1.19"
31-
beta: "v1.20"
32-
stable: "v1.22"
32+
beta: "v1.22"
33+
stable: "TODO"

0 commit comments

Comments
 (0)