Skip to content
Merged
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
2 changes: 1 addition & 1 deletion keps/sig-node/127-user-namespaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions keps/sig-node/127-user-namespaces/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down