Skip to content

chore(deps): bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#1499

Merged
programmer04 merged 1 commit intomainfrom
dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0
Mar 13, 2026
Merged

chore(deps): bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#1499
programmer04 merged 1 commit intomainfrom
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 12, 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

TLSRoute and ListenerSet have graduated to the Standard channel as v1. In 1.5.0, TLSRoute v1alpha2 is 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.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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 12, 2026 15:53
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.39%. Comparing base (8d6ca19) to head (3b25aa7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1499      +/-   ##
==========================================
+ Coverage   39.39%   41.39%   +2.00%     
==========================================
  Files          57       57              
  Lines        3742     3742              
==========================================
+ Hits         1474     1549      +75     
+ Misses       2035     1948      -87     
- Partials      233      245      +12     
Flag Coverage Δ
integration-test 45.30% <ø> (+2.27%) ⬆️
unit-test 2.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0 branch from 06f6356 to 3b25aa7 Compare March 13, 2026 07:52
@programmer04 programmer04 enabled auto-merge (squash) March 13, 2026 11:44
@programmer04 programmer04 merged commit 9012121 into main Mar 13, 2026
46 checks passed
@programmer04 programmer04 deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-1.5.0 branch March 13, 2026 11:44
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants