From 7bc22f40be764899b6266768699cdfe5959588ad Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 2 Oct 2025 13:49:03 -0400 Subject: [PATCH] KEP-127: retarget beta to 1.35 and include PSA updates there Signed-off-by: Peter Hunt --- keps/sig-node/127-user-namespaces/README.md | 2 +- keps/sig-node/127-user-namespaces/kep.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/keps/sig-node/127-user-namespaces/README.md b/keps/sig-node/127-user-namespaces/README.md index 0529d2137c1..c5ca1144b51 100644 --- a/keps/sig-node/127-user-namespaces/README.md +++ b/keps/sig-node/127-user-namespaces/README.md @@ -651,11 +651,11 @@ use container runtime versions that have the needed changes. - This feature is not supported on Windows. - Get review from VM container runtimes maintainers (not blocker, as VM runtimes should just ignore the field, but nice to have) +- Fully integrate into [Pod Security Standards (PSS)](#pod-security-standards-pss-integration) ##### GA - Gather and address feedback from the community -- Fully integrate into [Pod Security Standards (PSS)](#pod-security-standards-pss-integration) ### Upgrade / Downgrade Strategy diff --git a/keps/sig-node/127-user-namespaces/kep.yaml b/keps/sig-node/127-user-namespaces/kep.yaml index 2ea470621a1..829f9f7e908 100644 --- a/keps/sig-node/127-user-namespaces/kep.yaml +++ b/keps/sig-node/127-user-namespaces/kep.yaml @@ -16,11 +16,10 @@ approvers: - "@derekwaynecarr" stage: beta -latest-milestone: "v1.34" +latest-milestone: "v1.35" milestone: alpha: "v1.25" - beta: "v1.34" - stable: "v1.35" + beta: "v1.35" feature-gates: - name: UserNamespacesSupport