dependabot[bot] opened a new pull request, #2410: URL: https://github.com/apache/apisix-ingress-controller/pull/2410
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 0.8.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/gateway-api/releases">sigs.k8s.io/gateway-api's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>Changes since v1.3.0-rc.2</h2> <ul> <li>Fixed typo in Retry Budget configuration (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3762">#3762</a>,<a href="https://github.com/zirain"><code>@zirain</code></a>)</li> </ul> <h2>Changes since v1.2.1</h2> <h3>Noteworthy Changes for Implementors</h3> <p>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.</p> <h4>OverlappingTLSConfig for Connection Coalescing</h4> <p>A new <code>OverlappingTLSConfig</code> condition 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.</p> <ul> <li>Implementation of GEP-3567 - TLS Updates for Connection Coalescing. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3630">#3630</a>,<a href="https://github.com/robscott"><code>@robscott</code></a>)</li> <li>Add GEP-3567: Gateway TLS Updates for HTTP/2 Connection Coalescing. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3630">#3572</a>,<a href="https://github.com/robscott"><code>@robscott</code></a>)</li> </ul> <h4>Move <code>BackendTLSPolicy</code> <code>SubjectAltNames</code> from Core to Extended</h4> <ul> <li>The <code>SubjectAltNames</code> field of <code>BackendTLSPolicy</code> changed from Core to Extended feature. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3591">#3591</a>,<a href="https://github.com/mlavacca"><code>@mlavacca</code></a>)</li> </ul> <h4>The <code>backendRef</code> filter must send traffic to the correct backends when weighted routing is configured</h4> <ul> <li>A new conformance test was added to ensure <code>backendRef</code> filters don't affect weighted routing. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3604">#3604</a>,<a href="https://github.com/dprotaso"><code>@dprotaso</code></a>)</li> </ul> <h4>Clarify reasons for certain object status conditions</h4> <ul> <li>Set proper reason for Gateway <code>parametersRef</code> <code>Accepted</code> condition when <code>parametersRef</code> is invalid. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3579">#3579</a>,<a href="https://github.com/mlavacca"><code>@mlavacca</code></a>)</li> <li>Improve GatewayClass <code>GatewayClassReasonInvalidParameters</code> reason description. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3553">#3553</a>,<a href="https://github.com/mlavacca"><code>@mlavacca</code></a>)</li> </ul> <h4>BackendTLSPolicy</h4> <ul> <li>CEL validation for target references in <code>BackendTLSPolicy</code>. (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3496">#3496</a>,<a href="https://github.com/snorwin"><code>@snorwin</code></a>)</li> </ul> <h4>GRPCRoute</h4> <ul> <li>Increase the <code>GRPCRoute</code> match limit from 8 -> 64 (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3601">#3601</a>,<a href="https://github.com/EyalPazz"><code>@EyalPazz</code></a>)</li> </ul> <h4>Gateway.Spec.Addresses changes</h4> <p>A new type <code>GatewaySpecAddress</code> replaces <code>GatewayAddress</code>. In <code>GatewayAddress</code> the <code>Value</code> field was required. In <code>GatewaySpecAddress</code> the <code>Value</code> field is <strong>optional</strong>. When the <code>Value</code> is unspecified, if an implementation supports that, it SHOULD automatically assign an address. If an implementation does not support an empty <code>Value</code>, it MUST set the <code>Programmed</code> condition in status to false with a reason of "AddressNotAssigned". The <code>Addresses</code> field in <code>Gateway.Spec</code> has changed from type <code>[]GatewayAddress</code> to <code>[]GatewaySpecAddress</code>.</p> <ul> <li>Make the <code>value</code> field in <code>Gateway.Spec.Addresses</code> array optional (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/3616">#3616</a>,<a href="https://github.com/EyalPazz"><code>@EyalPazz</code></a>)</li> </ul> <h3>Standard Channel Additions and Changes</h3> <p>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.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/40be951cebe5cb3f0365fe6951403de4ff8b9f33"><code>40be951</code></a> Adding changelog for v1.3 (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3765">#3765</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/cd09161d81ecb25a08bff334c254db1467a6e78b"><code>cd09161</code></a> Add 1.3 release team and update relevant GEPs (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3764">#3764</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/4d8c92c914b8cdd05908c2e3b139153af2c174e5"><code>4d8c92c</code></a> fix typo in BudgetDetails (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3762">#3762</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/efec20dbaa16f49f7227c576eb332c539715c6d3"><code>efec20d</code></a> docs: add release managment to RELEASE.md (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3726">#3726</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/b6d2f2c09e067fb480c06dc4c01a2081e546f4cc"><code>b6d2f2c</code></a> Simplify hack/build-install-yaml.sh (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3754">#3754</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/97f1dcf8e1667e322e8040961c53d9e9a657d839"><code>97f1dcf</code></a> Changelog for v1.3.0-rc.2 (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3749">#3749</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/75aed666f2d5fe9ac9485e3661bc4bf53103f9b4"><code>75aed66</code></a> Requiring Port number on ListenerSet Listener (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3753">#3753</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/1bf3f2c5d028d55da66d846f021120543fbaeaf3"><code>1bf3f2c</code></a> conformance: do not log when we do not sleep (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3752">#3752</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/1ef70ddd17404c4fce9d0510bce625780c4bb37d"><code>1ef70dd</code></a> Doc update to kgateway (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3737">#3737</a>)</li> <li><a href="https://github.com/kubernetes-sigs/gateway-api/commit/703048161530940bcd3425bc51f21d034b4b6880"><code>7030481</code></a> Removing "None" as option for Route Namespaces (<a href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/3748">#3748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/gateway-api/compare/v0.8.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org