Skip to content

Commit bce5ffe

Browse files
authored
Merge pull request #5635 from iholder101/kep5365-retarget-1.35
Retarget KEP-5365 (ImageVolume with image digest) alpha graduation to v1.35
2 parents d4ada0b + 6d9df31 commit bce5ffe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

keps/sig-node/5365-ImageVolume-with-image-digest/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

546550
Upgrade: Feature gate is off by default in Alpha.

keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3131
milestone:
32-
alpha: "v1.34"
32+
alpha: "v1.35"
3333
beta: "TBD"
3434
stable: "TBD"
3535

0 commit comments

Comments
 (0)