Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/gateway-api v1.3.1-0.20250611112659-17a60f668a0d -> v1.4.0 age confidence

Warning

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.4.0

Compare 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 like metadata.annotations: Too long: may not be more than 262144 bytes. To work around this please use kubectl 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 Experimental CORS AllowCredentials 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 the
experimental 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 a
backward-incompatible change, as previously the field was unintentionally
treated as optional because we erroneously used omitempty on .spec (unlike
other 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 a
GRPCRoute unusable and causes route implementation to fail, so we expect this
change 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:

Other Iterations

Bug or Regression

Administrative

Changes by Kind

API
HTTPRoute

In the Standard channel, we've now added a Name field to HTTPRouteRule
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

v1.4.0-rc.2

Compare Source

Changes Since v1.4.0-rc.1

New Contributors

Full Changelog

Full Changelog: kubernetes-sigs/gateway-api@v1.4.0-rc.1...v1.4.0-rc2


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 17, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 23 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.34.0 -> v0.34.1
k8s.io/apiextensions-apiserver v0.34.0 -> v0.34.1
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0
github.com/go-openapi/jsonpointer v0.21.1 -> v0.21.2
github.com/prometheus/client_golang v1.22.0 -> v1.23.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.37.0
golang.org/x/crypto v0.40.0 -> v0.41.0
golang.org/x/mod v0.26.0 -> v0.27.0
golang.org/x/net v0.42.0 -> v0.43.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/term v0.33.0 -> v0.34.0
golang.org/x/text v0.27.0 -> v0.28.0
golang.org/x/tools v0.35.0 -> v0.36.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250707201910-8d1bb00bc6a7
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 -> v0.0.0-20250826171959-ef028d996bc1
google.golang.org/grpc v1.74.2 -> v1.75.1
google.golang.org/protobuf v1.36.7 -> v1.36.8
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/apimachinery v0.34.0 -> v0.34.1
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250814151709-d7b6acb124c3
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20250820121507-0af2bda4dd1d
sigs.k8s.io/controller-runtime v0.20.4 -> v0.22.1
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-gateway-api-1.x branch 2 times, most recently from 21dfec9 to 9527ae8 Compare September 26, 2025 21:56
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0-rc.1 fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0-rc.2 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-gateway-api-1.x branch from 9527ae8 to 68680d7 Compare September 30, 2025 00:50
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-gateway-api-1.x branch from 68680d7 to c49951e Compare October 6, 2025 12:56
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0-rc.2 fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0 Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants