fix(deps): update module sigs.k8s.io/gateway-api to v1.5.1#561
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module sigs.k8s.io/gateway-api to v1.5.1#561renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
21dfec9 to
9527ae8
Compare
68680d7 to
c49951e
Compare
c49951e to
0374b2e
Compare
0374b2e to
98376ef
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
98376ef to
aa1d645
Compare
d5a67de to
d3c2e0b
Compare
8291ee3 to
fac160a
Compare
fac160a to
a754508
Compare
a754508 to
9145fe5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.1-0.20250611112659-17a60f668a0d→v1.5.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/gateway-api (sigs.k8s.io/gateway-api)
v1.5.1Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Gateway API v1.5.1
Major Changes Since v1.5.0
GEP
Conformance
conflicted=falsecondition is not required anymore in the listener status for non-conflicted listeners. (#4664, @zhaohuabing)What's Changed
Full Changelog: kubernetes-sigs/gateway-api@v1.5.0...v1.5.1
v1.5.0Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Gateway API v1.5.0
Major Changes Since v1.4.1
Breaking Changes
TLSRoute
v1alpha2and XListenerSetTLSRoute and ListenerSet have graduated to the Standard channel as
v1. In 1.5.0, TLSRoutev1alpha2is present only in the Experimental channel; in 1.6, it will be removed from the Experimental channel too.Additionally, note that TLSRoute's CEL validation requires Kubernetes 1.31 or higher.
Upgrades and ValidatingAdmissionPolicy
Gateway API 1.5 introduces a validating admission policy (VAP) called
safe-upgrades.gateway.networking.k8s.ioto guard against two specific concerns:These actions can't be known to be safe without detailed knowledge about your application and users. If you need to perform them, delete the
safe-upgrades.gateway.networking.k8s.ioVAP first.New Features
In this release, the following major features are moving to the
Standardchannel and are now considered generally available:v1(GEP-2643)Additionally, the ReferenceGrant resource is moving to
v1.Experimental
Full Changelog
Full Changelog: kubernetes-sigs/gateway-api@v1.4.1...v1.5.0
Dependencies
Added
Changed
1a19826→bd525da8d1bb00→ab9386aef028d9→ab9386ac297c0c→ec3ebc5d7b6acb→589584f0af2bda→914a6e7Removed
5ec99f8v1.5.0-rc.3Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Changes Since v1.5.0-rc.2
What's Changed
Full Changelog: kubernetes-sigs/gateway-api@v1.5.0-rc.2...v1.5.0-rc.3
v1.5.0-rc.2Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Changes Since v1.5.0-rc.1
omitemptywithomitzeroforsupportedKindsin ListenerStatus to preserve backward compatibility for controllers reconciling older Gateway API versions. (#4556, @snorwin)ListenersNotValidprogrammed reason for listenerSets (#4589, @davidjumani)What's Changed
Full Changelog: kubernetes-sigs/gateway-api@v1.5.0-rc.1...v1.5.0-rc.2
v1.5.0-rc.1Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Major Changes Since v1.4.1
Breaking Changes
TLSRoute
v1alpha2and XListenerSetSince TLSRoute and ListenerSet have graduated to the Standard channel, TLSRoute
v1alpha2and XListenerSet are no longer included in the Experimental channel.Additionally, note that TLSRoute's CEL validation requires Kubernetes 1.31 or higher.
Upgrades and ValidatingAdmissionPolicy
Gateway API 1.5 introduces a validating admission policy (VAP) called
safe-upgrades.gateway.networking.k8s.ioto guard against two specific concerns:These actions can't be known to be safe without detailed knowledge about your application and users. If you need to perform them, delete the
safe-upgrades.gateway.networking.k8s.ioVAP first.New Features
In this release, the following major features are moving to the
Standardchannel and are now considered generally available:v1(GEP-2643)Additionally, the ReferenceGrant resource is moving to
v1.Experimental
Changes by Kind
Test
GEPs
AttachedListenersconditions to the Gateway status which is the count of successful ListenerSet attachments to the gateway (#4211, @davidjumani)Feature
Documentation
AttachedListenersconditions to the Gateway status for the GEP and details for ListenerSets conformance tests (#4205, @davidjumani)Bug or Regression
minItems=1validation toHTTPRoute.spec.rulesto prevent creation of HTTPRoute resources without any rules. (#4301, @snorwin)Other (Cleanup or Flake)
AttachedListenerSets- the count of ListenerSets that have successfully attached to the gateway (#4358, @davidjumani)Uncategorized
Dependencies
Added
Changed
1a19826→bd525da8d1bb00→ab9386aef028d9→ab9386ac297c0c→ec3ebc5d7b6acb→589584f0af2bda→914a6e7d9cc664Removed
5ec99f8Full Changelog: kubernetes-sigs/gateway-api@v1.4.1...v1.5.0-rc.1
v1.4.1Compare Source
Warning: Regarding the Experimental CRDs - please note that the experimental CRDs for this release are too large for a standard
kubectl apply. You may receive an error likemetadata.annotations: Too long: may not be more than 262144 bytes. To work around this please usekubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/experimental-install.yaml. We're looking into ways to reduce the size for future releases to avoid this.Note: The installation YAML originally published with this release on 2025-12-04 mistakenly included changes from PR 3823 in the Standard channel, and from PRs 3774, 3823, and 4158 in the Experimental channel. After discussion among the Gateway API maintainers, we decided that the changes were minor enough that it was safe to modify the YAML in-place, which we did on 2026-02-10. Apologies for the confusion!
Changes Since v1.4.0
BackendTLSPolicy
targetRefper policy while Gateway API works through edge cases around representing the status of multipletargetRefsin a single policy. This restriction is expected to be lifted in a future release. (#4316, #4298)statusis correctly marked as a subresource. (#4245)Conformance
Thanks to
Ciara Stacke, Lior Lieberman, Nick Young, Norwin Schnyder, Ricardo Pchevuzinske Katz, and zirain
Full Changelog
Full Changelog: kubernetes-sigs/gateway-api@v1.4.0...v1.4.1
v1.4.0Compare Source
Warning: Regarding the Experimental CRDs - please note that the experimental CRDs for this release are too large for a standard
kubectl apply. You may receive an error likemetadata.annotations: Too long: may not be more than 262144 bytes. To work around this please usekubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/experimental-install.yaml. We're looking into ways to reduce the size for future releases to avoid this.Major Changes since v1.3.0
Breaking Changes
Experimental CORS Support in HTTPRoute - Breaking Change for AllowCredentials Field
Users of the
ExperimentalCORSAllowCredentialsfield can now specify false.The underlying API specification type has changed from a enum of type boolean to
just a boolean, so users deploying
HTTPRoutesvia libraries and evaluating theexperimental CORS support will need to adjust for the change in types. Please
see #3895 for more details.
Standard GRPCRoute - Spec Field Required (Technicality)
This PR makes
grpcroute.speca required field. This is technically abackward-incompatible change, as previously the field was unintentionally
treated as optional because we erroneously used
omitemptyon.spec(unlikeother APIs). Since the codebase didn't yet enforce explicit required markers,
that
omitemptyallowed a missing.spec.Because
.speccontains essential route configuration, omitting it renders aGRPCRouteunusable and causes route implementation to fail, so we expect thischange will not have adverse effects, but wanted to call it out all the same.
Please see #3937 for more details.
GEPs
New Features
In this release, the following major features are moving to the
Standardchannel and are now considered generally available:
In this release, we introduced the following new features are moving to the
Experimentalchannel, for implementations to evaluate:Gatewaysto program some routes by default.HTTPRoute.Other Iterations
Bug or Regression
Administrative
Changes by Kind
API
HTTPRoute
In the
Standardchannel, we've now added aNamefield toHTTPRouteRuleand
HTTPRouteMatch.Documentation
CI & Testing
Conformance Tests
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.