Skip to content

Commit 04644c3

Browse files
committed
KEP-3335: Update stable milestone to 1.31
1 parent bef5fc5 commit 04644c3

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

keps/prod-readiness/sig-apps/3335.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/sig-apps/3335-statefulset-slice/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ tags, and then generate with `hack/update-toc.sh`.
9999
- [Graduation Criteria](#graduation-criteria)
100100
- [Alpha](#alpha)
101101
- [Beta](#beta)
102+
- [GA](#ga)
102103
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
103104
- [Version Skew Strategy](#version-skew-strategy)
104105
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -139,15 +140,15 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
139140
- [X] (R) Design details are appropriately documented
140141
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
141142
- [ ] e2e Tests for all Beta API Operations (endpoints)
142-
- [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
143-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143+
- [X] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
144+
- [X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
144145
- [X] (R) Graduation criteria is in place
145-
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
146-
- [ ] (R) Production readiness review completed
147-
- [ ] (R) Production readiness review approved
146+
- [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
147+
- [X] (R) Production readiness review completed
148+
- [X] (R) Production readiness review approved
148149
- [X] "Implementation History" section is up-to-date for milestone
149150
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
150-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
151+
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
151152

152153
<!--
153154
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -536,6 +537,11 @@ in back-to-back releases.
536537
* Enable feature gate for e2e pipelines
537538
* Add e2e tests
538539

540+
#### GA
541+
542+
* Real-world usage
543+
* ([The LeaderWorkerSet API (LWS)](https://github.com/kubernetes-sigs/lws/blob/main/docs/setup/install.md))
544+
539545
### Upgrade / Downgrade Strategy
540546

541547
<!--
@@ -1045,7 +1051,8 @@ Major milestones might include:
10451051

10461052
- 2022-06-02: KEP created.
10471053
- 2022-10-06: Alpha implementation.
1048-
- 2023-02-09: Beta implementation.
1054+
- 2023-02-09: Beta graduation.
1055+
- 2024-06-04: Stable graduation.
10491056

10501057
## Drawbacks
10511058

keps/sig-apps/3335-statefulset-slice/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ approvers:
1515
- "@soltysh"
1616

1717
# The target maturity stage in the current dev cycle for this KEP.
18-
stage: beta
18+
stage: stable
1919

2020
# The most recent milestone for which work toward delivery of this KEP has been
2121
# done. This can be the current (upcoming) milestone, if it is being actively
2222
# worked on.
23-
latest-milestone: "v1.27"
23+
latest-milestone: "v1.31"
2424

2525
# The milestone at which this feature was, or is targeted to be, at each stage.
2626
milestone:
2727
alpha: "v1.26"
2828
beta: "v1.27"
29+
stable: "v1.31"
2930

3031
# The following PRR answers are required at alpha release
3132
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)