Skip to content

CP-29639: Bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#699

Merged
evan-cz merged 2 commits intodevelopfrom
dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0
Mar 5, 2026
Merged

CP-29639: Bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#699
evan-cz merged 2 commits intodevelopfrom
dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0.

Release notes

Sourced from sigs.k8s.io/gateway-api's releases.

v1.5.0

Warning: The Experimental channel CRDs are too large for a standard kubectl apply. To work around this please use kubectl apply --server-side=true instead -- or, even better, use kuberc to make server-side apply the default.

Gateway API v1.5.0

Major Changes Since v1.4.1

Breaking Changes

TLSRoute v1alpha2 and XListenerSet

Since TLSRoute and ListenerSet have graduated to the Standard channel, TLSRoute v1alpha2 and 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.io to guard against two specific concerns:

  • It prevents installing Experimental CRDs once you've installed Standard CRDs.
  • It prevents downgrading to a version prior to 1.5 after you've installed Gateway API 1.5.

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.io VAP first.

New Features

In this release, the following major features are moving to the Standard channel and are now considered generally available:

Additionally, the ReferenceGrant resource is moving to v1.

Experimental

  • Gateway/HTTPRoute level authentication (GEP-1494)

Full Changelog

... (truncated)

Commits
  • 3797b63 chore: Update CHANGELOG, version numbers, and approval link for 1.5.0 GA (#4607)
  • 95af031 CHANGELOG and version number updates for 1.5.0-rc.3 (#4605)
  • b54d6c6 [release-1.5] safe-upgrade: allow installing experimental when no current CRD...
  • 488006c chore: Update for 1.5.0-rc.2 (#4600)
  • b51d537 conformance: tune and allow configuring polling interval (#4599)
  • 14fdd82 [release-1.5] TLSRoute: Add conformance tests for connection rejection (#4593)
  • 48bfa99 [release-1.5] fix: enable safe-upgrades VAP to permit upgrades of experimenta...
  • af52d52 [release-1.5] Update CEL validation of allowOrigins (#4595)
  • 64f7573 fix: Update listener set programmed conditions (#4589)
  • 3740ae5 Add missing IgnoreWhitespace: true (#4590)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 4, 2026 16:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2026
@evan-cz evan-cz enabled auto-merge March 4, 2026 16:15
@evan-cz
Copy link
Contributor

evan-cz commented Mar 4, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0 branch 2 times, most recently from ede96d4 to d10a4fd Compare March 4, 2026 23:24
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@evan-cz evan-cz force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0 branch from d10a4fd to ef810ee Compare March 5, 2026 00:19
gateway-api v1.5.0 deprecates SchemeGroupVersion in favor of
GroupVersion. Since the two are different types (schema.GroupVersion
vs metav1.GroupVersion), callers that need schema.GroupVersion
must convert explicitly.

Functional Change:

Before: Static analysis (staticcheck SA1019) fails due to use of
deprecated gatewayv1.SchemeGroupVersion.

After: Uses gatewayv1.GroupVersion with explicit conversion to
schema.GroupVersion where needed. Static analysis passes.

Solution:

1. Replaced gatewayv1.SchemeGroupVersion with a schema.GroupVersion
   literal constructed from gatewayv1.GroupVersion in
   app/domain/webhook/helper/schema.go and
   app/domain/webhook/handler/gatewayclass_test.go

Validation:

- make analyze passes
@evan-cz evan-cz added this pull request to the merge queue Mar 5, 2026
Merged via the queue into develop with commit 9046cb0 Mar 5, 2026
44 checks passed
@evan-cz evan-cz deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0 branch March 5, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant