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

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.60.0 to 0.64.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.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>
   <li>[ENHANCEMENT] Add <code>spec.thanos.blockSize</code> field to the 
<code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5360";>#5360</a></li>
   <li>[ENHANCEMENT] Add <code>spec.thanos.configTimeout</code> and 
<code>spec.thanos.configInterval</code> to the Prometheus CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5399";>#5399</a></li>
   <li>[ENHANCEMENT] Add 
<code>spec.alertmanagerConfiguration.global.slackApiUrl</code> field to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5383";>#5383</a></li>
   <li>[ENHANCEMENT] Add 
<code>spec.alertmanagerConfiguration.global.opsGenieApiUrl</code> and 
<code>spec.alertmanagerConfiguration.global.opsGenieApiKey</code> fields to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5422";>#5422</a></li>
   <li>[ENHANCEMENT] Reduce the operator's memory usage by using metadata 
informers for Kubernetes secrets and configmaps. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5424";>#5424</a>
 <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5448";>#5448</a></li>
   <li>[BUGFIX] Add <code>init-config-reloader</code> init container to avoid a 
restart of the Alertmanager's <code>config-reloader</code> container when the 
pod starts. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5358";>#5358</a></li>
   </ul>
   <h2>0.63.0 / 2023-02-08</h2>
   <ul>
   <li>[CHANGE] Use <code>tmpfs</code> to store <code>Prometheus</code> and 
<code>Alertmanager</code> configuration. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5311";>#5311</a></li>
   <li>[FEATURE] Add <code>status</code> subresource to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5270";>#5270</a></li>
   <li>[FEATURE] Add <code>spec.additionalArgs</code> to the 
<code>ThanosRuler</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5293";>#5293</a></li>
   <li>[ENHANCEMENT] Add <code>spec.web.maxConnections</code> to the 
<code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5175";>#5175</a></li>
   <li>[BUGFIX] Fix unsupported types in Alertmanager route sanitizer log 
lines. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5296";>#5296</a></li>
   <li>[BUGFIX] Fix <code>ThanosRuler</code> StatefulSet re-creation bug when 
labels are specified. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5318";>#5318</a></li>
   </ul>
   <h2>0.62.0 / 2023-01-04</h2>
   <ul>
   <li>[CHANGE] Use <code>spec.version</code> of the Prometheus object as the 
image's tag if the image name is untagged. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5171";>#5171</a></li>
   <li>[FEATURE] Generate &quot;apply configuration&quot; types. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5243";>#5243</a></li>
   <li>[FEATURE] Add <code>spec.podTargetLabels</code> field to the Prometheus 
CRD for adding pod target labels to every PodMonitor/ServiceMonitor. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5206";>#5206</a></li>
   <li>[FEATURE] Add <code>spec.version</code> field to the ThanosRuler CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5177";>#5177</a></li>
   <li>[ENHANCEMENT] Add <code>basicAuth</code> field to the Prometheus CRD for 
alerting configuration of Prometheus. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5170";>#5170</a></li>
   <li>[ENHANCEMENT] Add <code>spec.imagePullPolicy</code> to Prometheus, 
Alertmanager and ThanosRuler CRDs. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5203";>#5203</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/main/CHANGELOG.md";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>[ENHANCEMENT] Add <code>spec.thanos.blockSize</code> field to the 
<code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5360";>#5360</a></li>
   <li>[ENHANCEMENT] Add <code>spec.thanos.configTimeout</code> and 
<code>spec.thanos.configInterval</code> to the Prometheus CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5399";>#5399</a></li>
   <li>[ENHANCEMENT] Add 
<code>spec.alertmanagerConfiguration.global.slackApiUrl</code> field to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5383";>#5383</a></li>
   <li>[ENHANCEMENT] Add 
<code>spec.alertmanagerConfiguration.global.opsGenieApiUrl</code> and 
<code>spec.alertmanagerConfiguration.global.opsGenieApiKey</code> fields to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5422";>#5422</a></li>
   <li>[ENHANCEMENT] Reduce the operator's memory usage by using metadata 
informers for Kubernetes secrets and configmaps. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5424";>#5424</a>
 <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5448";>#5448</a></li>
   <li>[BUGFIX] Add <code>init-config-reloader</code> init container to avoid a 
restart of the Alertmanager's <code>config-reloader</code> container when the 
pod starts. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5358";>#5358</a></li>
   </ul>
   <h2>0.63.0 / 2023-02-08</h2>
   <ul>
   <li>[CHANGE] Use <code>tmpfs</code> to store <code>Prometheus</code> and 
<code>Alertmanager</code> configuration. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5311";>#5311</a></li>
   <li>[FEATURE] Add <code>status</code> subresource to the 
<code>Alertmanager</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5270";>#5270</a></li>
   <li>[FEATURE] Add <code>spec.additionalArgs</code> to the 
<code>ThanosRuler</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5293";>#5293</a></li>
   <li>[ENHANCEMENT] Add <code>spec.web.maxConnections</code> to the 
<code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5175";>#5175</a></li>
   <li>[BUGFIX] Fix unsupported types in Alertmanager route sanitizer log 
lines. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5296";>#5296</a></li>
   <li>[BUGFIX] Fix <code>ThanosRuler</code> StatefulSet re-creation bug when 
labels are specified. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5318";>#5318</a></li>
   </ul>
   <h2>0.62.0 / 2023-01-04</h2>
   <ul>
   <li>[CHANGE] Use <code>spec.version</code> of the Prometheus object as the 
image's tag if the image name is untagged. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5171";>#5171</a></li>
   <li>[FEATURE] Generate &quot;apply configuration&quot; types. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5243";>#5243</a></li>
   <li>[FEATURE] Add <code>spec.podTargetLabels</code> field to the Prometheus 
CRD for adding pod target labels to every PodMonitor/ServiceMonitor. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5206";>#5206</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/3eaa4a084ad853d9a574fee7ce623fbb05b1f15c";><code>3eaa4a0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5524";>#5524</a>
 from simonpasquier/cut-0.64.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/ee81ee2c4b0247164c9dff002f12918166ae0a24";><code>ee81ee2</code></a>
 chore: cut v0.64.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/af550717fb6abf521d69f6ab6feff2dc1320da31";><code>af55071</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5511";>#5511</a>
 from ArthurSens/panic-collector</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/906ecb97b972fa77b0ec477e63b24f3ae243ed5c";><code>906ecb9</code></a>
 Fix panic when collecting metrics from Prometheus Agent controller</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/97852301dbafafb00e08fed404d8467aec673031";><code>9785230</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5465";>#5465</a>
 from simonpasquier/cut-0.64.0</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/28b3f5304f9db635b690bb696d0f97d601f5edd1";><code>28b3f53</code></a>
 chore: cut v0.64.0</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/94b8bf701e128d9efe5c85b6127d3e175fb3f211";><code>94b8bf7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5463";>#5463</a>
 from simonpasquier/cut-0.63.0-rc.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/3964662c23fbe0e9a79f74dd2740088f1626897d";><code>3964662</code></a>
 chore: cut v0.64.0-rc.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/0e625549b8489a232a7f2065ddbabc92228088a1";><code>0e62554</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5461";>#5461</a>
 from simonpasquier/add-write-packages</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/c38fce84c2b17e2cbe67a7aa6a3403a42d983373";><code>c38fce8</code></a>
 ci: fix image push</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.60.0...v0.64.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.64.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