Skip to content

Commit 0e0da28

Browse files
authored
Merge pull request #4418 from wzshiming/kep-2681-ga
Move KEP 2681 to GA
2 parents 91360e2 + d3a9ec9 commit 0e0da28

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/sig-network/2681-pod-host-ip/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ N/A
474474
## Implementation History
475475

476476
- 2021-05-06: Initial KEP
477-
- 2023-08-15: Alpha release with kuberentes 1.28
477+
- 2023-08-15: Alpha release with Kubernetes 1.28
478+
- 2023-10-30: Beta release with Kubernetes 1.29
478479

479480
## Drawbacks
480481

keps/sig-network/2681-pod-host-ip/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ see-also:
2020
replaces: null
2121

2222
# The target maturity stage in the current dev cycle for this KEP.
23-
stage: beta
23+
stage: stable
2424

2525
# The most recent milestone for which work toward delivery of this KEP has been
2626
# done. This can be the current (upcoming) milestone, if it is being actively
2727
# worked on.
28-
latest-milestone: "v1.29"
28+
latest-milestone: "v1.30"
2929

3030
# The milestone at which this feature was, or is targeted to be, at each stage.
3131
milestone:
3232
alpha: "v1.28"
3333
beta: "v1.29"
34-
stable: "v1.31"
34+
stable: "v1.30"
3535

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

0 commit comments

Comments
 (0)