File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
keps/sig-node/5365-ImageVolume-with-image-digest Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ tags, and then generate with `hack/update-toc.sh`.
9999 - [ Graduation Criteria] ( #graduation-criteria )
100100 - [ Alpha] ( #alpha )
101101 - [ Beta] ( #beta )
102+ - [ GA] ( #ga )
102103 - [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
103104 - [ Version Skew Strategy] ( #version-skew-strategy )
104105- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -541,6 +542,9 @@ in back-to-back releases.
541542#### Beta
542543- Feature is supported by both containerd and CRI-O runtimes
543544
545+ #### GA
546+ - Add a conformance test that ensures the cluster will properly set the field when expected and not set when not expected.
547+
544548### Upgrade / Downgrade Strategy
545549
546550Upgrade: Feature gate is off by default in Alpha.
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ stage: alpha # alpha|beta|stable
2525# The most recent milestone for which work toward delivery of this KEP has been
2626# done. This can be the current (upcoming) milestone, if it is being actively
2727# worked on.
28- latest-milestone : " v1.34 "
28+ latest-milestone : " v1.35 "
2929
3030# The milestone at which this feature was, or is targeted to be, at each stage.
3131milestone :
32- alpha : " v1.34 "
32+ alpha : " v1.35 "
3333 beta : " TBD"
3434 stable : " TBD"
3535
You can’t perform that action at this time.
0 commit comments