Update module sigs.k8s.io/gateway-api to v1.4.0 #4030
Closed
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
v1.3.0
->v1.4.0
Release Notes
kubernetes-sigs/gateway-api (sigs.k8s.io/gateway-api)
v1.4.0
Compare Source
Major Changes since v1.3.0
Breaking Changes
Experimental CORS Support in HTTPRoute - Breaking Change for AllowCredentials Field
Users of the
Experimental
CORSAllowCredentials
field can now specify false.The underlying API specification type has changed from a enum of type boolean to
just a boolean, so users deploying
HTTPRoutes
via 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.spec
a required field. This is technically abackward-incompatible change, as previously the field was unintentionally
treated as optional because we erroneously used
omitempty
on.spec
(unlikeother APIs). Since the codebase didn't yet enforce explicit required markers,
that
omitempty
allowed a missing.spec
.Because
.spec
contains essential route configuration, omitting it renders aGRPCRoute
unusable 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
Standard
channel and are now considered generally available:
In this release, we introduced the following new features are moving to the
Experimental
channel, for implementations to evaluate:Gateways
to program some routes by default.HTTPRoute
.Other Iterations
Bug or Regression
Administrative
Changes by Kind
API
HTTPRoute
In the
Standard
channel, we've now added aName
field toHTTPRouteRule
and
HTTPRouteMatch
.Documentation
CI & Testing
Conformance Tests
Cleanup
Release Candidate Fixes
These are patches during the
v1.4.0
release candidate cycles from issues found or other small improvements needed for the final release:New Contributors
Full Changelog: kubernetes-sigs/gateway-api@v1.3.0...v1.4.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/Los_Angeles, 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.