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

   Bumps 
[github.com/operator-framework/api](https://github.com/operator-framework/api) 
from 0.13.0 to 0.17.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/operator-framework/api/releases";>github.com/operator-framework/api's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.17.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Restores openapi-gen tag for <code>APIResourceReference</code> by <a 
href="https://github.com/m1kola";><code>@​m1kola</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/283";>operator-framework/api#283</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/operator-framework/api/compare/v0.17.4...v0.17.5";>https://github.com/operator-framework/api/compare/v0.17.4...v0.17.5</a></p>
   <h2>v0.17.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>(bugfix): make k8s 1.25 validation logic check api group before issuing 
a warning by <a 
href="https://github.com/everettraven";><code>@​everettraven</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/274";>operator-framework/api#274</a></li>
   <li>build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/277";>operator-framework/api#277</a></li>
   <li>Bump k8s to 1.26 by <a 
href="https://github.com/rashmigottipati";><code>@​rashmigottipati</code></a> in 
<a 
href="https://redirect.github.com/operator-framework/api/pull/278";>operator-framework/api#278</a></li>
   <li>Improve ClusterServiceVersion schema by <a 
href="https://github.com/TheRealJon";><code>@​TheRealJon</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/168";>operator-framework/api#168</a></li>
   <li>Update multi-arch validator to check node affinity for multi-platform 
environments by <a 
href="https://github.com/jaypoulz";><code>@​jaypoulz</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/276";>operator-framework/api#276</a></li>
   <li>New condition types by <a 
href="https://github.com/m1kola";><code>@​m1kola</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/282";>operator-framework/api#282</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dependabot";><code>@​dependabot</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/277";>operator-framework/api#277</a></li>
   <li><a 
href="https://github.com/rashmigottipati";><code>@​rashmigottipati</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/278";>operator-framework/api#278</a></li>
   <li><a href="https://github.com/TheRealJon";><code>@​TheRealJon</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/168";>operator-framework/api#168</a></li>
   <li><a href="https://github.com/jaypoulz";><code>@​jaypoulz</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/276";>operator-framework/api#276</a></li>
   <li><a href="https://github.com/m1kola";><code>@​m1kola</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/282";>operator-framework/api#282</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/operator-framework/api/compare/v0.17.3...v0.17.4";>https://github.com/operator-framework/api/compare/v0.17.3...v0.17.4</a></p>
   <h2>v0.17.3</h2>
   <p>No release notes provided.</p>
   <h2>v0.17.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>bump k8s to 1.25 and go to 1.19 by <a 
href="https://github.com/laxmikantbpandhare";><code>@​laxmikantbpandhare</code></a>
 in <a 
href="https://redirect.github.com/operator-framework/api/pull/260";>operator-framework/api#260</a></li>
   <li>Makefile: Remove the -v go mod tidy flag to fix the verify check by <a 
href="https://github.com/timflannagan";><code>@​timflannagan</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/262";>operator-framework/api#262</a></li>
   <li>go.*,pkg: Remove the duplicate github.com/blang/semver dependency by <a 
href="https://github.com/timflannagan";><code>@​timflannagan</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/264";>operator-framework/api#264</a></li>
   <li>crds,Makefile: Bump controller-tools version to v0.9.0 by <a 
href="https://github.com/timflannagan";><code>@​timflannagan</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/263";>operator-framework/api#263</a></li>
   <li>(makefile) Upgrade mikefarah/yq to v4 by <a 
href="https://github.com/anik120";><code>@​anik120</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/267";>operator-framework/api#267</a></li>
   <li>update k8s 1.25 validation logic by <a 
href="https://github.com/everettraven";><code>@​everettraven</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/270";>operator-framework/api#270</a></li>
   <li>Add grokspawn, oceanc80 to approvers/lgtmers by <a 
href="https://github.com/grokspawn";><code>@​grokspawn</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/268";>operator-framework/api#268</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/operator-framework/api/compare/v0.17.0...v0.17.2";>https://github.com/operator-framework/api/compare/v0.17.0...v0.17.2</a></p>
   <h2>v0.17.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix a panic when reading annotations if the bundle is not there by <a 
href="https://github.com/bcrochet";><code>@​bcrochet</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/255";>operator-framework/api#255</a></li>
   <li>introduce spec.runAsRoot field by <a 
href="https://github.com/grokspawn";><code>@​grokspawn</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/258";>operator-framework/api#258</a></li>
   <li>(catsrc) move runAsRoot to spec.GrpcConfig from top level spec by <a 
href="https://github.com/anik120";><code>@​anik120</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/259";>operator-framework/api#259</a></li>
   <li>(catsrc) rename grpcPodConfig.runAsRoot to 
grpcPodConfig.SecurityContextConfig by <a 
href="https://github.com/anik120";><code>@​anik120</code></a> in <a 
href="https://redirect.github.com/operator-framework/api/pull/261";>operator-framework/api#261</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/bcrochet";><code>@​bcrochet</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/operator-framework/api/pull/255";>operator-framework/api#255</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/operator-framework/api/commit/047ab0bc86ca87529fa395c43c1f33eb7345d45f";><code>047ab0b</code></a>
 Restores openapi-gen tag for APIResourceReference (<a 
href="https://redirect.github.com/operator-framework/api/issues/283";>#283</a>)</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/de0138f9c02444413a5878c6dc770cff7a51e19f";><code>de0138f</code></a>
 New condition types (<a 
href="https://redirect.github.com/operator-framework/api/issues/282";>#282</a>)</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/0ab3debaba2afcffcf16827798c876c7f35a9477";><code>0ab3deb</code></a>
 Update multi-arch validator to check node affinity for multi-platform 
environ...</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/36145b1ddd99eddbba6f6439a7aa896ccac68346";><code>36145b1</code></a>
 Improve ClusterServiceVersion schema. (<a 
href="https://redirect.github.com/operator-framework/api/issues/168";>#168</a>)</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/0131a6301e42e4819874c7fe5d0eabf3d756299e";><code>0131a63</code></a>
 Merge pull request <a 
href="https://redirect.github.com/operator-framework/api/issues/278";>#278</a> 
from rashmigottipati/k8s-bump</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/33c4ea4b43293e9535536754f35244d7e376a02e";><code>33c4ea4</code></a>
 Bump k8s to 1.26</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/e8bb2e01756424cd3de5ec8521ef370623459cae";><code>e8bb2e0</code></a>
 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/f1b729684854a053f229464eb327527222188fd1";><code>f1b7296</code></a>
 (bugfix): make k8s 1.25 validation logic check api group before issuing a 
war...</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/9fe16de3fd69800828decd67cf41ba9c5c773106";><code>9fe16de</code></a>
 Default to legacy psa settings (<a 
href="https://redirect.github.com/operator-framework/api/issues/273";>#273</a>)</li>
   <li><a 
href="https://github.com/operator-framework/api/commit/028731a4f915f3a843634554ccc21d78b1d89859";><code>028731a</code></a>
 adding grokspawn to tide owners file (<a 
href="https://redirect.github.com/operator-framework/api/issues/268";>#268</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/operator-framework/api/compare/v0.13.0...v0.17.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/operator-framework/api&package-manager=go_modules&previous-version=0.13.0&new-version=0.17.5)](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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to