dependabot[bot] opened a new pull request, #3582: URL: https://github.com/apache/camel-k/pull/3582
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.13.0 to 0.17.0. <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.0</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://github-redirect.dependabot.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://github-redirect.dependabot.com/operator-framework/api/pull/258">operator-framework/api#258</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://github-redirect.dependabot.com/operator-framework/api/pull/255">operator-framework/api#255</a></li> <li><a href="https://github.com/grokspawn"><code>@grokspawn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/258">operator-framework/api#258</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/operator-framework/api/compare/v0.16.0...v0.17.0">https://github.com/operator-framework/api/compare/v0.16.0...v0.17.0</a></p> <h2>v0.16.0</h2> <h2>What's Changed</h2> <ul> <li>Fix a source of flakyness in the removed apis test by <a href="https://github.com/perdasilva"><code>@perdasilva</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/245">operator-framework/api#245</a></li> <li>move check bundle name to the Good Practices validator by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/238">operator-framework/api#238</a></li> <li>:sparkles: feat: new validator to check Multiple Architectures configuration by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/233">operator-framework/api#233</a></li> <li>Bump go version from 1.17 to 1.18 by <a href="https://github.com/timflannagan"><code>@timflannagan</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/251">operator-framework/api#251</a></li> <li>Add Affinity stanza to Subscription spec.config by <a href="https://github.com/perdasilva"><code>@perdasilva</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/253">operator-framework/api#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/operator-framework/api/compare/v0.15.0...v0.16.0">https://github.com/operator-framework/api/compare/v0.15.0...v0.16.0</a></p> <h2>v0.15.0</h2> <h2>What's Changed</h2> <ul> <li>🐛 fix channel naming validation by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/231">operator-framework/api#231</a></li> <li>Add CRD description check validation by <a href="https://github.com/ryantking"><code>@ryantking</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/234">operator-framework/api#234</a></li> <li>Introduce UpgradeStrategy to OperatorGroups by <a href="https://github.com/awgreene"><code>@awgreene</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/235">operator-framework/api#235</a></li> <li>:seedling: good practices validator nit clean up by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/240">operator-framework/api#240</a></li> <li>:sparkles: (GoodPracticesValidator) : Add a new check to warn authors when permissions to create CRDs are found by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/241">operator-framework/api#241</a></li> <li>chore: bump k8s deps to 1.24 & makefile go 1.18 support by <a href="https://github.com/everettraven"><code>@everettraven</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/242">operator-framework/api#242</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ryantking"><code>@ryantking</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/234">operator-framework/api#234</a></li> <li><a href="https://github.com/everettraven"><code>@everettraven</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/242">operator-framework/api#242</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/operator-framework/api/compare/v0.14.0...v0.15.0">https://github.com/operator-framework/api/compare/v0.14.0...v0.15.0</a></p> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>chore: Bump k8s dependencies to 1.23 by <a href="https://github.com/varshaprasad96"><code>@varshaprasad96</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/212">operator-framework/api#212</a></li> <li>fix: alm-example parse check should not fail when the annotation if empty by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/215">operator-framework/api#215</a></li> <li>Added field for optional manifests by <a href="https://github.com/fgiloux"><code>@fgiloux</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/209">operator-framework/api#209</a></li> <li>Remove estroz from OWNERS by <a href="https://github.com/estroz"><code>@estroz</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/216">operator-framework/api#216</a></li> <li>Add awgreene to list of approvers in OWNERS file by <a href="https://github.com/kevinrizza"><code>@kevinrizza</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/218">operator-framework/api#218</a></li> <li>(catsrc) add custom unmarshaller for registry poll interval by <a href="https://github.com/anik120"><code>@anik120</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/169">operator-framework/api#169</a></li> <li>Add perdasilva to approvers by <a href="https://github.com/perdasilva"><code>@perdasilva</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/219">operator-framework/api#219</a></li> <li>deprecate-api validator: add checks for removed APIs on 1.25 and 1.26 by <a href="https://github.com/camilamacedo86"><code>@camilamacedo86</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/208">operator-framework/api#208</a></li> <li>Purge the root vendor directory by <a href="https://github.com/timflannagan"><code>@timflannagan</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/213">operator-framework/api#213</a></li> <li>.github/workflows: Add workflow_dispatch event trigger by <a href="https://github.com/timflannagan"><code>@timflannagan</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/214">operator-framework/api#214</a></li> <li>feat: add warning for olm.properties being defined when validating csv by <a href="https://github.com/tylerslaton"><code>@tylerslaton</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/217">operator-framework/api#217</a></li> <li>refactor(constraint): update none compound constraint to be not by <a href="https://github.com/tylerslaton"><code>@tylerslaton</code></a> in <a href="https://github-redirect.dependabot.com/operator-framework/api/pull/221">operator-framework/api#221</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/7339a22050af53df7b6f97a652b8e2d73698765a"><code>7339a22</code></a> introduce spec.runAsRoot field (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/258">#258</a>)</li> <li><a href="https://github.com/operator-framework/api/commit/5f99430d4ec47d59daafa3b818229f0466531dea"><code>5f99430</code></a> Fix a panic when reading annotations if the bundle is not there (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/255">#255</a>)</li> <li><a href="https://github.com/operator-framework/api/commit/ae4da2a9ec6a5c8e8725f62eecd5c18bb1816658"><code>ae4da2a</code></a> Add affinity to subscription.config</li> <li><a href="https://github.com/operator-framework/api/commit/5490427930e127437fec9224e59cee50405ca131"><code>5490427</code></a> Revert "Add node affinity and pod (anti)affinity to Subscription spec.config ...</li> <li><a href="https://github.com/operator-framework/api/commit/f8da7254a5aabb477235d297f080af29f7fb0be4"><code>f8da725</code></a> Add node affinity and pod (anti)affinity to Subscription spec.config (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/250">#250</a>)</li> <li><a href="https://github.com/operator-framework/api/commit/145f476213bac78aecccbaeabaa34a00843a660f"><code>145f476</code></a> Bump go version from 1.17 to 1.18 (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/251">#251</a>)</li> <li><a href="https://github.com/operator-framework/api/commit/decf74800a179da9f002ae2234204c7e6b866f9a"><code>decf748</code></a> ✨ feat: new validator to check Multiple Architectures configuration (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/233">#233</a>)</li> <li><a href="https://github.com/operator-framework/api/commit/1c4cba254ffd113aa9c8807f7cc515018e16763c"><code>1c4cba2</code></a> :sparkles: chnange: move check bundle name to the Good Practices validator (#...</li> <li><a href="https://github.com/operator-framework/api/commit/cb9dc0ee2c6a5c31e04ce1ab0c2eee72d9125ffb"><code>cb9dc0e</code></a> Refactor removed_api_tests to tests against sorted strings to avoid flakiness...</li> <li><a href="https://github.com/operator-framework/api/commit/0209b8b5e1f926bbca25929b34fe7d422f403dbc"><code>0209b8b</code></a> fix removed_apis_test (<a href="https://github-redirect.dependabot.com/operator-framework/api/issues/244">#244</a>)</li> <li>Additional commits viewable in <a href="https://github.com/operator-framework/api/compare/v0.13.0...v0.17.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 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