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/06/15 01:00:37 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.60.0 to 0.66.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.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>
   <ol>
   <li>Install the new CRD in the cluster (see <code>example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage ScrapeConfig resources (see <code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p>NOTE: if these conditions aren't met, the operator will start but it won't be able to reconcile the ScrapeConfig resources.</p>
   <ul>
   <li>[FEATURE] Add the status subresource for the ThanosRuler CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5520">#5520</a></li>
   <li>[FEATURE] Add spec.web.timeout and spec.web.getConcurrency to the Alertmanager CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5478">#5478</a></li>
   <li>[FEATURE] Add spec.groups[].limit to the Prometheus CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/4999">#4999</a></li>
   <li>[FEATURE] Add ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335">#5335</a></li>
   <li>[ENHANCEMENT] Set a default for seccompProfile on the operator and webhook Deployments to RuntimeDefault. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5477">#5477</a></li>
   <li>[ENHANCEMENT] Add optional liveness and readiness probes to prometheus-config-reloader. This can be enabled via the --enable-config-reloader-probes CLI flag. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5449">#5449</a></li>
   <li>[BUGFIX] Don't start the PrometheusAgent controller if the CRD isn't present or the operator lacks permissions. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5476">#5476</a></li>
   <li>[BUGFIX] Declare spec.rules optional in PrometheusRule CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5481">#5481</a></li>
   <li>[BUGFIX] Fix incorrect metric counter value for failed sync status. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5533">#5533</a></li>
   </ul>
   <h2>0.64.1 / 2023-04-24</h2>
   <ul>
   <li>[BUGFIX] Fix panic when scraping <code>/metrics</code> with PrometheusAgent resources declared. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5511">#5511</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.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.valumeMounts</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>
   <h2>0.65.0 / 2023-05-04</h2>
   <p>The main change introduced by this release is the new v1alpha1 <code>ScrapeConfig</code> 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">#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>
   <ol>
   <li>Install the new CRD in the cluster (see
   <code>example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage <code>ScrapeConfig</code> resources
   (see <code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <p><strong>NOTE</strong>: if these conditions aren't met, the operator will start but it won't
   be able to reconcile the <code>ScrapeConfig</code> resources.</p>
   <ul>
   <li>[FEATURE] Add the <code>status</code> subresource for the <code>ThanosRuler</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5520">#5520</a></li>
   <li>[FEATURE] Add <code>spec.web.timeout</code> and <code>spec.web.getConcurrency</code> to the <code>Alertmanager</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5478">#5478</a></li>
   <li>[FEATURE] Add <code>spec.groups[].limit</code> to the <code>Prometheus</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/4999">#4999</a></li>
   <li>[FEATURE] Add ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335">#5335</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/e21bdb5675e24d94504d530fd19fb89627a631a3"><code>e21bdb5</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5676">#5676</a> from prometheus-operator/0.66-changelog</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/255766e670fdeceacb14de2f316822c4a9f2a9e9"><code>255766e</code></a> Add 0.66.0 CHANGELOG entry</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/8d6c3866bc895ad5747e90698df7fad3e6fd4ee7"><code>8d6c386</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5674">#5674</a> from prometheus-operator/dependabot/go_modules/golan...</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/765331196a1b1840e3f9a6aac640f2a10d7c0557"><code>7653311</code></a> build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c57759bed4d6e9a08712b06402ea8d2cebce1ebd"><code>c57759b</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5670">#5670</a> from simonpasquier/update-crd-docs-2</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/674cdfcab71a46d08f969aae458034f3fa261cc7"><code>674cdfc</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5672">#5672</a> from simonpasquier/refactor-env-vars</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/8318c2e336f248bc9f7b37a0350ab7633a4582c6"><code>8318c2e</code></a> chore: use constants for env variables</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/5907f14dc6e6fbb583ed94ab6652c9d5284b3ca6"><code>5907f14</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5667">#5667</a> from prometheus-operator/as/update-go-deps</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/f2f72c3f73046f3fea31e5547f0b628675f0def6"><code>f2f72c3</code></a> chore: update Prometheus CRD documentation (2)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/1d76dcf59348cd7a50b6ca2dd2af9bde6ce248e3"><code>1d76dcf</code></a> (docs): Update Release instructions with extra step</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.60.0...v0.66.0">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.66.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 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] dependabot[bot] commented on pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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

   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] claudio4j commented on pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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

   I will not merge this one, since the previous dependabot attempts were closed, we can evaluate the next tentative.


-- 
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 #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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

   > I will not merge this one, since the previous dependabot attempts were closed, we can evaluate the next tentative.
   
   Yes. The general rule is that we don't bump any transitive K8S API automatically. So, all automatic PR requiring that can be closed.


-- 
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] claudio4j closed pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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


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