Skip to content

Commit

Permalink
Merge pull request #4221 from knight42/feat/update-kep-tracked-version
Browse files Browse the repository at this point in the history
feat: move SplitStdoutAndStderr feature to v1.32
  • Loading branch information
k8s-ci-robot committed Sep 12, 2024
2 parents 3faac19 + f86e45f commit 9679329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keps/sig-node/3288-separate-stdout-from-stderr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ There is no extra work required for users to maintain previous behavior, the cha
caused by this enhancement are backwards compatible.

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

### Version Skew Strategy

Expand Down
8 changes: 4 additions & 4 deletions keps/sig-node/3288-separate-stdout-from-stderr/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ approvers:
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha

latest-milestone: "v1.25"
latest-milestone: "v1.32"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.25"
beta: "v1.26"
stable: "v1.27"
alpha: "v1.32"
beta: "v1.33"
stable: "v1.34"

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

0 comments on commit 9679329

Please sign in to comment.