Skip to content

Commit 9679329

Browse files
authored
Merge pull request kubernetes#4221 from knight42/feat/update-kep-tracked-version
feat: move SplitStdoutAndStderr feature to v1.32
2 parents 3faac19 + f86e45f commit 9679329

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.25` 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.25"
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.25"
26-
beta: "v1.26"
27-
stable: "v1.27"
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)