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 2024/01/25 00:40:50 UTC

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

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.67.1 to 0.71.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>v0.71.1 / 2024-01-22</h2>
   <ul>
   <li>[BUGFIX] Pass all the ThanosRuler <code>.spec.volumes</code> fields down to the pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6249">#6249</a></li>
   </ul>
   <h2>0.71.0 / 2024-01-12</h2>
   <ul>
   <li>[CHANGE] Configure the configuration reloader sidecar with the same web configuration as Prometheus and Alertmanager. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6194">#6194</a></li>
   <li>[FEATURE] Implement the Scale subresource for the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5962">#5962</a></li>
   <li>[FEATURE] Add support for OpenStack Service Discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6168">#6168</a></li>
   <li>[FEATURE] Add support for all settings of the Kubernetes Service Discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6178">#6178</a></li>
   <li>[FEATURE] Add support for proxy settings to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6001">#6001</a></li>
   <li>[FEATURE] Add the <code>enableHTTP2</code> field to remote-write configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6192">#6192</a></li>
   <li>[FEATURE] Add <code>.spec.maximumStartupDurationSeconds</code> to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6137">#6137</a></li>
   <li>[FEATURE] Emit Kubernetes events when detecting invalid configurations. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6179">#6179</a></li>
   <li>[ENHANCEMENT] Add <code>additionalLabels</code> field to topology spread constraints for Prometheus and PrometheusAgent CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5967">#5967</a></li>
   <li>[ENHANCEMENT] Add <code>.spec.clusterLabel</code> to the Alertmanager CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6162">#6162</a></li>
   <li>[ENHANCEMENT] Add <code>prometheus_operator_status_update_errors_total</code> and <code>prometheus_operator_status_update_operations_total</code> metrics. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6185">#6185</a></li>
   </ul>
   <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>
   </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.71.1 / 2024-01-22</h2>
   <ul>
   <li>[BUGFIX] Pass all the ThanosRuler <code>.spec.volumes</code> fields down to the pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6249">#6249</a></li>
   </ul>
   <h2>0.71.0 / 2024-01-12</h2>
   <ul>
   <li>[CHANGE] Configure the configuration reloader sidecar with the same web configuration as Prometheus and Alertmanager. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6194">#6194</a></li>
   <li>[FEATURE] Implement the Scale subresource for the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5962">#5962</a></li>
   <li>[FEATURE] Add support for OpenStack Service Discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6168">#6168</a></li>
   <li>[FEATURE] Add support for all settings of the Kubernetes Service Discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6178">#6178</a></li>
   <li>[FEATURE] Add support for proxy settings to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6001">#6001</a></li>
   <li>[FEATURE] Add the <code>enableHTTP2</code> field to remote-write configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6192">#6192</a></li>
   <li>[FEATURE] Add <code>.spec.maximumStartupDurationSeconds</code> to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6137">#6137</a></li>
   <li>[FEATURE] Emit Kubernetes events when detecting invalid configurations. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6179">#6179</a></li>
   <li>[ENHANCEMENT] Add <code>additionalLabels</code> field to topology spread constraints for Prometheus and PrometheusAgent CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5967">#5967</a></li>
   <li>[ENHANCEMENT] Add <code>.spec.clusterLabel</code> to the Alertmanager CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6162">#6162</a></li>
   <li>[ENHANCEMENT] Add <code>prometheus_operator_status_update_errors_total</code> and <code>prometheus_operator_status_update_operations_total</code> metrics. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6185">#6185</a></li>
   </ul>
   <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>
   </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/86a2557ba0db898c62265ae5895b8fc13f8501d3"><code>86a2557</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6251">#6251</a> from simonpasquier/cut-0.71.1</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6b50c8c47d17287c0919b24b99fce64fa5ffdbe6"><code>6b50c8c</code></a> chore: cut v0.71.1</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c6d0c8df660714d9d9d6660ed7d38eb6ce955799"><code>c6d0c8d</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6249">#6249</a> from SamKirsch10/release-0.71</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9100540586f63072fee65c40513dff90e84bacb3"><code>9100540</code></a> ruler: add subpath to volumeMounts if specified (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6243">#6243</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9c26b6a94cc5095cc162f3d22f4e8c630df949d0"><code>9c26b6a</code></a> chore: cut v0.71.0 (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6223">#6223</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b2863a485ff7b3d5b885d34cbc759c490dfdc5c2"><code>b2863a4</code></a> feat: add support for remaining fields in Kubernetes SD (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6178">#6178</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/0502a004257c51031b4d710a0c9ad1b21436fecc"><code>0502a00</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6222">#6222</a> from simonpasquier/fix-http2-fieldname</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b5bbe3b4d2264c4fdcf114cbad20f098169d69f7"><code>b5bbe3b</code></a> chore: fix field name to comply with conventions</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9a34675cfe63e7d0373f6eba8804b0b313ec9e78"><code>9a34675</code></a> Add scale subresource to Prometheus/PrometheusAgent (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5962">#5962</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/dc0e71c0d53b69393a7262bc0158476436577f15"><code>dc0e71c</code></a> feat: support the operator make use of the config-reloader tls and basic auth...</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.67.1...v0.71.1">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.71.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 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.71.1 [camel-k]

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

   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.71.1 [camel-k]

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

   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.71.1 [camel-k]

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


-- 
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