-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-1847: Update beta milestone to 1.25 #3193
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| kep-number: 1847 | ||
| alpha: | ||
| approver: "@wojtek-t" | ||
| beta: | ||
| approver: "@johnbelamaric" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,19 +15,19 @@ reviewers: | |
| - "@msau42" | ||
| - "@janetkuo" | ||
| prr-approvers: | ||
| - "@wojtek-t" | ||
| - "@johnbelamaric" | ||
| approvers: | ||
| - "@msau42" | ||
| - "@janetkuo" | ||
|
|
||
| stage: alpha | ||
| stage: beta | ||
|
|
||
| latest-milestone: "v1.23" | ||
| latest-milestone: "v1.25" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're missing https://github.com/kubernetes/enhancements/blob/master/keps/prod-readiness/sig-apps/1847.yaml updated for PRR review.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated 1847.yaml with the beta tag, is that sufficient? Also is it okay to leave Wojtek on there? |
||
|
|
||
| milestone: | ||
| alpha: "v1.23" | ||
| beta: "v1.24" | ||
| stable: "v1.25" | ||
| beta: "v1.25" | ||
| stable: "v1.27" | ||
|
|
||
| feature-gates: | ||
| - name: StatefulSetAutoDeletePVC | ||
|
|
@@ -36,6 +36,10 @@ feature-gates: | |
| - kube-apiserver | ||
| disable-supported: true | ||
|
|
||
| # The following PRR answers are required at beta release | ||
| # metrics: | ||
| # Currently no metrics is planned for alpha release. | ||
| metrics: | ||
| - statefulset_reconcile_delay | ||
| - statefulset_unhealthy_pods | ||
| - statefulset_pvcs_owned_by_pod | ||
| - statefulset_pvcs_owned_by_set | ||
| - statefulset_when_deleted_policy | ||
| - statefulset_when_scaled_policy | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't change the tag, but add another one. @wojtek-t will you have some time to check this one out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, kept the reviewer as Wojtek but please LMK if I should switch it to another person.