Skip to content

Commit 3f76db7

Browse files
committed
Update SSA GA to 1.22
1 parent d035eac commit 3f76db7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keps/sig-api-machinery/555-server-side-apply/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ This can be promoted to beta when it is a drop-in replacement for the existing
528528
kubectl apply, and has no regressions (which aren't bug fixes). This KEP will be
529529
updated when we know the concrete things changing for beta.
530530

531-
A GA version of this is targeted for 1.21.
531+
A GA version of this is targeted for 1.22.
532532

533533
- E2E tests are created and graduate to conformance
534534
- [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

keps/sig-api-machinery/555-server-side-apply/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ superseded-by:
2525
- n/a
2626

2727
stage: stable
28-
latest-milestone: "v1.21"
28+
latest-milestone: "v1.22"
2929

3030
milestone:
3131
alpha: "v1.14"
3232
beta: "v1.16"
33-
stable: "v1.21"
33+
stable: "v1.22"
3434

3535
feature-gates:
3636
- name: ServerSideApply

0 commit comments

Comments
 (0)