diff --git a/keps/prod-readiness/sig-node/3857.yaml b/keps/prod-readiness/sig-node/3857.yaml index e55da9d37de8..071ac142cea3 100644 --- a/keps/prod-readiness/sig-node/3857.yaml +++ b/keps/prod-readiness/sig-node/3857.yaml @@ -1,3 +1,5 @@ kep-number: 3857 alpha: approver: "@johnbelamaric" +beta: + approver: "@johnbelamaric" diff --git a/keps/sig-node/3857-rro-mounts/README.md b/keps/sig-node/3857-rro-mounts/README.md index e85b6147b152..03dd088ad36c 100644 --- a/keps/sig-node/3857-rro-mounts/README.md +++ b/keps/sig-node/3857-rro-mounts/README.md @@ -693,9 +693,12 @@ in back-to-back releases. #### Beta - e2e tests pass with containerd, CRI-O, and cri-dockerd + - https://github.com/containerd/containerd/pull/9787 + - https://github.com/cri-o/cri-o/pull/7962 + - https://github.com/Mirantis/cri-dockerd/pull/370 #### GA -- (Will be revisited during beta) +- Two beta releases at least ### Upgrade / Downgrade Strategy diff --git a/keps/sig-node/3857-rro-mounts/kep.yaml b/keps/sig-node/3857-rro-mounts/kep.yaml index 69c75ff86c6d..c154e1ac40fa 100644 --- a/keps/sig-node/3857-rro-mounts/kep.yaml +++ b/keps/sig-node/3857-rro-mounts/kep.yaml @@ -6,7 +6,7 @@ owning-sig: sig-node #participating-sigs: # - sig-aaa # - sig-bbb -status: implementable +status: implemented creation-date: 2023-02-09 reviewers: - "@thockin" @@ -21,17 +21,17 @@ approvers: # - "/keps/sig-ccc/3456-replaced-kep" # # The target maturity stage in the current dev cycle for this KEP. -stage: alpha +stage: beta # 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.30" +latest-milestone: "v1.31" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.30" -# beta: "v1.XX" + beta: "v1.31" # stable: "v1.XX" # The following PRR answers are required at alpha release