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/05 16:27:39 UTC

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

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.60.0 to 0.67.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>0.67.1 / 2023-08-03</h2>
   <p>[BUGFIX] Avoid skipping AlertmanagerConfig resources for Alertmanager versions prior v0.25.0. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5788">#5788</a></p>
   <h2>0.67.0 / 2023-07-27</h2>
   <ul>
   <li>[FEATURE] Add <code>spec.scheme</code> field to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5679">#5679</a></li>
   <li>[FEATURE] Add <code>spec.params</code> field to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5750">#5750</a></li>
   <li>[FEATURE] Add <code>spec.scrapeInterval</code> and <code>spec.scrapeTimeout</code> fields to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5742">#5742</a></li>
   <li>[FEATURE] Add support for TLS configuration to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5710">#5710</a></li>
   <li>[FEATURE] Add support for scrape limits to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5658">#5658</a></li>
   <li>[FEATURE] Add support for Kubernetes node service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5675">#5675</a></li>
   <li>[FEATURE] Add support for Consul service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5709">#5709</a></li>
   <li>[FEATURE] Add support for ScrapeConfig objects to <code>spec.excludedFromEnforcement</code> (Prometheus CRD). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5577">#5577</a></li>
   <li>[FEATURE] Add support for global scrape limits to the Prometheus CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5646">#5646</a></li>
   <li>[FEATURE] Add <code>spec.alertmanagerConfiguration.smtp</code> field to the Alertmanager CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5649">#5649</a></li>
   <li>[FEATURE] Add support for Discord integration to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5671">#5671</a></li>
   <li>[ENHANCEMENT] (jsonnet) expose resource settings for the reloader. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5768">#5768</a></li>
   <li>[BUGFIX] Avoid deadlock of the config reloader when the initial configuration is invalid. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5743">#5743</a></li>
   <li>[BUGFIX] Reload the Alertmanager configuration when templates are modified. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5727">#5727</a></li>
   </ul>
   <h2>0.66.0 / 2023-06-14</h2>
   <p>After research, we noticed how the default CPU requests of the config-reloader container were too high compared to the effective usage. We decided to decrease the default CPU requests from <code>100m</code> to <code>10m</code>. For most environments, this won't make a difference but if you need to increase the values, you can use the <code>-config-reloader-cpu-request</code> and <code>-config-reloader-cpu-limit</code> CLI arguments of the Prometheus operator.</p>
   <ul>
   <li>[CHANGE] Decrease the default CPU requests for the config-reloader container from <code>100m</code> to <code>10m</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5539">#5539</a></li>
   <li>[FEATURE] Add <code>spec.alertmanagerConfiguration.global.PagerdutyURL</code> to the <code>Alertmanager</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5469">#5469</a></li>
   <li>[FEATURE] Add <code>spec.volumeMounts</code> to the <code>ThanosRuler</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5541">#5541</a></li>
   <li>[FEATURE] Add <code>spec.remoteWrite.sendNativeHistograms</code> to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5564">#5564</a></li>
   <li>[FEATURE] Add <code>spec.tracingConfig</code> to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5591">#5591</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5640">#5640</a></li>
   <li>[FEATURE] Add <code>followRedirects</code> field to the <code>RemoteRead</code> configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5612">#5612</a></li>
   <li>[FEATURE] Add <code>spec.automountServiceAccountToken</code> to the <code>Alertmanager</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5474">#5474</a></li>
   <li>[FEATURE] Support <code>keep_firing_for</code> fields for <code>PrometheusRule</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5651">#5651</a></li>
   <li>[FEATURE] Allow to add custom annotations to all resources managed by the operator. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5626">#5626</a></li>
   <li>[FEATURE] Add <code>BasicAuth</code> and <code>Authorization</code> support to <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5642">#5642</a></li>
   <li>[ENHANCEMENT] Add <code>-kubelet-selector</code> CLI argument to filter the Kubernetes nodes by labels. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5641">#5641</a></li>
   <li>[BUGFIX] Fix bug with logs that don't end with new line(<code>\n</code>) characters. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5566">#5566</a></li>
   <li>[BUGFIX] Fix Prometheus and Alertmanager not picking up the web server's certificate after renewal. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5535">#5535</a></li>
   <li>[BUGFIX] Fix config-reloader not handling SIGTERM signal. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5617">#5617</a></li>
   <li>[BUGFIX] Fix Thanos volume name when using VolumeClaimTemplate in <code>Prometheus</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5596">#5596</a></li>
   <li>[BUGFIX] Fix WAL Compression configuration for <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5625">#5625</a></li>
   <li>[BUGFIX] Fix DNS name resolution for individual ThanosRuler pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5632">#5632</a></li>
   </ul>
   <h2>0.65.2 / 2023-05-31</h2>
   <ul>
   <li>[BUGFIX] Fix relabeling issue in ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5611">#5611</a></li>
   </ul>
   <h2>0.65.1 / 2023-05-05</h2>
   <ul>
   <li>[BUGFIX] Fix panic when ScrapeConfig CRD is not installed. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550">#5550</a></li>
   </ul>
   <h2>0.65.0 / 2023-05-04</h2>
   <p>The main change introduced by this release is the new v1alpha1 ScrapeConfig CRD. This implements the <a href="https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/proposals/202212-scrape-config.md">proposal</a> documented in <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/pull/5279">prometheus-operator/prometheus-operator#5279</a> and provides a Kubernetes native API to create and manage additional scrape configurations.</p>
   <p>To try it, follow the following steps:</p>
   <!-- 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.67.1 / 2023-08-03</h2>
   <ul>
   <li>[BUGFIX] Avoid skipping <code>AlertmanagerConfig</code> resources for Alertmanager versions prior v0.25.0. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5788">#5788</a></li>
   </ul>
   <h2>0.67.0 / 2023-07-27</h2>
   <ul>
   <li>[FEATURE] Add <code>spec.scheme</code> field to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5679">#5679</a></li>
   <li>[FEATURE] Add <code>spec.params</code> field to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5750">#5750</a></li>
   <li>[FEATURE] Add <code>spec.scrapeInterval</code> and <code>spec.scrapeTimeout</code> fields to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5742">#5742</a></li>
   <li>[FEATURE] Add support for TLS configuration to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5710">#5710</a></li>
   <li>[FEATURE] Add support for scrape limits to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5658">#5658</a></li>
   <li>[FEATURE] Add support for Kubernetes node service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5675">#5675</a></li>
   <li>[FEATURE] Add support for Consul service discovery to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5709">#5709</a></li>
   <li>[FEATURE] Add support for ScrapeConfig objects to <code>spec.excludedFromEnforcement</code> (Prometheus CRD). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5577">#5577</a></li>
   <li>[FEATURE] Add support for global scrape limits to the Prometheus CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5646">#5646</a></li>
   <li>[FEATURE] Add <code>spec.alertmanagerConfiguration.smtp</code> field to the Alertmanager CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5649">#5649</a></li>
   <li>[FEATURE] Add support for Discord integration to the AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5671">#5671</a></li>
   <li>[ENHANCEMENT] (jsonnet) expose resource settings for the reloader. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5768">#5768</a></li>
   <li>[BUGFIX] Avoid deadlock of the config reloader when the initial configuration is invalid. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5743">#5743</a></li>
   <li>[BUGFIX] Reload the Alertmanager configuration when templates are modified. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5727">#5727</a></li>
   </ul>
   <h2>0.66.0 / 2023-06-14</h2>
   <p>After research, we noticed how the default CPU requests of the config-reloader container were too high compared to the effective usage. We decided to decrease the default CPU requests from <code>100m</code> to <code>10m</code>. For most environments, this won't make a difference but if you need to increase the values, you can use the <code>-config-reloader-cpu-request</code> and <code>-config-reloader-cpu-limit</code> CLI arguments of the Prometheus operator.</p>
   <ul>
   <li>[CHANGE] Decrease the default CPU requests for the config-reloader container from <code>100m</code> to <code>10m</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5539">#5539</a></li>
   <li>[FEATURE] Add <code>spec.alertmanagerConfiguration.global.PagerdutyURL</code> to the <code>Alertmanager</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5469">#5469</a></li>
   <li>[FEATURE] Add <code>spec.volumeMounts</code> to the <code>ThanosRuler</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5541">#5541</a></li>
   <li>[FEATURE] Add <code>spec.remoteWrite.sendNativeHistograms</code> to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5564">#5564</a></li>
   <li>[FEATURE] Add <code>spec.tracingConfig</code> to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5591">#5591</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5640">#5640</a></li>
   <li>[FEATURE] Add <code>followRedirects</code> field to the <code>RemoteRead</code> configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5612">#5612</a></li>
   <li>[FEATURE] Add <code>spec.automountServiceAccountToken</code> to the <code>Alertmanager</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5474">#5474</a></li>
   <li>[FEATURE] Support <code>keep_firing_for</code> fields for <code>PrometheusRule</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5651">#5651</a></li>
   <li>[FEATURE] Allow to add custom annotations to all resources managed by the operator. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5626">#5626</a></li>
   <li>[FEATURE] Add <code>BasicAuth</code> and <code>Authorization</code> support to <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5642">#5642</a></li>
   <li>[ENHANCEMENT] Add <code>-kubelet-selector</code> CLI argument to filter the Kubernetes nodes by labels. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5641">#5641</a></li>
   <li>[BUGFIX] Fix bug with logs that don't end with new line(<code>\n</code>) characters. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5566">#5566</a></li>
   <li>[BUGFIX] Fix Prometheus and Alertmanager not picking up the web server's certificate after renewal. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5535">#5535</a></li>
   <li>[BUGFIX] Fix config-reloader not handling SIGTERM signal. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5617">#5617</a></li>
   <li>[BUGFIX] Fix Thanos volume name when using VolumeClaimTemplate in <code>Prometheus</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5596">#5596</a></li>
   <li>[BUGFIX] Fix WAL Compression configuration for <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5625">#5625</a></li>
   <li>[BUGFIX] Fix DNS name resolution for individual ThanosRuler pods. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5632">#5632</a></li>
   </ul>
   <h2>0.65.2 / 2023-05-31</h2>
   <ul>
   <li>[BUGFIX] Fix relabeling issue in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5611">#5611</a></li>
   </ul>
   <h2>0.65.1 / 2023-05-05</h2>
   <ul>
   <li>[BUGFIX] Fix panic when ScrapeConfig CRD is not installed. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550">#5550</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/ce782eafad7fb29bd4fa920052070007ae305013"><code>ce782ea</code></a> chore: cut v0.67.1</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/391a43633442188025dc7f65c96b99a17ae57c98"><code>391a436</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5788">#5788</a> from hoperays/release-0.67-es</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/0e7afc57f3f17ddc76c53b1cf2166c9b2f446109"><code>0e7afc5</code></a> Do not check the am version if no discord configs</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/ffd897f2f3fe272690c1f51dcb35db8b4716733f"><code>ffd897f</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5775">#5775</a> from simonpasquier/fix-go-mod-files</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/5ee002936f5511d2297005a1e3d20280904c1dfa"><code>5ee0029</code></a> chore: bump prometheus-operator in go.mod files</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9c5811964b2078056683c92c59f330503f746406"><code>9c58119</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5774">#5774</a> from simonpasquier/cut-0.67.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/71d804bc96f74c30ec6f4e625ac99d5c1854688c"><code>71d804b</code></a> chore: cut v0.67.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/93b21612db3e6bfe34745295dfc85ee84ba377ac"><code>93b2161</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5742">#5742</a> from slashpai/scrape_time</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b3a9e47deea84d2077406faca0b107c594364965"><code>b3a9e47</code></a> feat: Add scrape{interval,timeout} to ScrapeConfig</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c5ca520ea3b505c7fe12bb0a0eedccb46b0decc2"><code>c5ca520</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5577">#5577</a> from mcbenjemaa/scrapeconfig-resource</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.60.0...v0.67.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring&package-manager=go_modules&previous-version=0.60.0&new-version=0.67.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 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


[GitHub] [camel-k] squakez commented on pull request #4644: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.67.1

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

   Depends on #4612 


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


[GitHub] [camel-k] dependabot[bot] commented on pull request #4644: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.67.1

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

   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


[GitHub] [camel-k] squakez closed pull request #4644: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.67.1

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


-- 
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.60.0 to 0.67.1 [camel-k]

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


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