Skip to content

Commit f86e45f

Browse files
committed
feat: update milestones
Signed-off-by: Jian Zeng <[email protected]>
1 parent ff0b495 commit f86e45f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

keps/sig-node/3288-separate-stdout-from-stderr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ There is no extra work required for users to maintain previous behavior, the cha
502502
caused by this enhancement are backwards compatible.
503503

504504
To make use of the enhancement, users will need to update the `kube-apiserver` and `kubelet`
505-
to at least `v1.29` and turn on feature gate `SplitStdoutAndStderr` in both components.
505+
to at least `v1.32` and turn on feature gate `SplitStdoutAndStderr` in both components.
506506

507507
### Version Skew Strategy
508508

keps/sig-node/3288-separate-stdout-from-stderr/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ approvers:
1818
# The target maturity stage in the current dev cycle for this KEP.
1919
stage: alpha
2020

21-
latest-milestone: "v1.29"
21+
latest-milestone: "v1.32"
2222

2323
# The milestone at which this feature was, or is targeted to be, at each stage.
2424
milestone:
25-
alpha: "v1.29"
26-
beta: "v1.30"
27-
stable: "v1.31"
25+
alpha: "v1.32"
26+
beta: "v1.33"
27+
stable: "v1.34"
2828

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

0 commit comments

Comments
 (0)