dependabot[bot] opened a new pull request, #4910: URL: https://github.com/apache/camel-k/pull/4910
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.67.1 to 0.69.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.69.0 / 2023-11-03</h2> <ul> <li>[CHANGE] Consider secret references without <code>optional</code> value to be mandatory instead of optional for <code>.spec.additionalScrapeConfigs</code> configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5985">#5985</a></li> <li>[CHANGE] Remove <code>prometheus_operator_rule_validation_triggered_total</code>, <code>prometheus_operator_rule_validation_errors_total</code>, <code>prometheus_operator_alertmanager_config_validation_triggered_total</code> and <code>prometheus_operator_alertmanager_config_validation_errors_total</code> metrics which have been deprecated since v0.55.0. The same information is available from the <code>apiserver_admission_webhook_rejection_count</code> metric available since Kubernetes v1.16.0. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6024">#6024</a></li> <li>[CHANGE/BUGFIX] Disable HTTP2 connections by default to mitigate CVE-2023-44487. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6028">#6028</a></li> <li>[FEATURE] Add support for EC2 service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5902">#5902</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6012">#6012</a></li> <li>[FEATURE] Support MSTeams receiver in the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6002">#6002</a></li> <li>[FEATURE] Add the <code>sigv4</code> field to the Alertmanager endpoints for the Prometheus CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6036">#6036</a></li> <li>[FEATURE] Support AzureAD authentication for Prometheus remote write. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5852">#5852</a></li> <li>[FEATURE] Add the <code>userKeyFile</code> and <code>tokenFile</code> fields for Pushover to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5886">#5886</a></li> <li>[FEATURE] Add <code>--as</code> to the operator's CLI arguments for user impersonation. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5906">#5906</a></li> <li>[FEATURE] Add the <code>selectors</code> field for the Kubernetes service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6053">#6053</a></li> <li>[ENHANCEMENT] Support <code>url_file</code> for Webhook receiver in the Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5876">#5876</a></li> <li>[ENHANCEMENT] Support <code>user_key_file</code> and <code>token_file</code> for Pushover receiver in the Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5876">#5876</a></li> <li>[ENHANCEMENT] Use server-side apply instead of update when reconciling the resource's status. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5883">#5883</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5913">#5913</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5912">#5912</a></li> <li>[ENHANCEMENT] Detect when an invalid storage class is defined. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5792">#5792</a></li> <li>[ENHANCEMENT] Add OCI labels to container images. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5946">#5946</a></li> <li>[ENHANCEMENT] Add the <code>operator.prometheus.io/version</code> annotation to the CRD manifests. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6050">#6050</a></li> <li>[BUGFIX] Detect namespace changes without list/watch permissions on the namespace resources. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5934">#5934</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5898">#5898</a></li> <li>[BUGFIX] Avoid operator panic when using ScrapeConfig with the Consul service discovery. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5937">#5937</a></li> <li>[BUGFIX] Don't enable Prometheus unmanaged mode when only <code>.spec.scrapeConfigSelector</code> is defined. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5941">#5941</a></li> <li>[BUGFIX] Prevent Alertmanager pods from joining random clusters. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5945">#5945</a></li> <li>[BUGFIX] Fix race condition when deleting Alertmanager, Prometheus, PrometheusAgent and ThanosRuler instances. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5954">#5954</a></li> <li>[BUGFIX] Enable klog verbose level only when the log level is debug.. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5981">#5981</a></li> <li>[BUGFIX] Reduce memory usage by using secret metadata informer in the PrometheusAgent controller. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5982">#5982</a></li> <li>[BUGFIX] Do not strip mandatory fields in the <code>stripped-down-crds.yaml</code> manifest file. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6008">#6008</a></li> <li>[BUGFIX] Update the resource requests and limits of the config reloader sidecar when updated. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5971">#5971</a></li> </ul> <h2>0.68.0 / 2023-09-08</h2> <ul> <li>[FEATURE] Add support for Webex receiver to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5305">#5305</a></li> <li>[FEATURE] Add support for Bot Token File for Telegram receiver in AlermanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5882">#5882</a></li> <li>[FEATURE] Add support for MetricRelabelings to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5805">#5805</a></li> <li>[FEATURE] Add support for DNS service discovery fields to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5866">#5866</a></li> <li>[FEATURE] Add support for <code>keep_dropped_targets</code> to Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5897">#5897</a></li> <li>[FEATURE] Don't trigger reconcile loops if statefulsets have different <code>revisionHistoryLimit</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5773">#5773</a></li> <li>[ENHANCEMENT] Decrease CPU usage when reconciling ThanosRuler resources. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5784">#5784</a></li> <li>[BUGFIX] Fix sharding in Probe CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5735">#5735</a></li> <li>[BUGFIX] Fix text-only email configs in AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5804">#5804</a></li> <li>[BUGFIX] Fix rejecting PodMonitor, ServiceMonitor, Probes and ScrapeConfigs with invalid relabelings. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5841">#5841</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5856">#5856</a></li> <li>[BUGFIX] Fix Kubernetes Service Discovery in ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5871">#5871</a></li> <li>[BUGFIX] Fix reserved labels being overriden by external labels. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5888">#5888</a></li> <li>[BUGFIX] Fix updating Status of Prometheus, Alertmanager and ThanosRuler even the operator fails to update their statefulsets. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5891">#5891</a></li> </ul> </blockquote> </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.69.0 / 2023-11-03</h2> <ul> <li>[CHANGE] Consider secret references without <code>optional</code> value to be mandatory instead of optional for <code>.spec.additionalScrapeConfigs</code> configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5985">#5985</a></li> <li>[CHANGE] Remove <code>prometheus_operator_rule_validation_triggered_total</code>, <code>prometheus_operator_rule_validation_errors_total</code>, <code>prometheus_operator_alertmanager_config_validation_triggered_total</code> and <code>prometheus_operator_alertmanager_config_validation_errors_total</code> metrics which have been deprecated since v0.55.0. The same information is available from the <code>apiserver_admission_webhook_rejection_count</code> metric available since Kubernetes v1.16.0. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6024">#6024</a></li> <li>[CHANGE/BUGFIX] Disable HTTP2 connections by default to mitigate CVE-2023-44487. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6028">#6028</a></li> <li>[FEATURE] Add support for EC2 service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5902">#5902</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6012">#6012</a></li> <li>[FEATURE] Support MSTeams receiver in the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6002">#6002</a></li> <li>[FEATURE] Add the <code>sigv4</code> field to the Alertmanager endpoints for the Prometheus CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6036">#6036</a></li> <li>[FEATURE] Support AzureAD authentication for Prometheus remote write. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5852">#5852</a></li> <li>[FEATURE] Add the <code>userKeyFile</code> and <code>tokenFile</code> fields for Pushover to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5886">#5886</a></li> <li>[FEATURE] Add <code>--as</code> to the operator's CLI arguments for user impersonation. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5906">#5906</a></li> <li>[FEATURE] Add the <code>selectors</code> field for the Kubernetes service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6053">#6053</a></li> <li>[ENHANCEMENT] Support <code>url_file</code> for Webhook receiver in the Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5876">#5876</a></li> <li>[ENHANCEMENT] Support <code>user_key_file</code> and <code>token_file</code> for Pushover receiver in the Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5876">#5876</a></li> <li>[ENHANCEMENT] Use server-side apply instead of update when reconciling the resource's status. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5883">#5883</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5913">#5913</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5912">#5912</a></li> <li>[ENHANCEMENT] Detect when an invalid storage class is defined. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5792">#5792</a></li> <li>[ENHANCEMENT] Add OCI labels to container images. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5946">#5946</a></li> <li>[ENHANCEMENT] Add the <code>operator.prometheus.io/version</code> annotation to the CRD manifests. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6050">#6050</a></li> <li>[BUGFIX] Detect namespace changes without list/watch permissions on the namespace resources. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5934">#5934</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5898">#5898</a></li> <li>[BUGFIX] Avoid operator panic when using ScrapeConfig with the Consul service discovery. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5937">#5937</a></li> <li>[BUGFIX] Don't enable Prometheus unmanaged mode when only <code>.spec.scrapeConfigSelector</code> is defined. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5941">#5941</a></li> <li>[BUGFIX] Prevent Alertmanager pods from joining random clusters. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5945">#5945</a></li> <li>[BUGFIX] Fix race condition when deleting Alertmanager, Prometheus, PrometheusAgent and ThanosRuler instances. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5954">#5954</a></li> <li>[BUGFIX] Enable klog verbose level only when the log level is debug.. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5981">#5981</a></li> <li>[BUGFIX] Reduce memory usage by using secret metadata informer in the PrometheusAgent controller. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5982">#5982</a></li> <li>[BUGFIX] Do not strip mandatory fields in the <code>stripped-down-crds.yaml</code> manifest file. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6008">#6008</a></li> <li>[BUGFIX] Update the resource requests and limits of the config reloader sidecar when updated. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5971">#5971</a></li> </ul> <h2>0.68.0 / 2023-09-06</h2> <ul> <li>[FEATURE] Add support for Webex receiver to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5305">#5305</a></li> <li>[FEATURE] Add support for Bot Token File for Telegram receiver in AlermanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5882">#5882</a></li> <li>[FEATURE] Add support for MetricRelabelings to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5805">#5805</a></li> <li>[FEATURE] Add support for DNS service discovery fields to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5866">#5866</a></li> <li>[FEATURE] Add support for <code>keep_dropped_targets</code> to Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5897">#5897</a></li> <li>[FEATURE] Don't trigger reconcile loops if statefulsets have different <code>revisionHistoryLimit</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5773">#5773</a></li> <li>[ENHANCEMENT] Decrease CPU usage when reconciling ThanosRuler resources. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5784">#5784</a></li> <li>[BUGFIX] Fix sharding in Probe CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5735">#5735</a></li> <li>[BUGFIX] Fix text-only email configs in AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5804">#5804</a></li> <li>[BUGFIX] Fix rejecting PodMonitor, ServiceMonitor, Probes and ScrapeConfigs with invalid relabelings. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5841">#5841</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5856">#5856</a></li> <li>[BUGFIX] Fix Kubernetes Service Discovery in ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5871">#5871</a></li> <li>[BUGFIX] Fix reserved labels being overriden by external labels. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5888">#5888</a></li> <li>[BUGFIX] Fix updating Status of Prometheus, Alertmanager and ThanosRuler even the operator fails to update their statefulsets. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5891">#5891</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/f0b85f34d4be4518e7f5ad99c78538d81c4369cc"><code>f0b85f3</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6062">#6062</a> from simonpasquier/cut-v0.69.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3d0df24ea75bfc2175737d5bd543cab35b191971"><code>3d0df24</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6064">#6064</a> from slashpai/webhookfix</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/374f4b3d0c58d23318b4f1fd4e0c25b057d34062"><code>374f4b3</code></a> fix: remove verbose logging admission-webhook</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fc2a36df043d138a15d59a7750ef905291c6fca4"><code>fc2a36d</code></a> chore: cut v0.69.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/45185c8d5c0e97027f7e99beeb9114c5642aeec3"><code>45185c8</code></a> docs: overriding behavior for common labels (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5699">#5699</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/dbfcf7a16caa073ee9ef4bb1334a24da26c184da"><code>dbfcf7a</code></a> feat: Add <code>--web-config-file</code> flag to the config reloader (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6011">#6011</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fca0075e71da07cd6f976bdbb4bcc0cdfe2d9b48"><code>fca0075</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6053">#6053</a> from slashpai/node-discovery</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c2fe7a81fb5aa3f88b191e9607ff6d3f3987b61b"><code>c2fe7a8</code></a> feat: support Selectors field in kubernetes SD</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/ddfea8919b8d489b016bdbd59481a77602cd76eb"><code>ddfea89</code></a> enhancement: include operator version in CRD annotations (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6050">#6050</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/63e15b7eb4897653d2462f8f41826743393a1f89"><code>63e15b7</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6039">#6039</a> from adinhodovic/add-node-to-minikube-docs</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.67.1...v0.69.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | [>= 0.56.a, < 0.57] | </details> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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