feat(github-release): update gateway-api-source ( v1.4.0 → v1.6.1 ) - #309
Open
renovate[bot] wants to merge 1 commit into
Open
feat(github-release): update gateway-api-source ( v1.4.0 → v1.6.1 )#309renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- kubernetes/apps/network/traefik/network-crds Kustomization: flux-system/network-crds GitRepository: network/gateway-api-source
+++ kubernetes/apps/network/traefik/network-crds Kustomization: flux-system/network-crds GitRepository: network/gateway-api-source
@@ -12,9 +12,9 @@
# exclude all
/*
# include deploy crds dir
!/config/crd/experimental
interval: 30m
ref:
- tag: v1.4.0
+ tag: v1.6.1
url: https://github.com/kubernetes-sigs/gateway-api.git
|
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
May 18, 2026 20:07
a187777 to
9504e12
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
June 11, 2026 17:06
9504e12 to
df36c42
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
June 22, 2026 17:59
df36c42 to
5354a12
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
June 29, 2026 23:51
5354a12 to
bae1e2b
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
July 17, 2026 09:58
bae1e2b to
605bf7b
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
July 21, 2026 03:59
605bf7b to
c4d1c51
Compare
renovate
Bot
force-pushed
the
renovate/gateway-api-source-1.x
branch
from
August 12, 2026 00:35
c4d1c51 to
ab19cb1
Compare
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.
This PR contains the following updates:
v1.4.0→v1.6.1Release Notes
kubernetes-sigs/gateway-api (gateway-api-source)
v1.6.1Compare Source
v1.6.1
Major Changes Since v1.6.0
Test & Conformance
TCPRouteMultipleRoutesAttachment. (#5053, @davidjumani)CleanupTestResourcesforBackendTLSPolicy,TCPRouteMultipleRoutesAttachmentandUDPRouteMultipleRoutesAttachment(#5065, @snorwin)SetupTimeoutConfig()not respecting defaults forListenerSetMustHaveCondition,ListenerSetListenersMustHaveConditions, andRequiredConsecutiveSuccesses. (#5066, @immanuwell)tcpRouteMustHaveConditionandudpRouteMustHaveConditiontimeouts which were silently ignore. (#5067, @immanuwell)Other (Cleanup or Flake)
GatewayStaticAddressestest flake by waiting for status.addresses to be published instead of assuming it appears atomically with Programmed. (#5038, @howardjohn)GatewayInfrastructuretest flake by polling for generated infrastructure resources instead of assuming immediate visibility after the gateway is accepted. (#5047, @howardjohn)TCPRouteWeightedRoutingandUDPRouteWeightedRoutingconformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#5064, @arybolovlev)v1.6.0Compare Source
v1.6.0
Changes Since v1.5.1
GEP & API Graduation
XBackendresource into Experimental status (#4488, @keithmattix)Feature
retry.codesmust now be unique andretry.attemptsmust be >= 1. (#4907, @snorwin)8to16. (#4088, @root30)idleTimeoutfield from the experimental SessionPersistence API. (#4771, @gcs278)Documentation
ListenersNotValidprogrammed reason for listenerSets. (#4586, @davidjumani)allowCredentialsinstead of credentialed requests. (#4663, @snorwin)Bug or Regression
GatewayFrontendClientCertificateValidationInsecureFallback,GatewayFrontendClientCertificateValidation, andGatewayFrontendInvalidDefaultClientCertificateValidationfailing on IPv6 clusters. (#4636, @zirain)GatewayFrontendInvalidDefaultClientCertificateValidationfailing on IPv6 clusters. (#4629, @zirain)omitemptywithomitzeroforsupportedKindsin ListenerStatus to preserve backward compatibility for controllers reconciling older Gateway API versions. (#4551, @snorwin)filtersoftypeCORS. (#4639, @DamianSawicki)referencegrant.specfield required. (#4845, @bexxmodd)Test & Conformance
ListenerSetAllowedRoutesCrossNamespacewhich verifies that a ListenerSet only allows routes in its own namespace by default. (#4841, @asauber)Acceptedcondition with reasonListenersNotValidand the ListenerAcceptedcondition with reasonUnsupportedProtocol. (#4807, @snorwin)GatewayInvalidParametersRefthat verifies a Gateway referencing an invalid parameters is rejected. (#4808, @snorwin)ExpectMirroredRequestnow starts its log window before the requests are sent, so mirrors are not missed on high-latency data planes. (#4952, @lexfrei)DefaultPollInterval. (#4570, @howardjohn)Options.GRPCClient; it closes only theDefaultClientit creates internally. This lets implementations reuse a custom gRPC client across requests. (#4953, @lexfrei)conflicted=falsecondition is not required anymore in the listener status for non-conflicted listeners. (#4642, @zhaohuabing)What's Changed
j2_line_comment_prefixback to mkdocs configuration by @JoeyC-Dev in #4822New Contributors
Full Changelog: kubernetes-sigs/gateway-api@v1.5.1...v1.6.0
v1.5.1Compare Source
Warning: The Experimental channel CRDs are too large for a standard
kubectl apply. To work around this please usekubectl apply --server-side=trueinstead -- or, even better, usekubercto make server-side apply the default.Gateway API v1.5.1
Major Changes Since v1.5.0
GEP
Conformance
conflicted=falsecondition is not required anymore in the listener status for non-conflicted listeners. (#4664, @zhaohuabing)Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.