chore: Bump Gateway API to v1.6.1#14426
Merged
Merged
Conversation
Signed-off-by: David Jumani <[email protected]>
JCigan
approved these changes
Jul 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Kubernetes Gateway API dependency and associated artifacts to v1.6.1, updating the vendored Gateway API CRDs and aligning conformance/test configuration with the new version.
Changes:
- Bump
sigs.k8s.io/gateway-apiandsigs.k8s.io/gateway-api/conformanceto v1.6.1. - Refresh the bundled Gateway API CRD manifest to the v1.6.1 bundle (including schema/doc updates and new/updated experimental resources).
- Update conformance and nightly test version inputs to target v1.6.1.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pkg/kgateway/crds/gateway-crds.yaml | Updates bundled Gateway API CRDs to v1.6.1. |
| Makefile | Bumps conformance install version to v1.6.1 and adjusts conformance skip list. |
| hack/utils/oss_compliance/osa_provided.md | Updates compliance table to reflect Gateway API v1.6.1. |
| go.sum | Updates module checksums for the bumped Gateway API dependencies. |
| go.mod | Bumps Gateway API and conformance module versions to v1.6.1. |
| .github/workflows/nightly-tests.yaml | Updates nightly test matrix Gateway API versions to v1.6.1. |
sheidkamp
approved these changes
Jul 16, 2026
davidjumani
enabled auto-merge
July 16, 2026 17:55
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.
Description
Bumps gateway api to v1.6.1
Change Type
/kind bump
Changelog
Additional Notes