Skip to content

Commit 4d42146

Browse files
authored
Merge pull request kubernetes#3207 from saschagrunert/dockershim-kep-update
KEP-2221: Update dockershim removal KEP to reflect latest changes
2 parents 64e11e8 + 7e6bde4 commit 4d42146

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 2221
2+
stable:
3+
approver: "@ehashman"

keps/sig-node/2221-remove-dockershim/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
4040
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
4141
- [X] (R) Graduation criteria is in place
4242
- [X] (R) Production readiness review completed
43-
- [ ] Production readiness review approved
44-
- [ ] "Implementation History" section is up-to-date for milestone
45-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
46-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
43+
- [X] Production readiness review approved
44+
- [X] "Implementation History" section is up-to-date for milestone
45+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
46+
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4747

4848
## Terms
4949

@@ -286,6 +286,7 @@ Not applicable
286286

287287
## Implementation History
288288

289+
- 02/03/2022 (v1.24): Update KEP to reflect latest state.
289290
- 12/02/2020 (v1.20): [Dockershim Deprecation FAQ](https://kubernetes.io/blog/2020/12/02/dockershim-faq/) published.
290291
- 12/08/2020 (v1.20): dockershim deprecation [warning added to kubelet](https://kubernetes.io/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation).
291292

keps/sig-node/2221-remove-dockershim/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ see-also:
2222
replaces:
2323

2424
# The target maturity stage in the current dev cycle for this KEP.
25-
stage: alpha
25+
stage: stable
2626

2727
# The most recent milestone for which work toward delivery of this KEP has been
2828
# done. This can be the current (upcoming) milestone, if it is being actively
2929
# worked on.
30-
latest-milestone: "v1.20"
30+
latest-milestone: "v1.24"
3131

3232
# The milestone at which this feature was, or is targeted to be, at each stage.
3333
milestone:

0 commit comments

Comments
 (0)