Skip to content

Update dependency kubernetes-sigs/gateway-api to v1.6.1 - #6

Open
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x
Open

Update dependency kubernetes-sigs/gateway-api to v1.6.1#6
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x

Conversation

@konflux-staging

@konflux-staging konflux-staging Bot commented Oct 8, 2024

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
kubernetes-sigs/gateway-api Kustomization minor v1.1.0v1.6.1 v1.6.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

kubernetes-sigs/gateway-api (kubernetes-sigs/gateway-api)

v1.6.1

Compare Source

v1.6.1

Major Changes Since v1.6.0

Test & Conformance
  • Change the port used in TCPRouteMultipleRoutesAttachment. (#​5053, @​davidjumani)
  • Respect CleanupTestResources for BackendTLSPolicy, TCPRouteMultipleRoutesAttachment and UDPRouteMultipleRoutesAttachment(#​5065, @​snorwin)
  • Fix SetupTimeoutConfig() not respecting defaults for ListenerSetMustHaveCondition, ListenerSetListenersMustHaveConditions, and RequiredConsecutiveSuccesses. (#​5066, @​immanuwell)
  • Honour tcpRouteMustHaveCondition and udpRouteMustHaveCondition timeouts which were silently ignore. (#​5067, @​immanuwell)
Other (Cleanup or Flake)
  • Fix GatewayStaticAddresses test flake by waiting for status.addresses to be published instead of assuming it appears atomically with Programmed. (#​5038, @​howardjohn)
  • Fix GatewayInfrastructure test flake by polling for generated infrastructure resources instead of assuming immediate visibility after the gateway is accepted. (#​5047, @​howardjohn)
  • Fix flaky TCPRouteWeightedRouting and UDPRouteWeightedRouting conformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#​5064, @​arybolovlev)

v1.6.0

Compare Source

v1.6.0

Changes Since v1.5.1

GEP & API Graduation
  • UDPRoute & TCPRoute Graduation:
    • UDPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#​4923, @​zac-nixon)
    • TCPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#​4920, @​zac-nixon)
  • GEP Status Updates:
Feature
  • API & Validation Enhancements:
    • API validation updated for HTTPRoute retries: retry.codes must now be unique and retry.attempts must be >= 1. (#​4907, @​snorwin)
    • Increase the number of allowed Certificate Authority references from 8 to 16. (#​4088, @​root30)
    • The TLSRoute CRD validation has been adjusted to allow up to 1024 hostnames and rules per TLSRoute resource. Operators must validate kube-apiserver, etcd and Gateway controller behavior with representative manifests prior to enabling the new limit in production. (#​4332, @​alexanderstephan)
    • BackendTLSPolicy now can be used in combination with other routes types. (#​4745, @​rikatz)
    • Allow the usage of up to 16 annotations on the gateway infrastructure object. (#​4707, @​wenisman)
  • Conformance Infrastructure:
    • Added conformance tests for UDPRoute (GEP-2645), a new GATEWAY-UDP conformance profile, a SupportTCPRoute feature, and a UDP/TCP echo server in echo-basic gated on UDP_ECHO_SERVER. (#​4861, @​zac-nixon)
  • Remove the idleTimeout field from the experimental SessionPersistence API. (#​4771, @​gcs278)
Documentation
Bug or Regression
  • IPv6 Support:
    • Fix GatewayFrontendClientCertificateValidationInsecureFallback, GatewayFrontendClientCertificateValidation, and GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#​4636, @​zirain)
    • Fix GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#​4629, @​zirain)
  • ValidatingAdmissionPolicy (VAP) Fixes:
    • Fixed an issue where the ValidatingAdmissionPolicy prevented experimental CRDs from being installed at all (instead of only when standard CRDs already exist). (#​4603, @​howardjohn)
    • Fixed the safe-upgrades ValidatingAdmissionPolicy to allow upgrades of experimental CRDs. (#​4557, @​snorwin)
  • CRD & Schema Validation:
    • Generated Gateway API CRD install manifests no longer include top-level CustomResourceDefinition status fields with invalid null values, fixing strict schema validation failures in tools such as kubeconform. (#​4712, @​MatteoFari)
    • Replace omitempty with omitzero for supportedKinds in ListenerStatus to preserve backward compatibility for controllers reconciling older Gateway API versions. (#​4551, @​snorwin)
  • API & Validation Fixes:
Test & Conformance
  • New Conformance Tests:
    • Add conformance test ListenerSetAllowedRoutesCrossNamespace which verifies that a ListenerSet only allows routes in its own namespace by default. (#​4841, @​asauber)
    • Added a conformance test covering the Gateway Accepted condition with reason ListenersNotValid and the Listener Accepted condition with reason UnsupportedProtocol. (#​4807, @​snorwin)
    • Added conformance test GatewayInvalidParametersRef that verifies a Gateway referencing an invalid parameters is rejected. (#​4808, @​snorwin)
    • Conformance: add ListenerSet tests for Route parentRef cases. (#​4912, @​asauber)
  • Test Machinery & Framework Updates:
    • Conformance: ExpectMirroredRequest now starts its log window before the requests are sent, so mirrors are not missed on high-latency data planes. (#​4952, @​lexfrei)
    • The default polling interval for conformance tests has been decreased. This can be modified by the new DefaultPollInterval. (#​4570, @​howardjohn)
    • The gRPC conformance request helper no longer closes a caller-supplied (injected) Options.GRPCClient; it closes only the DefaultClient it creates internally. This lets implementations reuse a custom gRPC client across requests. (#​4953, @​lexfrei)
  • Updates & Fixes to Existing Tests:
    • The conflicted=false condition is not required anymore in the listener status for non-conflicted listeners. (#​4642, @​zhaohuabing)
    • Fix TLSRoute conformance test to stop relying on self-signed certificates. (#​4930, @​rikatz)
    • Fixed MeshHTTPRoute307Redirect conformance test bug where the wrong manifest was used. (#​4806, @​jgreeer)
    • Update Gateway version to v1 in UDP conformance test. (#​4722, @​cnvergence)
    • Updated the TLSRoute conformance tests to allow FINs where previously RST was asserted. (#​4615, @​howardjohn)
    • conformance: add missing gateway-api/skip-this-for-readiness annotation to invalid gateways (#​5027, @​snorwin)
    • The GRPCRouteWeight conformance test now sends its distribution-sampling requests through the injectable Options.GRPCClient instead of a hardcoded DefaultClient, allowing implementations that supply a custom gRPC client to run it. (#​5004, @​lexfrei)
    • The HTTPRouteRequestPercentageMirror conformance test now derives its acceptance band from the binomial standard deviation instead of a flat ±15% relative tolerance, removing sampling-variance flakes at low mirror percentages. (#​5005, @​lexfrei)
    • Removed HTTPRoute retry tests with connection errors and backend timeouts (#​4994, @​snorwin)

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/gateway-api@v1.5.1...v1.6.0

v1.5.1

Compare Source

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.1

Major Changes Since v1.5.0

GEP
Conformance
  • Limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only (#​4665, @​zirain)
  • Fix conformance test not working on IPv6 (#​4646, @​zirain)
  • The conflicted=false condition is not required anym

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-staging

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from c66b05e to 987679f Compare February 12, 2025 08:03
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.2.0 Update dependency kubernetes-sigs/gateway-api to v1.2.1 Feb 12, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from 987679f to 331bb9e Compare April 30, 2025 08:16
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.2.1 Update dependency kubernetes-sigs/gateway-api to v1.3.0 Apr 30, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from 331bb9e to fdaf418 Compare October 7, 2025 08:16
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.3.0 Update dependency kubernetes-sigs/gateway-api to v1.4.0 Oct 7, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from fdaf418 to 9d00f8c Compare December 10, 2025 00:12
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.4.0 Update dependency kubernetes-sigs/gateway-api to v1.4.1 Dec 10, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from 9d00f8c to e908fa6 Compare February 28, 2026 12:14
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.4.1 Update dependency kubernetes-sigs/gateway-api to v1.5.0 Feb 28, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from e908fa6 to 903632c Compare March 14, 2026 04:21
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.5.0 Update dependency kubernetes-sigs/gateway-api to v1.5.1 Mar 14, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from 903632c to 9424eb5 Compare July 3, 2026 00:18
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.5.1 Update dependency kubernetes-sigs/gateway-api to v1.6.0 Jul 3, 2026
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/kubernetes-sigs-gateway-api-1.x branch from 9424eb5 to 042663a Compare July 19, 2026 20:26
@konflux-staging konflux-staging Bot changed the title Update dependency kubernetes-sigs/gateway-api to v1.6.0 Update dependency kubernetes-sigs/gateway-api to v1.6.1 Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants