Skip to content

Commit 1c6f1a0

Browse files
committed
Promote the feature to the disabled stage
1 parent 4c85919 commit 1c6f1a0

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

keps/prod-readiness/sig-network/4004.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# "prod-readiness-approvers" group
33
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
44
kep-number: 4004
5-
alpha:
5+
deprecated:
66
approver: "@wojtek-t"
7-
beta:
7+
disabled:
88
approver: "@wojtek-t"

keps/sig-network/4004-deprecate-kube-proxy-version/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
- [Integration tests](#integration-tests)
1818
- [e2e tests](#e2e-tests)
1919
- [Graduation Criteria](#graduation-criteria)
20-
- [Alpha](#alpha)
21-
- [GA](#ga)
20+
- [Deprecated](#deprecated)
21+
- [Disabled](#disabled)
2222
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
2323
- [Version Skew Strategy](#version-skew-strategy)
2424
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -143,15 +143,17 @@ to implement this enhancement.
143143

144144
### Graduation Criteria
145145

146-
#### Alpha
146+
#### Deprecated
147147

148148
- Created the feature gate, disabled by default.
149149
- Started looking for components that might be using the deprecated field.
150150
- Make sure it works fine on supported versions of [version skew](https://kubernetes.io/releases/version-skew-policy/).
151151

152-
#### GA
152+
#### Disabled
153+
154+
- No issues reported.
155+
- The announcement of deprecation will be made no less than one year in advance.
153156

154-
- No issues reported during two releases.
155157

156158
### Upgrade / Downgrade Strategy
157159

@@ -421,6 +423,8 @@ N/A.
421423

422424
\- 2024-08-25: Replace with Deprecated feature gates.
423425

426+
\- 2025-01-23: promote feature to the disabled stage.
427+
424428
## Drawbacks
425429

426430
## Alternatives

keps/sig-network/4004-deprecate-kube-proxy-version/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ see-also: []
1717
replaces: []
1818

1919
# The target maturity stage in the current dev cycle for this KEP.
20-
stage: beta
20+
stage: disabled
2121

2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.31"
25+
latest-milestone: "v1.33"
2626

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
2929
deprecated: "v1.29"
30-
stable: "v1.33"
30+
disabled: "v1.33"
3131

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

0 commit comments

Comments
 (0)