You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/10 15:14:21 UTC

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

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


   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.42.1 to 0.55.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.55.0 / 2022-03-10</h2>
   <ul>
   <li>[CHANGE] Enabled read-only root filesystem for containers generated from the Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Disabled privilege escalation for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Dropped all capabilities for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Added <code>emptyDir</code> volume to the Prometheus statefulset when <code>spec.queryLogFile</code> is only a base filename (e.g. <code>query.log</code> as opposed to <code>/tmp/query.log</code>). When the path contains a full path, a volume + volume mount should be explicitly given in the Prometheus spec since the root file system is now read-only. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4566">#4566</a></li>
   <li>[CHANGE/BUGFIX] Added skip TLS verify for the config-reloader HTTP client when informing Prometheus/Alertmanager on a config reload (partial fix for <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4273">#4273</a>). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4592">#4592</a></li>
   <li>[CHANGE] Switched using the <code>endpointslice</code> role for Prometheus by default if it is supported by the Kubernetes API. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4535">#4535</a></li>
   <li>[FEATURE] Added standalone admission webhook. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4494">#4494</a></li>
   <li>[FEATURE] Support the definition of Alertmanager configuration via AlertManagerConfig instead of Kubernetes secret (EXPERIMENTAL). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4220">#4220</a></li>
   <li>[FEATURE] Support sharding for Probe objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4587">#4587</a></li>
   <li>[ENHANCEMENT] Restore Prometheus StatefulSet liveness probe so that deadlocks are detected and recovered from. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4387">#4387</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4534">#4534</a></li>
   <li>[ENHANCEMENT] Added <code>-alertmanager-config-namespaces</code> CLI flag to the operator. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4455">#4455</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4619">#4619</a></li>
   <li>[ENHANCEMENT] <code>remoteWrite</code> and <code>remoteRead</code> fields of the Prometheus CRD not considered experimental anymore. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4555">#4555</a></li>
   <li>[ENHANCEMENT] Added support for follow_redirects in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4563">#4563</a></li>
   <li>[ENHANCEMENT] Added support for Oauth2 in AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4501">#4501</a></li>
   <li>[ENHANCEMENT] Improved logging when the given Prometheus version doesn't support some CR fields. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4571">#4571</a></li>
   <li>[ENHANCEMENT] Added <code>__tmp_ingress_address</code> label to preserve the initial host address of the ingress object. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4603">#4603</a></li>
   <li>[ENHANCEMENT] Fixed potential name collisions in Alertmanager configuration when merging AlertmanagerConfig objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4626">#4626</a></li>
   <li>[BUGFIX] Fixed panic when validating <code>Probe</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4541">#4541</a></li>
   <li>[BUGFIX] Added validation for sourceLabels in relabel configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4568">#4568</a></li>
   <li>[BUGFIX] Allow retention to be set only by size. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4590">#4590</a></li>
   </ul>
   <h2>0.54.1 / 2022-02-24</h2>
   <ul>
   <li>[BUGFIX] Updated relabelConfig validation to accept Prometheus default config on labeldrop relabelConfig. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4579">#4579</a></li>
   <li>[BUGFIX] Fixed relabelConfigs for labelmap action. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4574">#4574</a></li>
   </ul>
   <h2>0.54.0 / 2022-01-26</h2>
   <ul>
   <li>[FEATURE] Support SNS Receiver in AlertmanagerConfig CR. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4468">#4468</a></li>
   <li>[ENHANCEMENT] Specify SA token automounting on pod-level for operator and prometheus operand. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4514">#4514</a></li>
   <li>[ENHANCEMENT] Support following redirects and Oauth2 in HTTP Client config in raw alertmanager config secret. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4499">#4499</a></li>
   <li>[ENHANCEMENT] Add Replicas column for Thanos Ruler. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4496">#4496</a></li>
   <li>[ENHANCEMENT] Set User-Agent for the kubernetes client. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4506">#4506</a></li>
   <li>[BUGFIX] Avoid race during recreation of StatefulSet(s). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4504">#4504</a></li>
   <li>[BUGFIX] Add validation for proberSpec <code>url</code> field in <code>ProbeSpec</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4483">#4483</a></li>
   <li>[BUGFIX] Add validation for relabel configs. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4429">#4429</a></li>
   <li>[BUGFIX] Add validation for scrapeTimeout validation. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4491">#4491</a></li>
   </ul>
   <h2>0.53.1 / 2021-12-20</h2>
   <ul>
   <li>[BUGFIX] Fixed the validation pattern for the february month in the AlertManagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4458">#4458</a></li>
   </ul>
   <h2>0.53.0 / 2021-12-16</h2>
   <ul>
   <li>[CHANGE] Added startup probe to Prometheus. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4433">#4433</a> <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4369">#4369</a></li>
   <li>[FEATURE] Added support for mute time intervals in the AlertManagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4388">#4388</a></li>
   <li>[FEATURE] Added support for new matching syntax in the routes configuration of the AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4332">#4332</a></li>
   <li>[FEATURE] Added support for new matching syntax in the inhibit rules configuration of the AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4329">#4329</a></li>
   <li>[FEATURE] Added <code>headers</code> in the Remote Read configuration of the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4323">#4323</a></li>
   <li>[FEATURE] Added <code>retryOnRateLimit</code> in the Remote Write configuration of the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4420">#4420</a></li>
   <li>[FEATURE] Added support for PagerDuty links and images in the AlertManagerConfig CR. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4425">#4425</a></li>
   <li>[ENHANCEMENT] Optimized the generated Prometheus configuration to make it compatible with the new Prometheus agent mode. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4417">#4417</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.55.0 / 2022-03-09</h2>
   <ul>
   <li>[CHANGE] Enabled read-only root filesystem for containers generated from the Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Disabled privilege escalation for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Dropped all capabilities for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4552">#4552</a></li>
   <li>[CHANGE] Added <code>emptyDir</code> volume to the Prometheus statefulset when <code>spec.queryLogFile</code> is only a base filename (e.g. <code>query.log</code> as opposed to <code>/tmp/query.log</code>). When the path contains a full path, a volume + volume mount should be explicitly given in the Prometheus spec since the root file system is now read-only. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4566">#4566</a></li>
   <li>[CHANGE/BUGFIX] Added skip TLS verify for the config-reloader HTTP client when informing Prometheus/Alertmanager on a config reload (partial fix for <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4273">#4273</a>). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4592">#4592</a></li>
   <li>[CHANGE] Switched using the <code>endpointslice</code> role for Prometheus by default if it is supported by the Kubernetes API. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4535">#4535</a></li>
   <li>[FEATURE] Added standalone admission webhook. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4494">#4494</a></li>
   <li>[FEATURE] Support the definition of Alertmanager configuration via AlertManagerConfig instead of Kubernetes secret (EXPERIMENTAL). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4220">#4220</a></li>
   <li>[FEATURE] Support sharding for Probe objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4587">#4587</a></li>
   <li>[ENHANCEMENT] Restore Prometheus StatefulSet liveness probe so that deadlocks are detected and recovered from. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4387">#4387</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4534">#4534</a></li>
   <li>[ENHANCEMENT] Added <code>-alertmanager-config-namespaces</code> CLI flag to the operator. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4455">#4455</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4619">#4619</a></li>
   <li>[ENHANCEMENT] <code>remoteWrite</code> and <code>remoteRead</code> fields of the Prometheus CRD not considered experimental anymore. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4555">#4555</a></li>
   <li>[ENHANCEMENT] Added support for follow_redirects in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4563">#4563</a></li>
   <li>[ENHANCEMENT] Added support for Oauth2 in AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4501">#4501</a></li>
   <li>[ENHANCEMENT] Improved logging when the given Prometheus version doesn't support some CR fields. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4571">#4571</a></li>
   <li>[ENHANCEMENT] Added <code>__tmp_ingress_address</code> label to preserve the initial host address of the ingress object. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4603">#4603</a></li>
   <li>[ENHANCEMENT] Fixed potential name collisions in Alertmanager configuration when merging AlertmanagerConfig objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4626">#4626</a></li>
   <li>[BUGFIX] Fixed panic when validating <code>Probe</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4541">#4541</a></li>
   <li>[BUGFIX] Added validation for sourceLabels in relabel configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4568">#4568</a></li>
   <li>[BUGFIX] Allow retention to be set only by size. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4590">#4590</a></li>
   </ul>
   <h2>0.54.1 / 2022-02-24</h2>
   <ul>
   <li>[BUGFIX] Updated relabelConfig validation to accept Prometheus default config on labeldrop relabelConfig. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4579">#4579</a></li>
   <li>[BUGFIX] Fixed relabelConfigs for labelmap action. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4574">#4574</a></li>
   </ul>
   <h2>0.54.0 / 2022-01-26</h2>
   <ul>
   <li>[FEATURE] Support SNS Receiver in AlertmanagerConfig CR. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4468">#4468</a></li>
   <li>[ENHANCEMENT] Specify SA token automounting on pod-level for operator and prometheus operand. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4514">#4514</a></li>
   <li>[ENHANCEMENT] Support following redirects and Oauth2 in HTTP Client config in raw alertmanager config secret. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4499">#4499</a></li>
   <li>[ENHANCEMENT] Add Replicas column for Thanos Ruler. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4496">#4496</a></li>
   <li>[ENHANCEMENT] Set User-Agent for the kubernetes client. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4506">#4506</a></li>
   <li>[BUGFIX] Avoid race during recreation of StatefulSet(s). <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4504">#4504</a></li>
   <li>[BUGFIX] Add validation for proberSpec <code>url</code> field in <code>ProbeSpec</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4483">#4483</a></li>
   <li>[BUGFIX] Add validation for relabel configs. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4429">#4429</a></li>
   <li>[BUGFIX] Add validation for scrapeTimeout validation. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4491">#4491</a></li>
   </ul>
   <h2>0.53.1 / 2021-12-20</h2>
   <ul>
   <li>[BUGFIX] Fixed the validation pattern for the <code>february</code> month in the AlertManagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4458">#4458</a></li>
   </ul>
   <h2>0.53.0 / 2021-12-16</h2>
   <ul>
   <li>[CHANGE] Added startup probe to Prometheus. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4433">#4433</a> <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4369">#4369</a></li>
   <li>[FEATURE] Added support for mute time intervals in the AlertManagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4388">#4388</a></li>
   <li>[FEATURE] Added support for new matching syntax in the routes configuration of the AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4332">#4332</a></li>
   <li>[FEATURE] Added support for new matching syntax in the inhibit rules configuration of the AlertmanagerConfig CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4329">#4329</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/fd0fe0aed99a6a178197f302c06982ad7473a900"><code>fd0fe0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4627">#4627</a> from PhilipGough/release-0.55-prep</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/1e683aa8884d8a83af8734648e360d102191edac"><code>1e683aa</code></a> docs: Update changelog</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/980d2ae6342781f1371bef08eab0afd79f9fbdd1"><code>980d2ae</code></a> mod: Bump version to 0.55.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b79928198b22c69f99513370b62c8257599bfa8c"><code>b799281</code></a> make: generate</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/ff7de6d95f680c2078e17e5e12b1632c8f05a33e"><code>ff7de6d</code></a> version: bump to 0.55.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6c0736a1e0b7c3449b21caf0249931582376e377"><code>6c0736a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4628">#4628</a> from simonpasquier/bump-deps</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fd47e0f75e19024e70b9cb0b242a83cd7ac29fb2"><code>fd47e0f</code></a> clarify distinction between prometheusrule webhooks (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4620">#4620</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/70261faa88afd8527e12a5b7c336bfc91893543f"><code>70261fa</code></a> go.{mod,sum}: bump Go dependencies</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/5541ab07c4aaec095961cfb8dcc834ed15e89d8b"><code>5541ab0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4592">#4592</a> from RemcoBuddelmeijer/feature/tls-config-reloader</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c5f513953fb58fe125bacc14246b7120aac7f617"><code>c5f5139</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4626">#4626</a> from simonpasquier/fix-name-collision-amconfig</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.42.1...v0.55.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.42.1&new-version=0.55.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] squakez commented on pull request #3105: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.42.1 to 0.55.0

Posted by GitBox <gi...@apache.org>.
squakez commented on pull request #3105:
URL: https://github.com/apache/camel-k/pull/3105#issuecomment-1069279051


   @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



[GitHub] [camel-k] squakez edited a comment on pull request #3105: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.42.1 to 0.55.0

Posted by GitBox <gi...@apache.org>.
squakez edited a comment on pull request #3105:
URL: https://github.com/apache/camel-k/pull/3105#issuecomment-1069279051


   @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



[GitHub] [camel-k] dependabot[bot] closed pull request #3105: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.42.1 to 0.55.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #3105:
URL: https://github.com/apache/camel-k/pull/3105


   


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

Posted by GitBox <gi...@apache.org>.
squakez commented on pull request #3105:
URL: https://github.com/apache/camel-k/pull/3105#issuecomment-1066530197


   @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



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

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #3105:
URL: https://github.com/apache/camel-k/pull/3105#issuecomment-1080070903


   Superseded by #3136.


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