You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/01 00:08:11 UTC

[PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.67.1 to 0.70.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.70.0 / 2023-11-30</h2>
   <ul>
   <li>[CHANGE] Use camelCase on scrapeConfig in prometheus job names. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6124">#6124</a></li>
   <li>[CHANGE] Update field names for ConsulSD configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6094">#6094</a></li>
   <li>[FEATURE] Add <code>trackTimestampsStaleness</code> field to <code>ServiceMonitor</code>, <code>PodMonitor</code> and <code>ScrapeConfig</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6105">#6105</a></li>
   <li>[FEATURE] Add <code>persistentVolumeClaimRetentionPolicy</code> field to the <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6038">#6038</a></li>
   <li>[FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to <code>KubernetesSDConfigs</code> in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6089">#6089</a></li>
   <li>[FEATURE] Add support for Azure SD and GCE SD in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6078">#6078</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6009">#6009</a></li>
   <li>[FEATURE] Add azure AD oauth support to remote write. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6037">#6037</a></li>
   <li>[FEATURE] Add <code>.spec.reloadStrategy</code> to the Prometheus and PrometheusAgent CRDs. The value can be <code>HTTP</code> (default if not specified) or <code>ProcessSignal</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5690">#5690</a></li>
   <li>[ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6075">#6075</a></li>
   <li>[ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5993">#5993</a></li>
   <li>[ENHANCEMENT] Config reloader now sends all logs to <code>os.Stdout</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6085">#6085</a></li>
   <li>[BUGFIX] Remove verbose logging in admission-webhook pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6095">#6095</a></li>
   <li>[BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6098">#6098</a></li>
   <li>[BUGFIX] Skip adding shard relabel rules if they were already set in <code>additionalScrapeConfigs</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6099">#6099</a></li>
   <li>[BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6109">#6109</a></li>
   </ul>
   <h2>0.69.1 / 2023-11-09</h2>
   <p>This release is built using Go 1.21.4 which addresses CVE-2023-45283 and CVE-2023-45284.</p>
   <ul>
   <li>[BUGFIX] Rename test files to resolve Go import failures of github.com/prometheus-operator/prometheus-operator. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6070">#6070</a></li>
   </ul>
   <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>
   <!-- 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.70.0 / 2023-11-30</h2>
   <ul>
   <li>[CHANGE] Use camelCase on scrapeConfig in prometheus job names. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6124">#6124</a></li>
   <li>[CHANGE] Update field names for ConsulSD configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6094">#6094</a></li>
   <li>[FEATURE] Add <code>trackTimestampsStaleness</code> field to <code>ServiceMonitor</code>, <code>PodMonitor</code> and <code>ScrapeConfig</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6105">#6105</a></li>
   <li>[FEATURE] Add <code>persistentVolumeClaimRetentionPolicy</code> field to the <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6038">#6038</a></li>
   <li>[FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to <code>KubernetesSDConfigs</code> in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6089">#6089</a></li>
   <li>[FEATURE] Add support for Azure SD and GCE SD in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6078">#6078</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6009">#6009</a></li>
   <li>[FEATURE] Add azure AD oauth support to remote write. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6037">#6037</a></li>
   <li>[FEATURE] Add <code>.spec.reloadStrategy</code> to the Prometheus and PrometheusAgent CRDs. The value can be <code>HTTP</code> (default if not specified) or <code>ProcessSignal</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5690">#5690</a></li>
   <li>[ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6075">#6075</a></li>
   <li>[ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5993">#5993</a></li>
   <li>[ENHANCEMENT] Config reloader now sends all logs to <code>os.Stdout</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6085">#6085</a></li>
   <li>[BUGFIX] Remove verbose logging in admission-webhook pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6095">#6095</a></li>
   <li>[BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6098">#6098</a></li>
   <li>[BUGFIX] Skip adding shard relabel rules if they were already set in <code>additionalScrapeConfigs</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6099">#6099</a></li>
   <li>[BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6109">#6109</a></li>
   </ul>
   <h2>0.69.1 / 2023-11-09</h2>
   <p>This release is built using Go 1.21.4 which addresses CVE-2023-45283 and CVE-2023-45284.</p>
   <ul>
   <li>[BUGFIX] Rename test files to resolve Go import failures of <code>github.com/prometheus-operator/prometheus-operator</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6070">#6070</a></li>
   </ul>
   <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>
   </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/c2c673f7123f3745a2a982b4a2bdc43a11f50fad"><code>c2c673f</code></a> *: release 0.70</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c67c9519f2f8088ee2b0d9b94e8ed0b5b3524547"><code>c67c951</code></a> *: bump dependencies</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/2fc4fafd8b4f9b8c41f5a7e395b80d29d3e1f299"><code>2fc4faf</code></a> Update stale workflow to close stale PRs (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6119">#6119</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/a3e501dbb5ca9e376d8077c305af755bb822a02f"><code>a3e501d</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6125">#6125</a> from prometheus-operator/dependabot/go_modules/golan...</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/e3fe5365d0faa2048bc3e96509cbce94eadf1515"><code>e3fe536</code></a> build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/e2d552714ac0bb40f5b835e29ff0f7fe67cd8ecf"><code>e2d5527</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6124">#6124</a> from perylemke/fix-scrapeconfig</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/a0361831a486f694569e39485f923e8f0f56abef"><code>a036183</code></a> scrapeConfig: Change to camelCase on scrapeConfig</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/1d0006317b0d4ac5753ee4c189a36918de7c872b"><code>1d00063</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6121">#6121</a> from simonpasquier/split-endpoints-controller</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/ffd2f20e64114e07bdfe1ed20181cdb1cd25168a"><code>ffd2f20</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5690">#5690</a> from simonpasquier/reload-via-signal</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/a143c8da5d38233559b9402a765d7b1f0267083a"><code>a143c8d</code></a> feat: enable config reload via signal</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.67.1...v0.70.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>
   
   
   [![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.67.1&new-version=0.70.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 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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on PR #4953:
URL: https://github.com/apache/camel-k/pull/4953#issuecomment-1835691344

   Depends on #4847 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #4953:
URL: https://github.com/apache/camel-k/pull/4953#issuecomment-2042984227

   Oh no! Something went wrong on our end. Please try again later.
   
   If the problem persists, please contact GitHub support for assistance 🙇
   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #4953:
URL: https://github.com/apache/camel-k/pull/4953#issuecomment-1835691397

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed pull request #4953: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0
URL: https://github.com/apache/camel-k/pull/4953


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed pull request #4953: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0
URL: https://github.com/apache/camel-k/pull/4953


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.70.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on PR #4953:
URL: https://github.com/apache/camel-k/pull/4953#issuecomment-2042982422

   @dependabot rebase


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org