Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SSA GA to 1.22 #2732

Merged
merged 1 commit into from
May 13, 2021
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-api-machinery/555-server-side-apply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ This can be promoted to beta when it is a drop-in replacement for the existing
kubectl apply, and has no regressions (which aren't bug fixes). This KEP will be
updated when we know the concrete things changing for beta.

A GA version of this is targeted for 1.21.
A GA version of this is targeted for 1.22.

- E2E tests are created and graduate to conformance
- [Apply for client-go's typed client](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2144-clientgo-apply) is implemented and at least one kube-controller-manager uses that client
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-api-machinery/555-server-side-apply/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ superseded-by:
- n/a

stage: stable
latest-milestone: "v1.21"
latest-milestone: "v1.22"

milestone:
alpha: "v1.14"
beta: "v1.16"
stable: "v1.21"
stable: "v1.22"

feature-gates:
- name: ServerSideApply
Expand Down