Skip to content

Commit 253a46c

Browse files
authored
Merge pull request #5404 from sreeram-venkitesh/kep-4818-sleep-action-zero-value-to-GA
KEP 4818: Promote PodLifecycleSleepActionAllowZero to GA
2 parents 4a79142 + 79038b7 commit 253a46c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

keps/prod-readiness/sig-node/4818.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ kep-number: 4818
22
alpha:
33
approver: "@wojtek-t"
44
beta:
5+
approver: "@wojtek-t"
6+
stable:
57
approver: "@wojtek-t"

keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ Major milestones might include:
459459
- 2024-11-01: Alpha code PR merged
460460
- 2024-12-11: Kubernetes v1.32 release with PodLifecycleSleepActionAllowZero in alpha stage
461461
- 2025-02-06: KEP updated targeting to beta in v1.33
462+
- 2025-06-11: KEP updated targeting to stable in v1.34
462463

463464
## Drawbacks
464465

keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ approvers:
1616
see-also:
1717
- "/keps/sig-node/3960-pod-lifecycle-sleep-action"
1818

19-
stage: beta
19+
stage: stable
2020

21-
latest-milestone: "v1.33"
21+
latest-milestone: "v1.34"
2222

2323
milestone:
2424
alpha: "v1.32"
2525
beta: "v1.33"
26-
stable: ""
26+
stable: "v1.34"
2727

2828
feature-gates:
2929
- name: PodLifecycleSleepActionAllowZero

0 commit comments

Comments
 (0)