dependabot[bot] opened a new pull request, #1729:
URL: https://github.com/apache/apisix-ingress-controller/pull/1729

   Bumps 
[sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 
0.6.0 to 0.6.2.
   <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>v0.6.2</h2>
   <p>API versions: <code>v1beta1</code>, <code>v1alpha2</code></p>
   <p>This is a patch release that predominantly includes updated conformance 
tests
   for implementations to implement.</p>
   <p>For all major changes since the <code>v0.5.x</code> release series, 
please see the
   <a 
href="https://github.com/kubernetes-sigs/gateway-api/blob/main/CHANGELOG.md#v060";>v0.6.0</a>
 release notes.</p>
   <h2>Maintenance</h2>
   <ul>
   <li>As per <a 
href="https://redirect.github.com/kubernetes/k8s.io/issues/4738";>changes in 
upstream to container image registries</a> we replaced all
   usage of the k8s.gcr.io registry with registry.k8s.io.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1736";>#1736</a>,
 <a href="https://github.com/shaneutt";><code>@​shaneutt</code></a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix invalid HTTP redirect/rewrite examples.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1787";>#1787</a>,
 <a href="https://github.com/Xunzhuo";><code>@​Xunzhuo</code></a>)</li>
   </ul>
   <h2>Conformance Test Updates</h2>
   <ul>
   <li>The <code>HTTPRouteInvalidCrossNamespaceParentRef</code> conformance 
test now checks for
   the <code>NotAllowedByListeners</code> reason on the 
<code>HTTPRoute</code>'s <code>Accepted: false</code>
   condition to better indicate why the route was note accepted.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1714";>#1714</a>,
 <a href="https://github.com/skriss";><code>@​skriss</code></a>)</li>
   <li>A conformance test was added for <code>HTTPRoute</code> to cover the 
behavior of a
   non-matching <code>SectionName</code> similar to what was already present for
   <code>ListenerPort</code>.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1719";>#1719</a>,
 <a href="https://github.com/zaunist";><code>@​zaunist</code></a>)</li>
   <li>Fixed an issue where tests may fail erroneously on the removal of 
resources
   that are already removed.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1745";>#1745</a>,
 <a href="https://github.com/mlavacca";><code>@​mlavacca</code></a>)</li>
   <li>Logging in conformance utilities related to resource's 
<code>ObservedGeneration</code>
   has been improved to emit the `ObservedGenerations that are found for the
   purpose of making it easier to debug test failures and be more verbose about
   the objects in question.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1761";>#1761</a>,
 <a href="https://github.com/briantkennedy";><code>@​briantkennedy</code></a>)
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1763";>#1763</a>,
 <a 
href="https://github.com/briantkennedy";><code>@​briantkennedy</code></a>)</li>
   <li>Patch instead of update in some places in conformance tests to reduce 
noise
   in logs.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1760";>#1760</a>,
 <a 
href="https://github.com/michaelbeaumont";><code>@​michaelbeaumont</code></a>)</li>
   <li>Added <code>AttachedRoutes</code> testing to conformance tests.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1624";>#1624</a>,
 <a href="https://github.com/ChaningHwang";><code>@​ChaningHwang</code></a>)</li>
   <li>The conformance tests always check that the HTTPRoute ResolvedRefs 
condition
   is enforced, even when the status is true.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1668";>#1668</a>,
 <a href="https://github.com/mlavacca";><code>@​mlavacca</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/kubernetes-sigs/gateway-api/blob/main/CHANGELOG.md";>sigs.k8s.io/gateway-api's
 changelog</a>.</em></p>
   <blockquote>
   <h1>v0.6.2</h1>
   <p>This is a patch release that predominantly includes updated conformance 
tests
   for implementations to implement.</p>
   <p>For all major changes since the <code>v0.5.x</code> release series, 
please see the
   <a 
href="https://github.com/kubernetes-sigs/gateway-api/blob/main/#v060";>v0.6.0</a>
 release notes.</p>
   <h2>Maintenance</h2>
   <ul>
   <li>As per <a 
href="https://redirect.github.com/kubernetes/k8s.io/issues/4738";>changes in 
upstream to container image registries</a> we replaced all
   usage of the k8s.gcr.io registry with registry.k8s.io.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1736";>#1736</a>,
 <a href="https://github.com/shaneutt";><code>@​shaneutt</code></a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix invalid HTTP redirect/rewrite examples.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1787";>#1787</a>,
 <a href="https://github.com/Xunzhuo";><code>@​Xunzhuo</code></a>)</li>
   </ul>
   <h2>Conformance Test Updates</h2>
   <ul>
   <li>The <code>HTTPRouteInvalidCrossNamespaceParentRef</code> conformance 
test now checks for
   the <code>NotAllowedByListeners</code> reason on the 
<code>HTTPRoute</code>'s <code>Accepted: false</code>
   condition to better indicate why the route was note accepted.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1714";>#1714</a>,
 <a href="https://github.com/skriss";><code>@​skriss</code></a>)</li>
   <li>A conformance test was added for <code>HTTPRoute</code> to cover the 
behavior of a
   non-matching <code>SectionName</code> similar to what was already present for
   <code>ListenerPort</code>.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1719";>#1719</a>,
 <a href="https://github.com/zaunist";><code>@​zaunist</code></a>)</li>
   <li>Fixed an issue where tests may fail erroneously on the removal of 
resources
   that are already removed.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1745";>#1745</a>,
 <a href="https://github.com/mlavacca";><code>@​mlavacca</code></a>)</li>
   <li>Logging in conformance utilities related to resource's 
<code>ObservedGeneration</code>
   has been improved to emit the `ObservedGenerations that are found for the
   purpose of making it easier to debug test failures and be more verbose about
   the objects in question.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1761";>#1761</a>,
 <a href="https://github.com/briantkennedy";><code>@​briantkennedy</code></a>)
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1763";>#1763</a>,
 <a 
href="https://github.com/briantkennedy";><code>@​briantkennedy</code></a>)</li>
   <li>Patch instead of update in some places in conformance tests to reduce 
noise
   in logs.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1760";>#1760</a>,
 <a 
href="https://github.com/michaelbeaumont";><code>@​michaelbeaumont</code></a>)</li>
   <li>Added <code>AttachedRoutes</code> testing to conformance tests.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1624";>#1624</a>,
 <a href="https://github.com/ChaningHwang";><code>@​ChaningHwang</code></a>)</li>
   <li>The conformance tests always check that the HTTPRoute ResolvedRefs 
condition
   is enforced, even when the status is true.
   (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1668";>#1668</a>,
 <a href="https://github.com/mlavacca";><code>@​mlavacca</code></a>)</li>
   </ul>
   <h1>v0.6.1</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/7042cd866bc69b160ab6d04b51676e14b487505d";><code>7042cd8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1814";>#1814</a>
 from shaneutt/shaneutt/release-v0.6.2</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/abdc042057572a1a85919629a7a3a564cb367b9a";><code>abdc042</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1819";>#1819</a>
 from mlavacca/resolvedrefs-condition-fix</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/b9d5351349d0ce76ab13b872e03fc5d847b1f859";><code>b9d5351</code></a>
 fix: use ListenerConditionAccepted for listener conds instead of 
RouteConditi...</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/2324c2c78efa5fe85e52d0d4a8180127b06b0227";><code>2324c2c</code></a>
 docs: add CHANGELOG entry for v0.6.2</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/49fc7c65562b77586fe6858ec941c7fd86818162";><code>49fc7c6</code></a>
 chore: update release to v0.6.2</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/c1a1ae8774443994b1f53ce91ff60290741021d4";><code>c1a1ae8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1668";>#1668</a>
 from mlavacca/conformance-resolvedrefs-httproute</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/4c4c0d52175b297e8373037baadd23cbb15ff52e";><code>4c4c0d5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1624";>#1624</a>
 from ChaningHwang/addAttachedRoutes</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/e8d355805f71486d5e8c76474f77f05547dd46b5";><code>e8d3558</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1787";>#1787</a>
 from Xunzhuo/fix-redirect-examples</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/09a11aebc76bcde8e3c32befb580d26645f2764d";><code>09a11ae</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1760";>#1760</a>
 from michaelbeaumont/fix/conformance_observed_gen</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/71d74003d827ddc4a38d8a58a0363c3324a8fa4d";><code>71d7400</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/1763";>#1763</a>
 from briantkennedy/gw</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kubernetes-sigs/gateway-api/compare/v0.6.0...v0.6.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/gateway-api&package-manager=go_modules&previous-version=0.6.0&new-version=0.6.2)](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 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: [email protected]

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

Reply via email to