dependabot[bot] opened a new pull request, #3661: URL: https://github.com/apache/camel-k/pull/3661
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.50.0 to 0.59.2. <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.59.2 / 2022-09-20</h2> <ul> <li>[CHANGE/BUGFIX] Removed FOWNER capability from the Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5030">#5030</a></li> </ul> <h2>0.59.1 / 2022-09-12</h2> <ul> <li>[BUGFIX] Fixed secret and configmap volume names that need to be mounted in additional containers. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5000">#5000</a></li> <li>[BUGFIX] Removed CAP_FOWNER capability for the Thanos sidecar when not required. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5004">#5004</a></li> <li>[BUGFIX] Removed the CAP_ prefix of the FOWNER capability on Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5014">#5014</a></li> </ul> <h2>0.59.0 / 2022-09-02</h2> <ul> <li>[FEATURE] Added validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4898">#4898</a></li> <li>[FEATURE] Added support for global resolveTimeout and httpConfig in Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4622">#4622</a></li> <li>[FEATURE] Added support for additionalArgs field to the Prometheus CRD for Prometheus, Alertmanager and Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4863">#4863</a></li> <li>[ENHANCEMENT] Added tracingConfigFile option to ThanosRuler CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4962">#4962</a></li> <li>[BUGFIX] Fixed compress alertmanager secret to circumvent maximum size limit of 1048576 bytes. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4906">#4906</a></li> <li>[BUGFIX] Fixed namespace enforcement exclusion on newly created Prometheus objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4915">#4915</a></li> <li>[BUGFIX] Fixed CAP_FOWNER capability to Thanos sidecar container. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4931">#4931</a></li> <li>[BUGFIX] Fixed spec.query.maxSamples and spec.query.maxConcurrency fields of Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4951">#4951</a></li> <li>[BUGFIX] Fixed Thanos sidecar connectivity issue when Prometheus TLS is enabled. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4954">#4954</a></li> <li>[BUGFIX] Fixed Prometheus and Alertmanager Pods not created when Secret name exceeds 63 characters. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4988">#4988</a></li> </ul> <h2>0.58.0 / 2022-07-20</h2> <ul> <li>[FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4827">#4827</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4881">#4881</a></li> <li>[FEATURE] Extend the PrometheusSpec to allow to configure the <code>max_exemplars</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4834">#4834</a></li> <li>[FEATURE] Add support for web TLS configuration for Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4868">#4868</a></li> <li>[ENHANCEMENT] Add support for <code>uppercase</code>, <code>lowercase</code>, and <code>CamelCase</code> relabel actions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4840">#4840</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4873">#4873</a></li> <li>[ENHANCEMENT] Added support for <code>enable_http2</code> in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4836">#4836</a></li> <li>[BUGFIX] Fixed missing conversion of the <code>followRedirects</code> field in HTTP configuration for AlertmanagerConfig v1beta1. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4854">#4854</a></li> <li>[BUGFIX] fix AlertmanagerConfig.Spec.Route nil panic. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4853">#4853</a></li> <li>[BUGFIX] Optimise warning log message during sanitization of OpsGenie configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4833">#4833</a></li> </ul> <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> </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.59.2 / 2022-09-20</h2> <ul> <li>[CHANGE/BUGFIX] Removed <code>FOWNER</code> capability from the Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5030">#5030</a></li> </ul> <h2>0.59.1 / 2022-09-12</h2> <ul> <li>[BUGFIX] Fixed secret and configmap volume names that need to be mounted in additional containers. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5000">#5000</a></li> <li>[BUGFIX] Removed <code>CAP_FOWNER</code> capability for the Thanos sidecar when not required. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5004">#5004</a></li> <li>[BUGFIX] Removed the <code>CAP_</code> prefix of the <code>FOWNER</code> capability on Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5014">#5014</a></li> </ul> <h2>0.59.0 / 2022-09-02</h2> <ul> <li>[FEATURE] Added validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4898">#4898</a></li> <li>[FEATURE] Added support for global <code>resolveTimeout</code> and <code>httpConfig</code> in Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4622">#4622</a></li> <li>[FEATURE] Added support for <code>additionalArgs</code> field to the Prometheus CRD for Prometheus, Alertmanager and Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4863">#4863</a></li> <li>[ENHANCEMENT] Added <code>tracingConfigFile</code> option to ThanosRuler CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4962">#4962</a></li> <li>[BUGFIX] Fixed compress alertmanager secret to circumvent maximum size limit of 1048576 bytes. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4906">#4906</a></li> <li>[BUGFIX] Fixed namespace enforcement exclusion on newly created Prometheus objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4915">#4915</a></li> <li>[BUGFIX] Fixed <code>CAP_FOWNER</code> capability to Thanos sidecar container. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4931">#4931</a></li> <li>[BUGFIX] Fixed <code>spec.query.maxSamples</code> and <code>spec.query.maxConcurrency</code> fields of Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4951">#4951</a></li> <li>[BUGFIX] Fixed Thanos sidecar connectivity issue when Prometheus TLS is enabled. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4954">#4954</a></li> <li>[BUGFIX] Fixed Prometheus and Alertmanager Pods not created when Secret name exceeds 63 characters. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4988">#4988</a></li> </ul> <h2>0.58.0 / 2022-07-19</h2> <ul> <li>[FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4827">#4827</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4881">#4881</a></li> <li>[FEATURE] Extend the PrometheusSpec to allow to configure the <code>max_exemplars</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4834">#4834</a></li> <li>[FEATURE] Add support for web TLS configuration for Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4868">#4868</a></li> <li>[ENHANCEMENT] Add support for <code>uppercase</code>, <code>lowercase</code>, and <code>CamelCase</code> relabel actions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4840">#4840</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4873">#4873</a></li> <li>[ENHANCEMENT] Added support for <code>enable_http2</code> in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4836">#4836</a></li> <li>[BUGFIX] Fixed missing conversion of the <code>followRedirects</code> field in HTTP configuration for AlertmanagerConfig v1beta1. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4854">#4854</a></li> <li>[BUGFIX] fix AlertmanagerConfig.Spec.Route nil panic. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4853">#4853</a></li> <li>[BUGFIX] Optimise warning log message during sanitization of OpsGenie configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4833">#4833</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/d2e3dc38e43b5a4b28fcea013fd8facf39a7e6fa"><code>d2e3dc3</code></a> chore: Prep for 0.59.2</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/f5cb1a4d980b90880bc6ac796ea0cedd47ac6796"><code>f5cb1a4</code></a> pkg/prometheus: remove FOWNER capability for Thanos sidecar (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5030">#5030</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/11d439ee6d9b0b03a8543f5ab34359a954856949"><code>11d439e</code></a> 0.59.1 (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5013">#5013</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/5b9908381ba21b0584eae01e61938c4133c67b88"><code>5b99083</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5014">#5014</a> from fsteccanella/thanos-fowner-fix</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/92ee800f3d04568f54034eee7273b5e4ea5b14b2"><code>92ee800</code></a> fix: thanos-sidecar CAP_FOWNER capability</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3b53da78df4961c41b85496dca5671579b80d83d"><code>3b53da7</code></a> Fixed secret and configmap volume names that need to be mounted in additional...</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/72f2b5845752cb622f046d8827220c758bd72f55"><code>72f2b58</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5004">#5004</a> from simonpasquier/capfowner-thanos</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/0fbad491bf2adb6988f79f6abdd8ddf0ec4a2ab3"><code>0fbad49</code></a> pkg/prometheus: add CAP_FOWNER capability to Thanos only if needed</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/31e9ae2acc2ff7f5632e9eb3cfc442a1f7db4f70"><code>31e9ae2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4994">#4994</a> from PhilipGough/pre-release-59</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3582c6487e89a198fb37f06d9e9de7b39e12c728"><code>3582c64</code></a> make: docs</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.50.0...v0.59.2">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