From 80f4c69360d115ca24b991e42d67bb8a0a652bc8 Mon Sep 17 00:00:00 2001 From: Itamar Holder Date: Wed, 8 Oct 2025 11:11:27 +0300 Subject: [PATCH 1/2] retarget KEP alpha to v1.35 Signed-off-by: Itamar Holder --- keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml b/keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml index 8a28a69cdc3..d06dbd2f3fa 100644 --- a/keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml +++ b/keps/sig-node/5365-ImageVolume-with-image-digest/kep.yaml @@ -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" From 6d9df311508a2f379c26507ef0a128ea7329e1e0 Mon Sep 17 00:00:00 2001 From: Itamar Holder Date: Wed, 8 Oct 2025 11:21:37 +0300 Subject: [PATCH 2/2] Add a GA requirement Signed-off-by: Itamar Holder --- keps/sig-node/5365-ImageVolume-with-image-digest/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keps/sig-node/5365-ImageVolume-with-image-digest/README.md b/keps/sig-node/5365-ImageVolume-with-image-digest/README.md index 9258aa09e91..328d2cc0229 100644 --- a/keps/sig-node/5365-ImageVolume-with-image-digest/README.md +++ b/keps/sig-node/5365-ImageVolume-with-image-digest/README.md @@ -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) @@ -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.