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

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.60.0 to 0.65.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/releases";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.65.1 / 2022-05-05</h2>
   <ul>
   <li>[BUGFIX] Fix panic when ScrapeConfig CRD is not installed. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550";>#5550</a></li>
   </ul>
   <h2>0.65.0 / 2022-05-04</h2>
   <p>The main change introduced by this release is the new v1alpha1 
ScrapeConfig CRD. This implements the <a 
href="https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/proposals/202212-scrape-config.md";>proposal</a>
 documented in <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/pull/5279";>prometheus-operator/prometheus-operator#5279</a>
 and provides a Kubernetes native API to create and manage additional scrape 
configurations.</p>
   <p>To try it, follow the following steps:</p>
   <ol>
   <li>Install the new CRD in the cluster (see 
<code>example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage ScrapeConfig 
resources (see 
<code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p>NOTE: if these conditions aren't met, the operator will start but it 
won't be able to reconcile the ScrapeConfig resources.</p>
   <ul>
   <li>[FEATURE] Add the status subresource for the ThanosRuler CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5520";>#5520</a></li>
   <li>[FEATURE] Add spec.web.timeout and spec.web.getConcurrency to the 
Alertmanager CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5478";>#5478</a></li>
   <li>[FEATURE] Add spec.groups[].limit to the Prometheus CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/4999";>#4999</a></li>
   <li>[FEATURE] Add ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335";>#5335</a></li>
   <li>[ENHANCEMENT] Set a default for seccompProfile on the operator and 
webhook Deployments to RuntimeDefault. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5477";>#5477</a></li>
   <li>[ENHANCEMENT] Add optional liveness and readiness probes to 
prometheus-config-reloader. This can be enabled via the 
--enable-config-reloader-probes CLI flag. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5449";>#5449</a></li>
   <li>[BUGFIX] Don't start the PrometheusAgent controller if the CRD isn't 
present or the operator lacks permissions. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5476";>#5476</a></li>
   <li>[BUGFIX] Declare spec.rules optional in PrometheusRule CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5481";>#5481</a></li>
   <li>[BUGFIX] Fix incorrect metric counter value for failed sync status. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5533";>#5533</a></li>
   </ul>
   <h2>0.64.1 / 2023-04-24</h2>
   <ul>
   <li>[BUGFIX] Fix panic when scraping <code>/metrics</code> with 
PrometheusAgent resources declared. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5511";>#5511</a></li>
   </ul>
   <h2>0.64.0 / 2023-03-29</h2>
   <p>This release provides first-class support for running Prometheus in agent 
mode
   with the new <code>PrometheusAgent</code> CRD. As the v1alpha1 version tells 
it, we don't
   recommend using it in production but we're eager to hear all possible 
feedback.</p>
   <p>To try it, follow the following steps:</p>
   <ol>
   <li>Install the new CRD in the cluster (see
   
<code>example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage 
PrometheusAgents resources
   (see 
<code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p><strong>NOTE</strong>: if these conditions aren't met, the operator will 
start but it won't
   be able to reconcile the PrometheusAgent resources.</p>
   <p>For the first time, the container images associated to this release are 
signed
   using <a href="https://www.sigstore.dev/";>sigstore</a>.</p>
   <ul>
   <li>[CHANGE] Remove the <code>/apis</code> endpoints from the operator's web 
server. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5396";>#5396</a></li>
   <li>[CHANGE] Set default default value of <code>spec.portName</code> to 
<code>web</code>. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5350";>#5350</a></li>
   <li>[FEATURE] Add v1alpha1 <code>PrometheusAgent</code> CRD to run 
Prometheus in agent mode. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5385";>#5385</a></li>
   <li>[FEATURE] Add <code>--reload-timeout</code> argument to the 
config-reloader binary which controls how long the program will wait for the 
reload operation to complete (default: 30s). <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5349";>#5349</a></li>
   <li>[ENHANCEMENT] Set web server's <code>ReadTimeout</code> and 
<code>ReadHeaderTimeout</code> to 30s for Prometheus operator and 
config-reloader to avoid potential slowloris attacks. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5340";>#5340</a></li>
   <li>[ENHANCEMENT] Add support for <code>DropEqual</code> and 
<code>KeepEqual</code> relabeling actions. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5368";>#5368</a></li>
   <li>[ENHANCEMENT] Drop invalid <code>PrometheusRule</code> objects instead 
of failing the reconciliation of Prometheus and ThanosRuler objects. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5221";>#5221</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/blob/v0.65.1/CHANGELOG.md";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.65.1 / 2022-05-05</h2>
   <ul>
   <li>[BUGFIX] Fix panic when ScrapeConfig CRD is not installed. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550";>#5550</a></li>
   </ul>
   <h2>0.65.0 / 2022-05-04</h2>
   <p>The main change introduced by this release is the new v1alpha1 
<code>ScrapeConfig</code> CRD.
   This implements the <a 
href="https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/proposals/202212-scrape-config.md";>proposal</a>
   documented in <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/pull/5279";>#5279</a>
   and provides a Kubernetes native API to create and manage additional scrape 
configurations.</p>
   <p>To try it, follow the following steps:</p>
   <ol>
   <li>Install the new CRD in the cluster (see
   
<code>example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage 
<code>ScrapeConfig</code> resources
   (see 
<code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p><strong>NOTE</strong>: if these conditions aren't met, the operator will 
start but it won't
   be able to reconcile the <code>ScrapeConfig</code> resources.</p>
   <ul>
   <li>[FEATURE] Add the <code>status</code> subresource for the 
<code>ThanosRuler</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5520";>#5520</a></li>
   <li>[FEATURE] Add <code>spec.web.timeout</code> and 
<code>spec.web.getConcurrency</code> to the <code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5478";>#5478</a></li>
   <li>[FEATURE] Add <code>spec.groups[].limit</code> to the 
<code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/4999";>#4999</a></li>
   <li>[FEATURE] Add ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335";>#5335</a></li>
   <li>[ENHANCEMENT] Set a default for <code>seccompProfile</code> on the 
operator and webhook Deployments to <code>RuntimeDefault</code>. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5477";>#5477</a></li>
   <li>[ENHANCEMENT] Add optional liveness and readiness probes to 
<code>prometheus-config-reloader</code>. This can be enabled via the 
<code>--enable-config-reloader-probes</code> CLI flag. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5449";>#5449</a></li>
   <li>[BUGFIX] Don't start the <code>PrometheusAgent</code> controller if the 
CRD isn't present or the operator lacks permissions. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5476";>#5476</a></li>
   <li>[BUGFIX] Declare <code>spec.rules</code> optional in 
<code>PrometheusRule</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5481";>#5481</a></li>
   <li>[BUGFIX] Fix incorrect metric counter value for failed sync status. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5533";>#5533</a></li>
   </ul>
   <h2>0.64.1 / 2023-04-24</h2>
   <ul>
   <li>[BUGFIX] Fix panic when scraping <code>/metrics</code> with 
PrometheusAgent resources declared. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5511";>#5511</a></li>
   </ul>
   <h2>0.64.0 / 2023-03-29</h2>
   <p>This release provides first-class support for running Prometheus in agent 
mode
   with the new <code>PrometheusAgent</code> CRD. As the v1alpha1 version tells 
it, we don't
   recommend using it in production but we're eager to hear all possible 
feedback.</p>
   <p>To try it, follow the following steps:</p>
   <ol>
   <li>Install the new CRD in the cluster (see
   
<code>example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage 
PrometheusAgents resources
   (see 
<code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p><strong>NOTE</strong>: if these conditions aren't met, the operator will 
start but it won't
   be able to reconcile the PrometheusAgent resources.</p>
   <p>For the first time, the container images associated to this release are 
signed</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/b5e9f22fffd6cc2632eb1c79c79b63bfa9158665";><code>b5e9f22</code></a>
 Prep for release v0.65.1 (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5555";>#5555</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/135ec55858461f4e01b15caa3b550427003abdec";><code>135ec55</code></a>
 fix: avoid panic when ScrapeConfig CRD isn't installed (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550";>#5550</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/fa7f9eb24e8cdcde574a2988c2286677b1716b9e";><code>fa7f9eb</code></a>
 Release 0.65.0 prep (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5548";>#5548</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/e77aeaa45a1576c34fdd3d6ec0f5ef4327f43938";><code>e77aeaa</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5540";>#5540</a>
 from ArthurSens/arthur-company</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/bf557c8d586987b7d2914c36fb71cedc821e8889";><code>bf557c8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5542";>#5542</a>
 from philipgough/65-prep-1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/b07f92c4edd4e76794130ad9fe969b089790e5d7";><code>b07f92c</code></a>
 feat: Add ScrapeConfig CRD (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335";>#5335</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/78ba198a0459051a282bc24fe1ec6ce7c24afa77";><code>78ba198</code></a>
 chore: make update-go-deps in prep for release v0.65.0</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/7a888817940a566b15f40f591e021d1ecbb7da7e";><code>7a88881</code></a>
 Update Arthur's affiliation</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/06b5c4189f3f72737766d86103d049115c3aff48";><code>06b5c41</code></a>
 build(deps): bump github.com/prometheus/client_golang (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5537";>#5537</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/34f15c366cfb59bd27d1a0e49901cf360e712188";><code>34f15c3</code></a>
 chore: update to Kubernetes v1.27.1 (<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5530";>#5530</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.60.0...v0.65.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring&package-manager=go_modules&previous-version=0.60.0&new-version=0.65.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 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