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/01 01:03:52 UTC

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

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.60.0 to 0.65.2.
   <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.65.2 / 2022-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 / 2022-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 / 2022-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>
   <h2>0.64.0 / 2023-03-29</h2>
   <p>This release provides first-class support for running Prometheus in agent mode
   with the new <code>PrometheusAgent</code> CRD. As the v1alpha1 version tells it, we don't
   recommend using it in production but we're eager to hear all possible feedback.</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_prometheusagents.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage PrometheusAgents 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 PrometheusAgent resources.</p>
   <p>For the first time, the container images associated to this release are signed
   using <a href="https://www.sigstore.dev/">sigstore</a>.</p>
   <ul>
   <li>[CHANGE] Remove the <code>/apis</code> endpoints from the operator's web server. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5396">#5396</a></li>
   <li>[CHANGE] Set default default value of <code>spec.portName</code> to <code>web</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5350">#5350</a></li>
   <li>[FEATURE] Add v1alpha1 <code>PrometheusAgent</code> CRD to run Prometheus in agent mode. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5385">#5385</a></li>
   <li>[FEATURE] Add <code>--reload-timeout</code> argument to the config-reloader binary which controls how long the program will wait for the reload operation to complete (default: 30s). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5349">#5349</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.65.2 / 2022-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 / 2022-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 / 2022-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>
   <li>[ENHANCEMENT] Set a default for <code>seccompProfile</code> on the operator and webhook Deployments to <code>RuntimeDefault</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5477">#5477</a></li>
   <li>[ENHANCEMENT] Add optional liveness and readiness probes to <code>prometheus-config-reloader</code>. This can be enabled via the <code>--enable-config-reloader-probes</code> CLI flag. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5449">#5449</a></li>
   <li>[BUGFIX] Don't start the <code>PrometheusAgent</code> 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 <code>spec.rules</code> optional in <code>PrometheusRule</code> 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>
   <h2>0.64.0 / 2023-03-29</h2>
   <p>This release provides first-class support for running Prometheus in agent mode
   with the new <code>PrometheusAgent</code> CRD. As the v1alpha1 version tells it, we don't
   recommend using it in production but we're eager to hear all possible feedback.</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_prometheusagents.yaml</code>).</li>
   <li>Update the Prometheus operator's RBAC permissions to manage PrometheusAgents resources
   (see <code>example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml</code>).</li>
   </ol>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3a34881cec7a004dc9dc50b5a51129dee021e7e0"><code>3a34881</code></a> chore: Prep for release 0.65.2 (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5622">#5622</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6ae0250fccc775b9b933225b6ace8a86e1fdcb86"><code>6ae0250</code></a> Fix relabelings for ScrapeConfig (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5611">#5611</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b5e9f22fffd6cc2632eb1c79c79b63bfa9158665"><code>b5e9f22</code></a> Prep for release v0.65.1 (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5555">#5555</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/135ec55858461f4e01b15caa3b550427003abdec"><code>135ec55</code></a> fix: avoid panic when ScrapeConfig CRD isn't installed (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5550">#5550</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fa7f9eb24e8cdcde574a2988c2286677b1716b9e"><code>fa7f9eb</code></a> Release 0.65.0 prep (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5548">#5548</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/e77aeaa45a1576c34fdd3d6ec0f5ef4327f43938"><code>e77aeaa</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5540">#5540</a> from ArthurSens/arthur-company</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/bf557c8d586987b7d2914c36fb71cedc821e8889"><code>bf557c8</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5542">#5542</a> from philipgough/65-prep-1</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b07f92c4edd4e76794130ad9fe969b089790e5d7"><code>b07f92c</code></a> feat: Add ScrapeConfig CRD (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/5335">#5335</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/78ba198a0459051a282bc24fe1ec6ce7c24afa77"><code>78ba198</code></a> chore: make update-go-deps in prep for release v0.65.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/7a888817940a566b15f40f591e021d1ecbb7da7e"><code>7a88881</code></a> Update Arthur's affiliation</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.60.0...v0.65.2">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.65.2)](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 #4440: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.65.2

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

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

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


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