CP-29639: Bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#699
Merged
CP-29639: Bump sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0#699
Conversation
evan-cz
approved these changes
Mar 4, 2026
Contributor
|
@dependabot rebase |
ede96d4 to
d10a4fd
Compare
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>
d10a4fd to
ef810ee
Compare
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
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.
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.
... (truncated)
Commits
3797b63chore: Update CHANGELOG, version numbers, and approval link for 1.5.0 GA (#4607)95af031CHANGELOG and version number updates for 1.5.0-rc.3 (#4605)b54d6c6[release-1.5] safe-upgrade: allow installing experimental when no current CRD...488006cchore: Update for 1.5.0-rc.2 (#4600)b51d537conformance: 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)64f7573fix: Update listener set programmed conditions (#4589)3740ae5Add missing IgnoreWhitespace: true (#4590)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)