Skip to content

Commit

Permalink
Merge pull request #4170 from danwinship/kep-3705-beta-update
Browse files Browse the repository at this point in the history
KEP-3705: fix beta/GA releases for CloudDualStackNodeIPs
  • Loading branch information
k8s-ci-robot authored Sep 1, 2023
2 parents a30c625 + e8f23c8 commit 7a5323a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keps/sig-network/3705-cloud-node-ips/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ stage: beta
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.28"
latest-milestone: "v1.29"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.27"
beta: "v1.28"
stable: "v1.29"
beta: "v1.29"
stable: "v1.30"

# 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 7a5323a

Please sign in to comment.