dependabot[bot] opened a new pull request, #6544:
URL: https://github.com/apache/camel-k/pull/6544

   Bumps 
[sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 
1.1.0 to 1.5.1.
   <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.5.1</h2>
   <p><strong>Warning</strong>: The Experimental channel CRDs are too large for 
a standard <code>kubectl apply</code>. To work around this please use 
<code>kubectl apply --server-side=true</code> instead -- or, even better, use 
<a 
href="https://kubernetes.io/docs/reference/kubectl/kuberc/";><code>kuberc</code></a>
 to make server-side apply the default.</p>
   <h1>Gateway API v1.5.1</h1>
   <h2>Major Changes Since v1.5.0</h2>
   <h3>GEP</h3>
   <ul>
   <li>Updates the documentation around the ListenerConditionConflicted 
condition (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4669";>#4669</a>,
 <a href="https://github.com/davidjumani";><code>@​davidjumani</code></a>)</li>
   </ul>
   <h3>Conformance</h3>
   <ul>
   <li>Limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4665";>#4665</a>,
 <a href="https://github.com/zirain";><code>@​zirain</code></a>)</li>
   <li>Fix conformance test not working on IPv6 (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4646";>#4646</a>,
 <a href="https://github.com/zirain";><code>@​zirain</code></a>)</li>
   <li>The <code>conflicted=false</code> condition is not required anymore in 
the listener status for non-conflicted listeners. (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4664";>#4664</a>,
 <a href="https://github.com/zhaohuabing";><code>@​zhaohuabing</code></a>)</li>
   <li>Updated the TLSRoute conformance tests to allow FINs where previously 
RST was asserted (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4624";>#4624</a>,
 <a href="https://github.com/howardjohn";><code>@​howardjohn</code></a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: D'oh. Got the full-changelog URL wrong. by <a 
href="https://github.com/kflynn";><code>@​kflynn</code></a> in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4608";>kubernetes-sigs/gateway-api#4608</a></li>
   <li>[release-1.5] tlsroute: allow FIN or RST instead of just RST by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4624";>kubernetes-sigs/gateway-api#4624</a></li>
   <li>[release-1.5] fix SetupTimeoutConfig by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4647";>kubernetes-sigs/gateway-api#4647</a></li>
   <li>[release-1.5] fix: use JoinHostPort by <a 
href="https://github.com/zirain";><code>@​zirain</code></a> in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4646";>kubernetes-sigs/gateway-api#4646</a></li>
   <li>[release-1.5] Minute clean-ups in conformance tests for CORS by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4652";>kubernetes-sigs/gateway-api#4652</a></li>
   <li>[release-1.5] fix: propagate context and fix defer leak in DumpEchoLogs 
by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4625";>kubernetes-sigs/gateway-api#4625</a></li>
   <li>[release-1.5] Disallow repeaded CORS filters by CEL by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4645";>kubernetes-sigs/gateway-api#4645</a></li>
   <li>[release-1.5] Add 204 as a possible cors preflight response code by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4637";>kubernetes-sigs/gateway-api#4637</a></li>
   <li>[release-1.5] fix: improve GatewayMustHaveAttachedListeners log by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4632";>kubernetes-sigs/gateway-api#4632</a></li>
   <li>[release-1.5] allow absent conflict condition for non-conflicted 
listeners by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4664";>kubernetes-sigs/gateway-api#4664</a></li>
   <li>[release-1.5] update ListenerConditionConflicted condition docs by <a 
href="https://github.com/k8s-infra-cherrypick-robot";><code>@​k8s-infra-cherrypick-robot</code></a>
 in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4669";>kubernetes-sigs/gateway-api#4669</a></li>
   <li>limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4665";>#4665</a>)
 by <a href="https://github.com/zirain";><code>@​zirain</code></a> in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4667";>kubernetes-sigs/gateway-api#4667</a></li>
   <li>Patch 1.5.1 release. by <a 
href="https://github.com/bexxmodd";><code>@​bexxmodd</code></a> in <a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/pull/4685";>kubernetes-sigs/gateway-api#4685</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/kubernetes-sigs/gateway-api/compare/v1.5.0...v1.5.1";>https://github.com/kubernetes-sigs/gateway-api/compare/v1.5.0...v1.5.1</a></p>
   <h2>v1.5.0</h2>
   <p><strong>Warning</strong>: The Experimental channel CRDs are too large for 
a standard <code>kubectl apply</code>. To work around this please use 
<code>kubectl apply --server-side=true</code> instead -- or, even better, use 
<a 
href="https://kubernetes.io/docs/reference/kubectl/kuberc/";><code>kuberc</code></a>
 to make server-side apply the default.</p>
   <h1>Gateway API v1.5.0</h1>
   <h2>Major Changes Since v1.4.1</h2>
   <h3>Breaking Changes</h3>
   <h4>TLSRoute <code>v1alpha2</code> and XListenerSet</h4>
   <p>TLSRoute and ListenerSet have graduated to the Standard channel as 
<code>v1</code>. In 1.5.0, TLSRoute <code>v1alpha2</code> is present only in 
the Experimental channel; in 1.6, it will be removed from the Experimental 
channel too.</p>
   <p>Additionally, note that TLSRoute's CEL validation requires Kubernetes 
1.31 or higher.</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/e7677b70ae75d14a4448fba94870e7deea6cf0ad";><code>e7677b7</code></a>
 Patch 1.5.1 release. (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4685";>#4685</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/8eba7b6b9e48d139b1e17122c29398228cf71d2f";><code>8eba7b6</code></a>
 limit HTTPRouteHTTPSListenerDetectMisdirectedRequests to h2 only (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4665";>#4665</a>)
 (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4667";>#4667</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/a43b54f7f2c032a721d17642e0e60489bb227874";><code>a43b54f</code></a>
 update ListenerConditionConflicted condition docs (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4669";>#4669</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/9edc34983c4af9ff30078d4158a252ab89b79078";><code>9edc349</code></a>
 allow absent conflict condition for non-conflicted listeners (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4664";>#4664</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/130e6c14c0e964b3334821680ec964a83b1cb491";><code>130e6c1</code></a>
 [release-1.5] fix: improve GatewayMustHaveAttachedListeners log (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4632";>#4632</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/e922d8eccdfb2cd33836d9a88fc6cad63231d6a6";><code>e922d8e</code></a>
 add 204 as a possible cors preflight response code (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4637";>#4637</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/582fdbb283187b556de4053a0202a9e483861e5b";><code>582fdbb</code></a>
 Disallow repeaded CORS filters by CEL (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4645";>#4645</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/f4fad323ff69b66c971084bbf722f2c59e977276";><code>f4fad32</code></a>
 fix: propagate context and fix defer leak in DumpEchoLogs (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4625";>#4625</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/f0cba2a871b7b9c526d585374f8302ce41637640";><code>f0cba2a</code></a>
 Omit &quot;simple&quot; and replace Authorization by Cookie (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4652";>#4652</a>)</li>
   <li><a 
href="https://github.com/kubernetes-sigs/gateway-api/commit/61f714ce953283c2b3408d86c46dd1507b145da1";><code>61f714c</code></a>
 [release-1.5] fix: use JoinHostPort (<a 
href="https://redirect.github.com/kubernetes-sigs/gateway-api/issues/4646";>#4646</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kubernetes-sigs/gateway-api/compare/v1.1.0...v1.5.1";>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=1.1.0&new-version=1.5.1)](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 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: [email protected]

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

Reply via email to