renovate-bot opened a new pull request, #172:
URL: https://github.com/apache/superset-kubernetes-operator/pull/172

   This PR contains the following updates:
   
   | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | 
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
   |---|---|---|---|
   | 
[sigs.k8s.io/gateway-api](https://redirect.github.com/kubernetes-sigs/gateway-api)
 | `v1.5.1` β†’ `v1.6.0` | 
![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fgateway-api/v1.6.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fgateway-api/v1.5.1/v1.6.0?slim=true)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>kubernetes-sigs/gateway-api (sigs.k8s.io/gateway-api)</summary>
   
   ### 
[`v1.6.0`](https://redirect.github.com/kubernetes-sigs/gateway-api/releases/tag/v1.6.0)
   
   [Compare 
Source](https://redirect.github.com/kubernetes-sigs/gateway-api/compare/v1.5.1...v1.6.0)
   
   ### 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. 
([#&#8203;4923](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4923),
 [@&#8203;zac-nixon](https://redirect.github.com/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. 
([#&#8203;4920](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4920),
 [@&#8203;zac-nixon](https://redirect.github.com/zac-nixon))
   - **GEP Status Updates:**
     - Add GEP for the `XBackend` resource into Experimental status 
([#&#8203;4488](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4488),
 [@&#8203;keithmattix](https://redirect.github.com/keithmattix))
     - Move TCPRoute GEP to Standard 
([#&#8203;4783](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4783),
 [@&#8203;zac-nixon](https://redirect.github.com/zac-nixon))
     - Move UDPRoute GEP to Standard 
([#&#8203;5030](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/5030),
 [@&#8203;rikatz](https://redirect.github.com/rikatz))
   
   ##### Feature
   
   - **API & Validation Enhancements:**
     - API validation updated for HTTPRoute retries: `retry.codes` must now be 
unique and `retry.attempts` must be >= 1. 
([#&#8203;4907](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4907),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
     - Increase the number of allowed Certificate Authority references from `8` 
to `16`. 
([#&#8203;4088](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4088),
 [@&#8203;root30](https://redirect.github.com/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. 
([#&#8203;4332](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4332),
 [@&#8203;alexanderstephan](https://redirect.github.com/alexanderstephan))
     - BackendTLSPolicy now can be used in combination with other routes types. 
([#&#8203;4745](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4745),
 [@&#8203;rikatz](https://redirect.github.com/rikatz))
     - Allow the usage of up to 16 annotations on the gateway infrastructure 
object. 
([#&#8203;4707](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4707),
 [@&#8203;wenisman](https://redirect.github.com/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. 
([#&#8203;4861](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4861),
 [@&#8203;zac-nixon](https://redirect.github.com/zac-nixon))
   - Remove the `idleTimeout` field from the experimental SessionPersistence 
API. 
([#&#8203;4771](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4771),
 [@&#8203;gcs278](https://redirect.github.com/gcs278))
   
   ##### Documentation
   
   - **Migration & Site Updates:**
     - Migrate documentation from MkDocs to Docsy. 
([#&#8203;4734](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4734),
 [@&#8203;iromanycheva-eng](https://redirect.github.com/iromanycheva-eng))
     - The new wizard should be available at 
<https://gateway-api.sigs.k8s.io/wizard>. 
([#&#8203;4584](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4584),
 [@&#8203;bexxmodd](https://redirect.github.com/bexxmodd))
   - **API Specs & Guidance Clarifications:**
     - Add missing apidoc for BackendTLSPolicy extended support. 
([#&#8203;4828](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4828),
 [@&#8203;rikatz](https://redirect.github.com/rikatz))
     - Add the missing `ListenersNotValid` programmed reason for listenerSets. 
([#&#8203;4586](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4586),
 [@&#8203;davidjumani](https://redirect.github.com/davidjumani))
     - Added documentation guidance recommending GRPCRoute for gRPC traffic. 
([#&#8203;4513](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4513),
 [@&#8203;kahirokunn](https://redirect.github.com/kahirokunn))
     - Clarified CORS API documentation to describe behavior based on 
`allowCredentials` instead of credentialed requests. 
([#&#8203;4663](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4663),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
     - Previously, implementations were required to reject GRPCRoute and 
HTTPRoutes on the same hostname (however, few implementations did this). Now, 
implementations may optionally do this, or allow them to coincide. 
([#&#8203;4598](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4598),
 [@&#8203;howardjohn](https://redirect.github.com/howardjohn))
     - Updates the documentation around the ListenerConditionConflicted 
condition. 
([#&#8203;4659](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4659),
 [@&#8203;davidjumani](https://redirect.github.com/davidjumani))
   - **Fixes:**
     - Grammar fix in docs for concepts/use cases. 
([#&#8203;4798](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4798),
 [@&#8203;jkburges](https://redirect.github.com/jkburges))
   
   ##### Bug or Regression
   
   - **IPv6 Support:**
     - Fix `GatewayFrontendClientCertificateValidationInsecureFallback`, 
`GatewayFrontendClientCertificateValidation`, and 
`GatewayFrontendInvalidDefaultClientCertificateValidation` failing on IPv6 
clusters. 
([#&#8203;4636](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4636),
 [@&#8203;zirain](https://redirect.github.com/zirain))
     - Fix `GatewayFrontendInvalidDefaultClientCertificateValidation` failing 
on IPv6 clusters. 
([#&#8203;4629](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4629),
 [@&#8203;zirain](https://redirect.github.com/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). 
([#&#8203;4603](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4603),
 [@&#8203;howardjohn](https://redirect.github.com/howardjohn))
     - Fixed the safe-upgrades ValidatingAdmissionPolicy to allow upgrades of 
experimental CRDs. 
([#&#8203;4557](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4557),
 [@&#8203;snorwin](https://redirect.github.com/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. 
([#&#8203;4712](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4712),
 [@&#8203;MatteoFari](https://redirect.github.com/MatteoFari))
     - Replace `omitempty` with `omitzero` for `supportedKinds` in 
ListenerStatus to preserve backward compatibility for controllers reconciling 
older Gateway API versions. 
([#&#8203;4551](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4551),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
   - **API & Validation Fixes:**
     - It is disallowed to have repeated `filters` of `type` `CORS`. 
([#&#8203;4639](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4639),
 [@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki))
     - Limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only. 
([#&#8203;4665](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4665),
 [@&#8203;zirain](https://redirect.github.com/zirain))
     - Make explicit call about resource names requiring to be RFC 1035 
compliant. 
([#&#8203;4787](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4787),
 [@&#8203;rikatz](https://redirect.github.com/rikatz))
     - Make `referencegrant.spec` field required. 
([#&#8203;4845](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4845),
 [@&#8203;bexxmodd](https://redirect.github.com/bexxmodd))
   
   ##### Test & Conformance
   
   - **New Conformance Tests:**
     - Add conformance test `ListenerSetAllowedRoutesCrossNamespace` which 
verifies that a ListenerSet only allows routes in its own namespace by default. 
([#&#8203;4841](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4841),
 [@&#8203;asauber](https://redirect.github.com/asauber))
     - Added a conformance test covering the Gateway `Accepted` condition with 
reason `ListenersNotValid` and the Listener `Accepted` condition with reason 
`UnsupportedProtocol`. 
([#&#8203;4807](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4807),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
     - Added conformance test `GatewayInvalidParametersRef` that verifies a 
Gateway referencing an invalid parameters is rejected. 
([#&#8203;4808](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4808),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
     - Conformance: add ListenerSet tests for Route parentRef cases. 
([#&#8203;4912](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4912),
 [@&#8203;asauber](https://redirect.github.com/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. 
([#&#8203;4952](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4952),
 [@&#8203;lexfrei](https://redirect.github.com/lexfrei))
     - The default polling interval for conformance tests has been decreased. 
This can be modified by the new `DefaultPollInterval`. 
([#&#8203;4570](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4570),
 [@&#8203;howardjohn](https://redirect.github.com/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. 
([#&#8203;4953](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4953),
 [@&#8203;lexfrei](https://redirect.github.com/lexfrei))
   - **Updates & Fixes to Existing Tests:**
     - The `conflicted=false` condition is not required anymore in the listener 
status for non-conflicted listeners. 
([#&#8203;4642](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4642),
 [@&#8203;zhaohuabing](https://redirect.github.com/zhaohuabing))
     - Fix TLSRoute conformance test to stop relying on self-signed 
certificates. 
([#&#8203;4930](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4930),
 [@&#8203;rikatz](https://redirect.github.com/rikatz))
     - Fixed MeshHTTPRoute307Redirect conformance test bug where the wrong 
manifest was used. 
([#&#8203;4806](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4806),
 [@&#8203;jgreeer](https://redirect.github.com/jgreeer))
     - Update Gateway version to v1 in UDP conformance test. 
([#&#8203;4722](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4722),
 [@&#8203;cnvergence](https://redirect.github.com/cnvergence))
     - Updated the TLSRoute conformance tests to allow FINs where previously 
RST was asserted. 
([#&#8203;4615](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4615),
 [@&#8203;howardjohn](https://redirect.github.com/howardjohn))
     - conformance: add missing gateway-api/skip-this-for-readiness annotation 
to invalid gateways 
([#&#8203;5027](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/5027),
 [@&#8203;snorwin](https://redirect.github.com/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. 
([#&#8203;5004](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/5004),
 [@&#8203;lexfrei](https://redirect.github.com/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. 
([#&#8203;5005](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/5005),
 [@&#8203;lexfrei](https://redirect.github.com/lexfrei))
     - Removed HTTPRoute retry tests with connection errors and backend 
timeouts 
([#&#8203;4994](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4994),
 [@&#8203;snorwin](https://redirect.github.com/snorwin))
   
   #### What's Changed
   
   - TLSRoute: Add conformance test for with Invalid BackendRef Kind by 
[@&#8203;rostislavbobo](https://redirect.github.com/rostislavbobo) in 
[#&#8203;4504](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4504)
   - TLSRoute: Add conformance test for with nonexistent BackendRef by 
[@&#8203;rostislavbobo](https://redirect.github.com/rostislavbobo) in 
[#&#8203;4507](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4507)
   - CORS: HTTPCORSFilter and GEP 1767 clean-ups by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4506](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4506)
   - Finalize CORS gep adjustments by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4515](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4515)
   - docs: update broken link for Acnodal EPIC and Cilium Slack by 
[@&#8203;natherz97](https://redirect.github.com/natherz97) in 
[#&#8203;4422](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4422)
   - conformance test: CORS by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4494](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4494)
   - \[main] Promote client-certificate validation features to Standard by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4532](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4532)
   - conformance: Re-add ListenerSetAllowedRoutesSupportedKinds by 
[@&#8203;davidjumani](https://redirect.github.com/davidjumani) in 
[#&#8203;4512](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4512)
   - Update docs about cert-manager by 
[@&#8203;adrianmoisey](https://redirect.github.com/adrianmoisey) in 
[#&#8203;4539](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4539)
   - CORS conformance fixes regarding credentials and wildcards by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4542](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4542)
   - fix: FailFast should return when test failed by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4540](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4540)
   - cleanup: fix typo by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4546](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4546)
   - cleanup: align types for listener ResolvedRefs condition reason by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4543](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4543)
   - fix: use omitzero instead of omitempty for supportedKinds to ensure 
backward compatibility by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4551](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4551)
   - remove copyright years after 2025 by 
[@&#8203;LiorLieberman](https://redirect.github.com/LiorLieberman) in 
[#&#8203;4562](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4562)
   - conformance: client certificate AllowInsecureFallback validation mode 
tests by [@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4468](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4468)
   - Add script to verify release artifacts. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4527](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4527)
   - fix: enable safe-upgrades VAP to permit upgrades of experimental CRDs by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4557](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4557)
   - bump lychee and fix local links by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4573](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4573)
   - Documentation for GEP-91 Client Certificate Validation Configuration by 
[@&#8203;kl52752](https://redirect.github.com/kl52752) in 
[#&#8203;4552](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4552)
   - Docs gep 3155 by [@&#8203;kl52752](https://redirect.github.com/kl52752) in 
[#&#8203;4553](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4553)
   - fix: Update listener set programmed conditions by 
[@&#8203;davidjumani](https://redirect.github.com/davidjumani) in 
[#&#8203;4586](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4586)
   - Add missing IgnoreWhitespace: true by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4567](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4567)
   - fix: Remove missing namespace in example manifests by 
[@&#8203;davidjumani](https://redirect.github.com/davidjumani) in 
[#&#8203;4591](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4591)
   - TLSRoute: Add conformance tests for connection rejection by 
[@&#8203;rostislavbobo](https://redirect.github.com/rostislavbobo) in 
[#&#8203;4583](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4583)
   - Update CEL validation of allowOrigins by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4594](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4594)
   - docs: prevent patch releases from invalidating conformance reports. by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4596](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4596)
   - conformance: tune and allow configuring polling interval by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4570](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4570)
   - safe-upgrade: allow installing experimental when no current CRD is in… by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4603](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4603)
   - mark promoted features on GEP lists by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4601](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4601)
   - docs: Add documentation for ListenerSets by 
[@&#8203;davidjumani](https://redirect.github.com/davidjumani) in 
[#&#8203;4568](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4568)
   - docs: Update site-docs for 1.5 by 
[@&#8203;kflynn](https://redirect.github.com/kflynn) in 
[#&#8203;4609](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4609)
   - tlsroute: allow FIN or RST instead of just RST by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4615](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4615)
   - Fix for release artifact validation CI by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4620](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4620)
   - fix: propagate context and fix defer leak in DumpEchoLogs by 
[@&#8203;samzong](https://redirect.github.com/samzong) in 
[#&#8203;4617](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4617)
   - docs: Document 404 behavior when request doesn't match any Listener by 
[@&#8203;AlirezaPourchali](https://redirect.github.com/AlirezaPourchali) in 
[#&#8203;4408](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4408)
   - fix GatewayFrontendInvalidDefaultClientCertificateValidation test by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4629](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4629)
   - fix: improve GatewayMustHaveAttachedListeners log by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4623](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4623)
   - fix: align short name by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4619](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4619)
   - Add Hostname concept and explanation document by 
[@&#8203;youngnick](https://redirect.github.com/youngnick) in 
[#&#8203;4516](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4516)
   - Add 204 as a possible cors preflight response code by 
[@&#8203;jcmoraisjr](https://redirect.github.com/jcmoraisjr) in 
[#&#8203;4627](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4627)
   - Controller matching wizard by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4584](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4584)
   - fix: use JoinHostPort by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4636](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4636)
   - Disallow repeated CORS filters by CEL by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4639](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4639)
   - fix SetupTimeoutConfig by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4630](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4630)
   - Minute clean-ups in conformance tests for CORS by 
[@&#8203;DamianSawicki](https://redirect.github.com/DamianSawicki) in 
[#&#8203;4634](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4634)
   - Creates a consts for common values in conformance by 
[@&#8203;carmal891](https://redirect.github.com/carmal891) in 
[#&#8203;4541](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4541)
   - fix: fix typo error by 
[@&#8203;yuluo-yx](https://redirect.github.com/yuluo-yx) in 
[#&#8203;4638](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4638)
   - docs: add total column to conformance reports by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4597](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4597)
   - docs: fix broken links from security-model rename by 
[@&#8203;pl4nty](https://redirect.github.com/pl4nty) in 
[#&#8203;4658](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4658)
   - update ListenerConditionConflicted condition docs by 
[@&#8203;davidjumani](https://redirect.github.com/davidjumani) in 
[#&#8203;4659](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4659)
   - allow absent conflict condition for non-conflicted listeners by 
[@&#8203;zhaohuabing](https://redirect.github.com/zhaohuabing) in 
[#&#8203;4642](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4642)
   - limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only by 
[@&#8203;zirain](https://redirect.github.com/zirain) in 
[#&#8203;4665](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4665)
   - Docs: Remove deprecated copy\_on\_write option by 
[@&#8203;Seo-yul](https://redirect.github.com/Seo-yul) in 
[#&#8203;4678](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4678)
   - add a way to override timeout configs with a flag by 
[@&#8203;LiorLieberman](https://redirect.github.com/LiorLieberman) in 
[#&#8203;4671](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4671)
   - docs: fix mkdocs redirects warning  by 
[@&#8203;Seo-yul](https://redirect.github.com/Seo-yul) in 
[#&#8203;4680](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4680)
   - docs: Add feature names to guides and concepts pages by 
[@&#8203;robscott](https://redirect.github.com/robscott) in 
[#&#8203;4672](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4672)
   - implement findings on gh actions by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4622](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4622)
   - some formatting changes to wizard ui. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4656](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4656)
   - conformance: fix ListenerSetAllowedRoutesSupportedKinds flaking by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4675](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4675)
   - align TLSRoute with hostname concept by 
[@&#8203;vinayakray19](https://redirect.github.com/vinayakray19) in 
[#&#8203;4650](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4650)
   - CORS: clarify API documentation and remove conformance tests for 
credentialed requests by [@&#8203;snorwin](https://redirect.github.com/snorwin) 
in 
[#&#8203;4663](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4663)
   - 2734 - update gateway infrastructure annotations to 16 by 
[@&#8203;wenisman](https://redirect.github.com/wenisman) in 
[#&#8203;4707](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4707)
   - docs: Include patch versions in wizard data and add v1.5 features by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4710](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4710)
   - GatewayInfrastructure: use uncached client lookups by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4717](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4717)
   - conformance: Move Inference Extension conformance helper functions to 
gateway-api/conformance by 
[@&#8203;ericdbishop](https://redirect.github.com/ericdbishop) in 
[#&#8203;4602](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4602)
   - Define union features by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4452](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4452)
   - generator: omit top-level CRD status from manifests by 
[@&#8203;MatteoFari](https://redirect.github.com/MatteoFari) in 
[#&#8203;4712](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4712)
   - conformance: update tests to use gatewayv1 APIs by 
[@&#8203;cnvergence](https://redirect.github.com/cnvergence) in 
[#&#8203;4722](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4722)
   - Make monthly release action to be manually triggered with supplied tag. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4736](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4736)
   - Add well-known labels package for GEP-1762 by 
[@&#8203;carmal891](https://redirect.github.com/carmal891) in 
[#&#8203;4705](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4705)
   - Add Google Analytics loader and event tracking for wizard by 
[@&#8203;iromanycheva-eng](https://redirect.github.com/iromanycheva-eng) in 
[#&#8203;4721](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4721)
   - start using images from registry.k8s.io by 
[@&#8203;upodroid](https://redirect.github.com/upodroid) in 
[#&#8203;4728](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4728)
   - Specify the usage of BackendTLSPolicy as a union feature by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4745](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4745)
   - Add gateway:util:excludeFromCRD comments for complex CEL validations by 
[@&#8203;AndrewCharlesHay](https://redirect.github.com/AndrewCharlesHay) in 
[#&#8203;4714](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4714)
   - conformance: make weight test 100x faster by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4740](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4740)
   - Update HTTPRoute BackendRefs public docs to match API spec. by 
[@&#8203;briantkennedy](https://redirect.github.com/briantkennedy) in 
[#&#8203;4758](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4758)
   - docs: better feature comparison table by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4744](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4744)
   - docs: clarify RequestHeaderModifier set behavior by 
[@&#8203;ShaanveerS](https://redirect.github.com/ShaanveerS) in 
[#&#8203;4684](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4684)
   - conformance: Add tests for omitted and empty backendRefs by 
[@&#8203;optix2000](https://redirect.github.com/optix2000) in 
[#&#8203;4750](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4750)
   - cleanup-test-resources option by 
[@&#8203;zhaohuabing](https://redirect.github.com/zhaohuabing) in 
[#&#8203;4776](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4776)
   - GEP-1619: Remove idleTimeout from SessionPersistence API by 
[@&#8203;gcs278](https://redirect.github.com/gcs278) in 
[#&#8203;4771](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4771)
   - Add session persistence conformance test plan by 
[@&#8203;salonichf5](https://redirect.github.com/salonichf5) in 
[#&#8203;4482](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4482)
   - Make explicit call about resource name restrictions by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4787](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4787)
   - Fix Google Analytics custom events in Controller Matching Wizard by 
[@&#8203;iromanycheva-eng](https://redirect.github.com/iromanycheva-eng) in 
[#&#8203;4782](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4782)
   - docs: update ReferenceGrant API references to v1 by 
[@&#8203;JoeyC-Dev](https://redirect.github.com/JoeyC-Dev) in 
[#&#8203;4796](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4796)
   - Issue-4087: Increase MaxItems for CACertificateRefs validation by 
[@&#8203;root30](https://redirect.github.com/root30) in 
[#&#8203;4088](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4088)
   - Fix grammar/sentence by 
[@&#8203;jkburges](https://redirect.github.com/jkburges) in 
[#&#8203;4798](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4798)
   - fix mismatched annotation by 
[@&#8203;davidxia](https://redirect.github.com/davidxia) in 
[#&#8203;4793](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4793)
   - stop building arm64 images on preverify jobs by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4803](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4803)
   - V1.5 Implementations page review by 
[@&#8203;youngnick](https://redirect.github.com/youngnick) in 
[#&#8203;4741](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4741)
   - Update the bundle version for VAP and add it as a release step. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4759](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4759)
   - Fix MeshHTTPRoute307Redirect conformance test by 
[@&#8203;jgreeer](https://redirect.github.com/jgreeer) in 
[#&#8203;4806](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4806)
   - Mkdocs Migration Python CLI for 
[#&#8203;3860](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3860)
 by [@&#8203;RoseWrightdev](https://redirect.github.com/RoseWrightdev) in 
[#&#8203;3999](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3999)
   - Make conformance reports require just major and minor GW API versions by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4792](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4792)
   - fix: drop GRPCRoute from supported kinds assertion as the test does not 
require to support them by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4805](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4805)
   - test(conformance): add test for Gateway Accepted condition with 
InvalidParameters reason by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4808](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4808)
   - EXP: UDPRoute by 
[@&#8203;zac-nixon](https://redirect.github.com/zac-nixon) in 
[#&#8203;4720](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4720)
   - Bump golangci-lint (and KAL) to support Go 1.26 by 
[@&#8203;erikgb](https://redirect.github.com/erikgb) in 
[#&#8203;4820](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4820)
   - Bump K8s dependencies to 1.36 by 
[@&#8203;erikgb](https://redirect.github.com/erikgb) in 
[#&#8203;4819](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4819)
   - fix: add `j2_line_comment_prefix` back to mkdocs configuration by 
[@&#8203;JoeyC-Dev](https://redirect.github.com/JoeyC-Dev) in 
[#&#8203;4822](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4822)
   - PROVISIONAL: Backend GEP by 
[@&#8203;keithmattix](https://redirect.github.com/keithmattix) in 
[#&#8203;4818](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4818)
   - 
[#&#8203;4826](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4826)
 Fix inconsistencies in ListenerSet example by 
[@&#8203;vovtz](https://redirect.github.com/vovtz) in 
[#&#8203;4827](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4827)
   - test(conformance): add tests for Gateway listener Accepted condition with 
UnsupportedProtocol reason by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4807](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4807)
   - Add missing API doc for BackendTLSPolicy as union feature by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4828](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4828)
   - EXP:  TCPRoute GEP by 
[@&#8203;zac-nixon](https://redirect.github.com/zac-nixon) in 
[#&#8203;4783](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4783)
   - Update RELEASE.md by [@&#8203;kflynn](https://redirect.github.com/kflynn) 
in 
[#&#8203;4836](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4836)
   - gep-4768: Standardized Telemetry API (provisional) by 
[@&#8203;gkhom](https://redirect.github.com/gkhom) in 
[#&#8203;4775](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4775)
   - docs: Add guidance preferring GRPCRoute for gRPC by 
[@&#8203;kahirokunn](https://redirect.github.com/kahirokunn) in 
[#&#8203;4513](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4513)
   - Increase TLSRoute hostnames limit from 16 to 1024 by 
[@&#8203;alexanderstephan](https://redirect.github.com/alexanderstephan) in 
[#&#8203;4332](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4332)
   - \[gep-1713] ListenerSet: Fix typos and other inconsistencies by 
[@&#8203;dprotaso](https://redirect.github.com/dprotaso) in 
[#&#8203;4824](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4824)
   - grpc: do not require unique hostnames with http by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4598](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4598)
   - Enable golangci-lint modernize linter by 
[@&#8203;erikgb](https://redirect.github.com/erikgb) in 
[#&#8203;4821](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4821)
   - conformance: add cross-namespace ListenerSet AllowedRoutes test by 
[@&#8203;asauber](https://redirect.github.com/asauber) in 
[#&#8203;4841](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4841)
   - \[breaking change] Remove optional marker from ReferenceGrant.Spec by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4845](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4845)
   - Prevent arbitrary code execution hack scripts by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4846](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4846)
   - Fix Stored DOM XSS in Controller Wizard by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4848](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4848)
   - Migrate documentation from MkDocs to Docsy by 
[@&#8203;iromanycheva-eng](https://redirect.github.com/iromanycheva-eng) in 
[#&#8203;4734](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4734)
   - Remove legacy mkdocs files by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4855](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4855)
   - add GEP 3965: Implementation-Specific Matches by 
[@&#8203;howardjohn](https://redirect.github.com/howardjohn) in 
[#&#8203;4676](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4676)
   - fix wizard theme compatibility for dark mode by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4857](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4857)
   - Add verify-crdify script to detect breaking changes in CRDs by 
[@&#8203;ElenaZvereva](https://redirect.github.com/ElenaZvereva) in 
[#&#8203;4830](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4830)
   - Secure monthly-release workflow by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4849](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4849)
   - test: retry simulation for echo-basic backend by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4862](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4862)
   - bump controller-tools by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4864](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4864)
   - docs: fix header background color by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4863](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4863)
   - fix: initialize retry count map to prevent nil map panic by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4866](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4866)
   - docs: add front matter to GEP pages to fix search links by 
[@&#8203;gcs278](https://redirect.github.com/gcs278) in 
[#&#8203;4868](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4868)
   - cleanup: fix docs build variable mismatch and script error handling by 
[@&#8203;samzong](https://redirect.github.com/samzong) in 
[#&#8203;4616](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4616)
   - EXP: Backend Resource by 
[@&#8203;keithmattix](https://redirect.github.com/keithmattix) in 
[#&#8203;4488](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4488)
   - docs: ensure example files reference proper pages + update API version by 
[@&#8203;JoeyC-Dev](https://redirect.github.com/JoeyC-Dev) in 
[#&#8203;4840](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4840)
   - docs: fix broken links in README.md by 
[@&#8203;arybolovlev](https://redirect.github.com/arybolovlev) in 
[#&#8203;4877](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4877)
   - feat(echo-basic): Add UDP Echo server by 
[@&#8203;zac-nixon](https://redirect.github.com/zac-nixon) in 
[#&#8203;4871](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4871)
   - Update UDPRoute gep to add more conformance and clarification by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4879](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4879)
   - Update TCPRoute gep to add more conformance and clarification by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4878](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4878)
   - test(conformance): Add TCPRoute conformance tests for GEP-2644 by 
[@&#8203;zac-nixon](https://redirect.github.com/zac-nixon) in 
[#&#8203;4874](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4874)
   - test(conformance): add normative tests for HTTPRoute retries by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4817](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4817)
   - test(conformance): Add UDPRoute conformance tests for GEP-2645 by 
[@&#8203;zac-nixon](https://redirect.github.com/zac-nixon) in 
[#&#8203;4861](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4861)
   - Add guidance on API documentation by 
[@&#8203;rikatz](https://redirect.github.com/rikatz) in 
[#&#8203;4160](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4160)
   - Set release title to tag name in monthly release workflow by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4886](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4886)
   - conformance: make timeout and other fields configurable via yaml by 
[@&#8203;ericdbishop](https://redirect.github.com/ericdbishop) in 
[#&#8203;4773](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4773)
   - test: enhance retry simulation with TCP failure mode and retry delay by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4897](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4897)
   - test: remove backoff from normative HTTPRoute retry tests by 
[@&#8203;snorwin](https://redirect.github.com/snorwin) in 
[#&#8203;4898](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4898)
   - \[release-1.6] bump dependencies and remove deprecated h2c package by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4904](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4904)
   - \[release-1.6] Skip conformance options test to avoid replacing flags by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4906](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4906)
   - \[release-1.6] api: use listType=set for HTTPRoute retry status codes and 
validate retry attempts >= 1 by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4907](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4907)
   - \[release-1.6] test(conformance) Touch up L4 conformance  by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4909](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4909)
   - \[release-1.6] test(conformance): add test for HTTPRoute retries with 
timeouts by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4910](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4910)
   - \[release-1.6] conformance: add ListenerSet tests for Route parentRefs by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4912](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4912)
   - \[release-1.6] feat(apis): Promote TCPRoute to v1 by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4920](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4920)
   - \[release-1.6] feat(apis): Promote UDPRoute to v1 by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4923](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4923)
   - \[release-1.6] EXP: XBackend Implementation by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4924](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4924)
   - \[release-1.6] stop using selfsigned certificate on tlsroute tests and 
reuse cert function by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4930](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4930)
   - \[release-1.6] conformance: check pods in namespaces by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4944](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4944)
   - \[release-1.6] conformance: start the mirror log window before the 
requests are sent by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4952](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4952)
   - \[release-1.6] Close only the gRPC client the request helper owns by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4953](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4953)
   - release v1.6.0-rc.1 by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;4957](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4957)
   - Correct Backend in changelog by 
[@&#8203;keithmattix](https://redirect.github.com/keithmattix) in 
[#&#8203;4964](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4964)
   - \[release-1.6] Run Gateway and BackendTLSPolicy conformance tests in 
parallel by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4967](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4967)
   - \[release-1.6] chore: Update TCP && UDP Route version in conformance tests 
by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4981](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4981)
   - \[release-1.6] fix: Invalid listener in TCPRouteInvalidNonTCPListener by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4984](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4984)
   - \[release-1.6] fix: remove HTTPRoute retry tests with connection errors 
and backend timeouts by [@&#8203;snorwin](https://redirect.github.com/snorwin) 
in 
[#&#8203;4994](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4994)
   - \[release-1.6] test(conformance): add test covering shared and dedicated 
routes across multiple Gateways by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;4997](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4997)
   - \[release-1.6] conformance: avoid mirror log races (Backport of 
[#&#8203;4887](https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4887))
 by [@&#8203;youngnick](https://redirect.github.com/youngnick) in 
[#&#8203;5002](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5002)
   - \[release-1.6] Derive percentage-mirror tolerance from the binomial 
standard deviation by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;5005](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5005)
   - \[release-1.6] Route the GRPCRouteWeight sampler through the injectable 
GRPCClient by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;5004](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5004)
   - \[release-1.6] Add an injectable WebSocket dialer to the conformance suite 
by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;5003](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5003)
   - Preping v1.6.0-rc.2 release. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;5007](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5007)
   - \[release-1.6] conformance: add missing 
gateway-api/skip-this-for-readiness annotation to invalid gateways by 
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
 in 
[#&#8203;5027](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5027)
   - version bump and changelog update for v1.6.0 release. by 
[@&#8203;bexxmodd](https://redirect.github.com/bexxmodd) in 
[#&#8203;5029](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/5029)
   
   #### New Contributors
   
   - [@&#8203;natherz97](https://redirect.github.com/natherz97) made their 
first contribution in 
[#&#8203;4422](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4422)
   - [@&#8203;jukie](https://redirect.github.com/jukie) made their first 
contribution in 
[#&#8203;4525](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4525)
   - [@&#8203;samzong](https://redirect.github.com/samzong) made their first 
contribution in 
[#&#8203;4617](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4617)
   - [@&#8203;AlirezaPourchali](https://redirect.github.com/AlirezaPourchali) 
made their first contribution in 
[#&#8203;4408](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4408)
   - [@&#8203;abdallahmahran10](https://redirect.github.com/abdallahmahran10) 
made their first contribution in 
[#&#8203;4610](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4610)
   - [@&#8203;yuluo-yx](https://redirect.github.com/yuluo-yx) made their first 
contribution in 
[#&#8203;4638](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4638)
   - [@&#8203;pl4nty](https://redirect.github.com/pl4nty) made their first 
contribution in 
[#&#8203;4657](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4657)
   - [@&#8203;vinayakray19](https://redirect.github.com/vinayakray19) made 
their first contribution in 
[#&#8203;4650](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4650)
   - [@&#8203;szkaraddd](https://redirect.github.com/szkaraddd) made their 
first contribution in 
[#&#8203;4702](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4702)
   - [@&#8203;tyxeron](https://redirect.github.com/tyxeron) made their first 
contribution in 
[#&#8203;4694](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4694)
   - [@&#8203;wenisman](https://redirect.github.com/wenisman) made their first 
contribution in 
[#&#8203;4707](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4707)
   - [@&#8203;MatteoFari](https://redirect.github.com/MatteoFari) made their 
first contribution in 
[#&#8203;4712](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4712)
   - [@&#8203;upodroid](https://redirect.github.com/upodroid) made their first 
contribution in 
[#&#8203;4728](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4728)
   - [@&#8203;AndrewCharlesHay](https://redirect.github.com/AndrewCharlesHay) 
made their first contribution in 
[#&#8203;4714](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4714)
   - [@&#8203;ShaanveerS](https://redirect.github.com/ShaanveerS) made their 
first contribution in 
[#&#8203;4684](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4684)
   - [@&#8203;optix2000](https://redirect.github.com/optix2000) made their 
first contribution in 
[#&#8203;4750](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4750)
   - [@&#8203;jkburges](https://redirect.github.com/jkburges) made their first 
contribution in 
[#&#8203;4798](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4798)
   - [@&#8203;davidxia](https://redirect.github.com/davidxia) made their first 
contribution in 
[#&#8203;4793](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4793)
   - [@&#8203;RoseWrightdev](https://redirect.github.com/RoseWrightdev) made 
their first contribution in 
[#&#8203;3999](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3999)
   - [@&#8203;vovtz](https://redirect.github.com/vovtz) made their first 
contribution in 
[#&#8203;4827](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4827)
   - [@&#8203;gkhom](https://redirect.github.com/gkhom) made their first 
contribution in 
[#&#8203;4775](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4775)
   - [@&#8203;alexanderstephan](https://redirect.github.com/alexanderstephan) 
made their first contribution in 
[#&#8203;4332](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4332)
   - [@&#8203;perbu](https://redirect.github.com/perbu) made their first 
contribution in 
[#&#8203;4831](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4831)
   - [@&#8203;ElenaZvereva](https://redirect.github.com/ElenaZvereva) made 
their first contribution in 
[#&#8203;4830](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4830)
   - [@&#8203;arybolovlev](https://redirect.github.com/arybolovlev) made their 
first contribution in 
[#&#8203;4877](https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4877)
   
   **Full Changelog**: 
<https://github.com/kubernetes-sigs/gateway-api/compare/v1.5.1...v1.6.0>
   
   </details>
   
   ---
   
   ### 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job 
log](https://developer.mend.io/github/apache/superset-kubernetes-operator).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to