Skip to content

Commit cc54049

Browse files
authored
Merge pull request kubernetes#2345 from derekwaynecarr/memory-backed-volumes-beta
Intention to promote SizeMemoryBackedVolumes to beta
2 parents 315b154 + a5c5994 commit cc54049

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 1967
2+
beta:
3+
approver: "@johnbelamaric"

keps/sig-node/1967-size-memory-backed-volumes/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232

3333
Items marked with (R) are required *prior to targeting to a milestone / release*.
3434

35-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
36-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
37-
- [ ] (R) Design details are appropriately documented
38-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
39-
- [ ] (R) Graduation criteria is in place
40-
- [ ] (R) Production readiness review completed
41-
- [ ] Production readiness review approved
42-
- [ ] "Implementation History" section is up-to-date for milestone
43-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
44-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
35+
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
36+
- [x] (R) KEP approvers have approved the KEP status as `implementable`
37+
- [x] (R) Design details are appropriately documented
38+
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
39+
- [x] (R) Graduation criteria is in place
40+
- [x] (R) Production readiness review completed
41+
- [x] Production readiness review approved
42+
- [x] "Implementation History" section is up-to-date for milestone
43+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
44+
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4545

4646
## Summary
4747

@@ -248,6 +248,8 @@ Not applicable
248248

249249
## Implementation History
250250

251+
v1.20: Launched to `Alpha`
252+
251253
## Drawbacks
252254

253255
None.

keps/sig-node/1967-size-memory-backed-volumes/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ see-also:
1717
replaces:
1818

1919
# The target maturity stage in the current dev cycle for this KEP.
20-
stage: alpha
20+
stage: beta
2121

2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.20"
25+
latest-milestone: "v1.21"
2626

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

0 commit comments

Comments
 (0)