contour
contour copied to clipboard
build(deps): bump sigs.k8s.io/gateway-api from 1.2.1 to 1.3.0
Bumps sigs.k8s.io/gateway-api from 1.2.1 to 1.3.0.
Release notes
Sourced from sigs.k8s.io/gateway-api's releases.
v1.3.0
Changes since v1.3.0-rc.2
Changes since v1.2.1
Noteworthy Changes for Implementors
This section is intended to be a guide for API changes that might inspire or require implementation changes. None of these API changes represent breaking changes.
OverlappingTLSConfig for Connection Coalescing
A new
OverlappingTLSConfigcondition has been added to Gateway Listeners to indicate situations where Connection Coalescing could be problematic. The Gateway specification for handling Hostname and SNI matching for HTTPS requests has been clarified and now recommends that implementations return 421 HTTP code responses in certain cases.
- Implementation of GEP-3567 - TLS Updates for Connection Coalescing. (#3630,
@robscott)- Add GEP-3567: Gateway TLS Updates for HTTP/2 Connection Coalescing. (#3572,
@robscott)Move
BackendTLSPolicySubjectAltNamesfrom Core to Extended
- The
SubjectAltNamesfield ofBackendTLSPolicychanged from Core to Extended feature. (#3591,@mlavacca)The
backendReffilter must send traffic to the correct backends when weighted routing is configured
- A new conformance test was added to ensure
backendReffilters don't affect weighted routing. (#3604,@dprotaso)Clarify reasons for certain object status conditions
- Set proper reason for Gateway
parametersRefAcceptedcondition whenparametersRefis invalid. (#3579,@mlavacca)- Improve GatewayClass
GatewayClassReasonInvalidParametersreason description. (#3553,@mlavacca)BackendTLSPolicy
GRPCRoute
- Increase the
GRPCRoutematch limit from 8 -> 64 (#3601,@EyalPazz)Gateway.Spec.Addresses changes
A new type
GatewaySpecAddressreplacesGatewayAddress. InGatewayAddresstheValuefield was required. InGatewaySpecAddresstheValuefield is optional. When theValueis unspecified, if an implementation supports that, it SHOULD automatically assign an address. If an implementation does not support an emptyValue, it MUST set theProgrammedcondition in status to false with a reason of "AddressNotAssigned". TheAddressesfield inGateway.Spechas changed from type[]GatewayAddressto[]GatewaySpecAddress.
- Make the
valuefield inGateway.Spec.Addressesarray optional (#3616,@EyalPazz)Standard Channel Additions and Changes
The Standard channel is Gateway API's set of maximally-stable install files. Only features with the best testing and support are added to the standard channel. This channel should be considered GA or stable, and future changes will be fully backwards compatible.
... (truncated)
Commits
40be951Adding changelog for v1.3 (#3765)cd09161Add 1.3 release team and update relevant GEPs (#3764)4d8c92cfix typo in BudgetDetails (#3762)efec20ddocs: add release managment to RELEASE.md (#3726)b6d2f2cSimplify hack/build-install-yaml.sh (#3754)97f1dcfChangelog for v1.3.0-rc.2 (#3749)75aed66Requiring Port number on ListenerSet Listener (#3753)1bf3f2cconformance: do not log when we do not sleep (#3752)1ef70ddDoc update to kgateway (#3737)7030481Removing "None" as option for Route Namespaces (#3748)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.