Skip to content

Commit 9e95cee

Browse files
committed
Update for 1.23 plans
1 parent 284799c commit 9e95cee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

keps/sig-apps/1847-autoremove-statefulset-pvcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ details). For now, we leave it here.
546546
## Implementation History
547547

548548
- 1.21, KEP created.
549-
- 1.22, alpha implementation.
549+
- 1.23, alpha implementation.
550550

551551
## Drawbacks
552552
The StatefulSet field update is required.

keps/sig-apps/1847-autoremove-statefulset-pvcs/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ stage: alpha
2525
latest-milestone: "v1.22"
2626

2727
milestone:
28-
alpha: "v1.22"
29-
beta: "v1.23"
30-
stable: "v1.24"
28+
alpha: "v1.23"
29+
beta: "v1.24"
30+
stable: "v1.25"
3131

3232
feature-gates:
3333
- name: StatefulSetAutoDeletePVC

0 commit comments

Comments
 (0)