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

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.50.0 to 0.57.0.
   <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.57.0 / 2022-06-02</h2>
   <p>The main change introduced by this release is a new v1beta1 API version 
for the AlertmanagerConfig CRD.</p>
   <p>Changes compared to the v1alpha1 API:</p>
   <ul>
   <li>Renamed <code>spec.muteTimeIntervals</code> field to <code>to 
spec.timeIntervals</code>.</li>
   <li>Removed <code>regex</code> field from the <code>Matcher</code> type.</li>
   <li>Replaced all <code>v1.SecretKeySelector</code> types by the 
<code>SecretKeySelector</code> type
   <ul>
   <li>Removed <code>optional</code> field.</li>
   <li><code>name</code> and <code>key</code> fields are required.</li>
   </ul>
   </li>
   </ul>
   <p>As a pre-requisite, you need to deploy the admission webhook and 
configure the conversion webhook in the AlertmanagerConfig CRD object so that 
users can use both v1alpha1 and v1beta1 versions at the same time. There are 
more details in <code>Documentation/user-guides/webhook.md</code> about the 
webhook configuration.</p>
   <p>Because of the conversion webhook requirement, the new version is an 
opt-in feature: the <code>bundle.yaml</code> file and the manifests from
   <code>example/prometheus-operator-crd</code> don't deploy the new API 
version (the manifests to enable the v1beta1 version are under the 
<code>example/prometheus-operator-crd-full</code> directory). We will wait 
until v0.59.0 (at least) before enabling the new API version by default.</p>
   <ul>
   <li>[CHANGE] Added validations at the API level for the time-based fields of 
the ThanosRuler CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4815";>#4815</a></li>
   <li>[CHANGE] Added validations at the API level for the OpsGenie's 
<code>responders</code> field of the AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4725";>#4725</a></li>
   <li>[FEATURE] Added v1beta1 version for AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4709";>#4709</a></li>
   <li>[FEATURE] Added support for Telegram receiver in the AlertmanagerConfig 
CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726";>#4726</a></li>
   <li>[FEATURE] Added <code>updateAlerts</code> field to the OpsGenie 
configuration of the AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726";>#4726</a></li>
   <li>[FEATURE] Added <code>hostAliases</code> field to the the Alertmanager, 
Prometheus and ThanosRuler CRDs. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4787";>#4787</a></li>
   <li>[ENHANCEMENT] Added configuration option in the jsonnet mixins to 
specify the aggregation labels. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4814";>#4814</a></li>
   <li>[ENHANCEMENT] Added <code>attachMetadata</code> field to the PodMonitor 
CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4792";>#4792</a></li>
   <li>[BUGFIX] Fixed the curl command for exec probes when 
<code>listenLocal</code> is set to true in the Prometheus object. It avoids 
temporary service outage due to long WAL replays. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4804";>#4804</a></li>
   </ul>
   <h2>0.56.3 / 2022-05-23</h2>
   <ul>
   <li>[BUGFIX] Fixed errors for Alertmanager configurations using the new 
<code>entity</code>, <code>actions</code> and 
<code>opsgenie_api_key_file</code> fields. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4797";>#4797</a></li>
   <li>[BUGFIX] Fixed high CPU usage by reducing the number of number of 
reconciliations on Prometheus objects. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4798";>#4798</a>
 <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4806";>#4806</a></li>
   </ul>
   <h2>0.56.2 / 2022-05-09</h2>
   <ul>
   <li>[BUGFIX] Fix StatefulSet spec's generation to be determistic when 
<code>spec.containers</code> is not empty. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4772";>#4772</a></li>
   </ul>
   <h2>0.56.1 / 2022-05-03</h2>
   <ul>
   <li>[BUGFIX] Avoid unnecessary updates of the Prometheus StatefulSet object. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4762";>#4762</a></li>
   </ul>
   <h2>0.56.0 / 2022-04-20</h2>
   <ul>
   <li>[CHANGE] Added validation at the API level for size-based fields of the 
Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4661";>#4661</a></li>
   <li>[CHANGE] Added validation at the API level for log level and format 
fields of the Alertmanager, Prometheus and ThanosRuler CRDs. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4638";>#4638</a></li>
   <li>[CHANGE] Added validation at the API level for duration and time-based 
fields of the Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4684";>#4684</a></li>
   <li>[CHANGE] Added shortnames for custom resources (<code>amcfg</code> for 
AlertmanagerConfig, <code>am</code> for Alertmanager, <code>pmon</code> for 
PodMonitor, <code>prb</code> for Probe, <code>prom</code> for Prometheus, 
<code>smon</code> for ServiceMonitor, <code>ruler</code> for Thanos Ruler). <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4680";>#4680</a></li>
   <li>[FEATURE] Added <code>status</code> subresource to the Prometheus CRD. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4580";>#4580</a></li>
   <li>[ENHANCEMENT] Added <code>excludedFromEnforce</code> field to the 
Prometheus CRD. It allows to define PodMonitor, ServiceMonitor, Probe or 
PrometheusRule objects for which the namespace label enforcement (if enabled) 
should not be applied. This deprecates 
<code>prometheusRulesExcludedFromEnforce</code> which is still supported but 
users are encouraged to migrate to the new field. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4397";>#4397</a></li>
   <li>[ENHANCEMENT] Added <code>enableRemoteWriteReceiver</code> field to the 
Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4633";>#4633</a></li>
   <li>[ENHANCEMENT] Added <code>entity</code> and <code>actions</code> fields 
for the OpsGenie receiver to the AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4697";>#4697</a></li>
   <li>[ENHANCEMENT] Added 
<code>prometheus_operator_reconcile_duration_seconds</code> histogram metric. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4706";>#4706</a></li>
   <li>[BUGFIX] Added support for <code>opsgenie_api_key_file</code> and 
<code>api_key_file</code> in the generated Alertmanager configuration. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4666";>#4666</a>
 <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4738";>#4738</a></li>
   </ul>
   <h2>0.55.1 / 2022-03-26</h2>
   <ul>
   <li>[BUGFIX] Fixed Prometheus configuration when 
<code>spec.queryLogFile</code> has no path (&quot;query.log&quot; for 
instance). <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4683";>#4683</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.57.0 / 2022-06-02</h2>
   <p>The main change introduced by this release is a new v1beta1 API version 
for the
   AlertmanagerConfig CRD.</p>
   <p>Changes compared to the v1alpha1 API:</p>
   <ul>
   <li>Renamed <code>spec.muteTimeIntervals</code> field to <code>to 
spec.timeIntervals</code>.</li>
   <li>Removed <code>regex</code> field from the <code>Matcher</code> type.</li>
   <li>Replaced all <code>v1.SecretKeySelector</code> types by the 
<code>SecretKeySelector</code> type
   <ul>
   <li>Removed <code>optional</code> field.</li>
   <li><code>name</code> and <code>key</code> fields are required.</li>
   </ul>
   </li>
   </ul>
   <p>As a pre-requisite, you need to deploy the admission webhook and 
configure the
   conversion webhook in the AlertmanagerConfig CRD object so that users can use
   both v1alpha1 and v1beta1 versions at the same time. There are more details 
in
   <code>Documentation/user-guides/webhook.md</code> about the webhook 
configuration.</p>
   <p>Because of the conversion webhook requirement, the new version is an 
opt-in
   feature: the <code>bundle.yaml</code> file and the manifests from
   <code>example/prometheus-operator-crd</code> don't deploy the new API 
version (the
   manifests to enable the v1beta1 version are under the
   <code>example/prometheus-operator-crd-full</code> directory). We will wait 
until v0.59.0
   (at least) before enabling the new API version by default.</p>
   <ul>
   <li>[CHANGE] Added validations at the API level for the time-based fields of 
the ThanosRuler CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4815";>#4815</a></li>
   <li>[CHANGE] Added validations at the API level for the OpsGenie's 
<code>responders</code> field of the AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4725";>#4725</a></li>
   <li>[FEATURE] Added v1beta1 version for AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4709";>#4709</a></li>
   <li>[FEATURE] Added support for Telegram receiver in the AlertmanagerConfig 
CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726";>#4726</a></li>
   <li>[FEATURE] Added <code>updateAlerts</code> field to the OpsGenie 
configuration of the AlertmanagerConfig CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726";>#4726</a></li>
   <li>[FEATURE] Added <code>hostAliases</code> field to the the Alertmanager, 
Prometheus and ThanosRuler CRDs. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4787";>#4787</a></li>
   <li>[ENHANCEMENT] Added configuration option in the jsonnet mixins to 
specify the aggregation labels. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4814";>#4814</a></li>
   <li>[ENHANCEMENT] Added <code>attachMetadata</code> field to the PodMonitor 
CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4792";>#4792</a></li>
   <li>[BUGFIX] Fixed the curl command for exec probes when 
<code>listenLocal</code> is set to true in the Prometheus object. It avoids 
temporary service outage due to long WAL replays. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4804";>#4804</a></li>
   </ul>
   <h2>0.56.3 / 2022-05-23</h2>
   <ul>
   <li>[BUGFIX] Fixed errors for Alertmanager configurations using the new 
<code>entity</code>, <code>actions</code> and 
<code>opsgenie_api_key_file</code> fields. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4797";>#4797</a></li>
   <li>[BUGFIX] Fixed high CPU usage by reducing the number of number of 
reconciliations on Prometheus objects. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4798";>#4798</a>
 <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4806";>#4806</a></li>
   </ul>
   <h2>0.56.2 / 2022-05-09</h2>
   <ul>
   <li>[BUGFIX] Fix StatefulSet spec's generation to be determistic when 
<code>spec.containers</code> is not empty. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4772";>#4772</a></li>
   </ul>
   <h2>0.56.1 / 2022-05-03</h2>
   <ul>
   <li>[BUGFIX] Avoid unnecessary updates of the Prometheus StatefulSet object. 
<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4762";>#4762</a></li>
   </ul>
   <h2>0.56.0 / 2022-04-20</h2>
   <ul>
   <li>[CHANGE] Added validation at the API level for size-based fields of the 
Prometheus CRD. <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4661";>#4661</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/5db6996d3ca995e66301c53c33959fd64c3f6ae6";><code>5db6996</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4831";>#4831</a>
 from simonpasquier/cut-0.57</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/35d31811a478057cfe956b88d292b4733ad2c8db";><code>35d3181</code></a>
 *: cut v0.57.0</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/e45574036f4282c519b64f458d296ca82f455a45";><code>e455740</code></a>
 Allow user to configure hostAliases for Alertmanager, Prometheus and (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4787";>#4787</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/8ed1224f81588a0232ecb2c03c8643ac97899a20";><code>8ed1224</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4825";>#4825</a>
 from prometheus-operator/dependabot/go_modules/sigs....</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/06b2b4e05f34e087f1122c5603848c8c0415e024";><code>06b2b4e</code></a>
 build(deps): bump sigs.k8s.io/controller-runtime from 0.11.2 to 0.12.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/1829e379cd4ace69e6ca56ba8b860a9b9fbf654e";><code>1829e37</code></a>
 *: add v1beta1 for AlertmanagerConfig CRD (<a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4709";>#4709</a>)</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/b3e71e5e9942b9fd1cda58c295ee34c2be0bc71c";><code>b3e71e5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4815";>#4815</a>
 from slashpai/openapi_validation</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/64ee359a17a95170ab00a6b56a252f3e9d8cef65";><code>64ee359</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4819";>#4819</a>
 from prometheus-operator/dependabot/go_modules/k8s.i...</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/e3dc10bdcd2f5d7f06922dd1c4206f3d4705b415";><code>e3dc10b</code></a>
 build(deps): bump k8s.io/component-base from 0.24.0 to 0.24.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/f85ee4a8c927c38d46e513ee129940cfd7f480a3";><code>f85ee4a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4818";>#4818</a>
 from prometheus-operator/dependabot/go_modules/k8s.i...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.50.0...v0.57.0";>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.50.0&new-version=0.57.0)](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: [email protected]

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

Reply via email to