-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-3998: Graduate JobSuccessPolicy to GA #5148
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 1 commit
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 |
|---|---|---|
|
|
@@ -3,3 +3,5 @@ alpha: | |
| approver: "@wojtek-t" | ||
| beta: | ||
| approver: "@wojtek-t" | ||
| stable: | ||
| approver: "@wojtek-t" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ authors: | |
| owning-sig: sig-apps | ||
|
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. I'm missing the following updates in the README.md part of this enhancement:
Member
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. Let me check those, then share them with you here.
Member
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. |
||
| participating-sigs: | ||
| - sig-apps | ||
| status: implementable | ||
| status: implemented | ||
|
||
| creation-date: 2023-06-05 | ||
| reviewers: | ||
| - "@mimowo" | ||
|
|
@@ -21,18 +21,18 @@ see-also: | |
| - "/keps/sig-apps/4368-support-managed-by-batch-job" | ||
|
|
||
| # The target maturity stage in the current dev cycle for this KEP. | ||
| stage: beta | ||
| stage: stable | ||
|
|
||
| # The most recent milestone for which work toward delivery of this KEP has been | ||
| # done. This can be the current (upcoming) milestone, if it is being actively | ||
| # worked on. | ||
| latest-milestone: "v1.31" | ||
| latest-milestone: "v1.33" | ||
|
|
||
| # The milestone at which this feature was, or is targeted to be, at each stage. | ||
| milestone: | ||
| alpha: "v1.30" | ||
| beta: "v1.31" | ||
| stable: | ||
| stable: "v1.33" | ||
|
|
||
| # The following PRR answers are required at alpha release | ||
| # List the feature gate name and the components for which it must be enabled | ||
|
|
||
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.
Hi, @wojtek-t!
Would you mind taking this graduation as PRR approver?
Thanks.
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.
Sorry - I was out for last 3 weeks. Taking a look now.
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.
No problem. Thanks for the review!