Skip to content

Commit 40cb8db

Browse files
authored
Merge pull request kubernetes#2396 from soltysh/cronjob_ga
KEP-19: Graduate CronJob to stable: update stage and milestone
2 parents b192052 + 29e77ef commit 40cb8db

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 19
2+
stable:
3+
approver: "@wojtek-t"

keps/sig-apps/19-Graduate-CronJob-to-Stable/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
6767
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
6868
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
6969

70+
[kubernetes.io]: https://kubernetes.io/
71+
[kubernetes/enhancements]: https://git.k8s.io/enhancements
72+
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
73+
[kubernetes/website]: https://git.k8s.io/website
74+
7075
## Summary
7176

7277
[CronJob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/) is a Kubernetes API that creates Job object on a schedule specified by a cron spec. It is in beta status since v1.8, and currently if it does not progress before v1.22, it will be marked deprecated with target release for removal being v1.25. This document lays out the plan to promote it to stable.

keps/sig-apps/19-Graduate-CronJob-to-Stable/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ replaces:
2626
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/cronjob.md"
2727

2828
# The target maturity stage in the current dev cycle for this KEP.
29-
stage: beta
29+
stage: stable
3030

3131
# The most recent milestone for which work toward delivery of this KEP has been
3232
# done. This can be the current (upcoming) milestone, if it is being actively
3333
# worked on.
34-
latest-milestone: "v1.20"
34+
latest-milestone: "v1.21"
3535

3636
# The milestone at which this feature was, or is targeted to be, at each stage.
3737
milestone:

0 commit comments

Comments
 (0)