Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions keps/sig-node/5365-ImageVolume-with-image-digest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ tags, and then generate with `hack/update-toc.sh`.
- [Graduation Criteria](#graduation-criteria)
- [Alpha](#alpha)
- [Beta](#beta)
- [GA](#ga)
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
- [Version Skew Strategy](#version-skew-strategy)
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
Expand Down Expand Up @@ -541,6 +542,9 @@ in back-to-back releases.
#### Beta
- Feature is supported by both containerd and CRI-O runtimes

#### GA
- Add a conformance test that ensures the cluster will properly set the field when expected and not set when not expected.

### Upgrade / Downgrade Strategy

Upgrade: Feature gate is off by default in Alpha.
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ stage: alpha # alpha|beta|stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.34"
latest-milestone: "v1.35"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.34"
alpha: "v1.35"
beta: "TBD"
stable: "TBD"

Expand Down