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