dependabot[bot] opened a new pull request, #5915: URL: https://github.com/apache/camel-k/pull/5915
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.73.2 to 0.78.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.78.0 / 2024-10-30</h2> <ul> <li>[CHANGE] Allow overlapping compactions by default in Prometheus when the Thanos sidecar is configured with uploads. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6906">#6906</a></li> <li>[CHANGE] Drop support (officially) for Alertmanager less than v0.15. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7057">#7057</a></li> <li>[FEATURE] Add <code>dnsConfig</code> and <code>dnsPolicy</code> fields to <code>Alertmanager</code>, <code>Prometheus</code>, <code>PrometheusAgent</code> and <code>ThanosRuler</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/3889">#3889</a></li> <li>[FEATURE] Add <code>ruleQueryOffset</code> field to <code>Prometheus</code> CRD and <code>query_offset</code> field to <code>PrometheusRule</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6957">#6957</a></li> <li>[FEATURE] Add support for Remote Write v2.0 to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7033">#7033</a></li> <li>[ENHANCEMENT] Add <code>goGC</code> field to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6667">#6667</a></li> <li>[BUGFIX] Fix label name validation in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6892">#6892</a></li> <li>[BUGFIX] Fix version checking for the <code>promoteResourceAttributes</code> field. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7017">#7017</a></li> </ul> <h2>0.77.2 / 2024-10-21</h2> <ul> <li>[BUGFIX] Correct HTTP port name for the Kubelet endpoint. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7027">#7027</a></li> </ul> <h2>0.77.1 / 2024-09-25</h2> <ul> <li>[BUGFIX] Fix Thanos Ruler reconciliations not triggered on StatefulSet updates. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6964">#6964</a></li> <li>[BUGFIX] Fix error message for unsupported versions. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6965">#6965</a></li> </ul> <h2>0.77.0 / 2024-09-19</h2> <blockquote> <p>[!NOTE] Along with this release we also introduce a new command line tool <a href="https://github.com/prometheus-operator/poctl">poctl</a>. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to <a href="https://github.com/prometheus-operator/poctl/releases/tag/v0.1.0">try it out</a> and provide the feedback.</p> </blockquote> <blockquote> <p>[!WARNING] Another notable change is that we have switched the logging framework from <a href="https://github.com/go-kit/log">go-kit/log</a> to <a href="https://pkg.go.dev/log/slog">slog</a> which may lead to some differences in the log output.</p> </blockquote> <ul> <li>[CHANGE] Add more API validation and changes to the <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6921">#6921</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6855">#6855</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6744">#6744</a></li> <li>[CHANGE] Update the validating webhook to reject <code>PrometheusRule</code> objects that would generate configuration greater than the max ConfigMap size (512KiB). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6606">#6606</a></li> <li>[FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus <code>v3.0.0-beta.0</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6940">#6940</a> <ul> <li>Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.</li> </ul> </li> <li>[FEATURE] Add support for <code>PodMonitor</code> to the <code>PrometheusAgent</code> CRD in DaemonSet mode. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6879">#6879</a></li> <li>[FEATURE] Add <code>-kubelet-endpointslice</code> argument to support <code>EndpointSlice</code> for the kubelet controller. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6882">#6882</a></li> <li>[FEATURE] Add <code>outOfOrderTimeWindow</code> field to the <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6851">#6851</a></li> <li>[FEATURE] Add <code>matchFirstNetwork</code> field to the <code>ScrapeConfig</code> CRD for the Docker Service Discovery. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6849">#6849</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6894">#6894</a></li> <li>[FEATURE] Add the <code>otlp</code> field to the <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6780">#6780</a></li> <li>[FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6358">#6358</a></li> <li>[FEATURE] Add <code>noProxy</code>, <code>proxyFromEnvironment</code> and <code>proxyConnectHeader</code> fields to the AlertmanagerConfig CRD for OAuth2 clients. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6922">#6922</a></li> <li>[FEATURE] Add <code>noProxy</code>, <code>proxyFromEnvironment</code> and <code>proxyConnectHeader</code> fields to the AlertmanagerConfig CRD for HTTP clients. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6864">#6864</a></li> <li>[FEATURE] Add Ionos Service Discovery support to <code>ScrapeConfig</code> CRD. (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6732">#6732</a>)</li> <li>[BUGFIX] Fix panic when processing an invalid <code>AlertmanagerConfig</code> object used for global configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6931">#6931</a></li> <li>[BUGFIX] Allow configuring proxy URL for all Prometheus versions. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6845">#6845</a></li> </ul> <h2>v0.76.2</h2> <ul> <li>[BUGFIX] Fix OAuth2 TLSConfig nil pointer. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6909">#6909</a></li> </ul> <h2>v0.76.1</h2> <ul> <li>[BUGFIX] fix bug with Kubernetes service discovery Selector.Role field. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6896">#6896</a></li> </ul> <h2>v0.76.0</h2> <h2>0.76.0 / 2025-08-08</h2> <!-- 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.78.0 / 2024-10-30</h2> <ul> <li>[CHANGE] Allow overlapping compactions by default in Prometheus when the Thanos sidecar is configured with uploads. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6906">#6906</a></li> <li>[CHANGE] Drop support (officially) for Alertmanager less than v0.15. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7057">#7057</a></li> <li>[FEATURE] Add <code>dnsConfig</code> and <code>dnsPolicy</code> fields to <code>Alertmanager</code>, <code>Prometheus</code>, <code>PrometheusAgent</code> and <code>ThanosRuler</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/3889">#3889</a></li> <li>[FEATURE] Add <code>ruleQueryOffset</code> field to <code>Prometheus</code> CRD and <code>query_offset</code> field to <code>PrometheusRule</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6957">#6957</a></li> <li>[FEATURE] Add support for Remote Write v2.0 to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7033">#7033</a></li> <li>[ENHANCEMENT] Add <code>goGC</code> field to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6667">#6667</a></li> <li>[BUGFIX] Fix label name validation in <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6892">#6892</a></li> <li>[BUGFIX] Fix version checking for the <code>promoteResourceAttributes</code> field. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7017">#7017</a></li> </ul> <h2>0.77.2 / 2024-10-21</h2> <ul> <li>[BUGFIX] Correct HTTP port name for the Kubelet endpoint. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7027">#7027</a></li> </ul> <h2>0.77.1 / 2024-09-25</h2> <ul> <li>[BUGFIX] Fix Thanos Ruler reconciliations not triggered on StatefulSet updates. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6964">#6964</a></li> <li>[BUGFIX] Fix error message for unsupported versions. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6965">#6965</a></li> </ul> <h2>0.77.0 / 2024-09-19</h2> <blockquote> <p>[!NOTE] Along with this release we also introduce a new command line tool <a href="https://github.com/prometheus-operator/poctl">poctl</a>. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to <a href="https://github.com/prometheus-operator/poctl/releases/tag/v0.1.0">try it out</a> and provide the feedback.</p> </blockquote> <blockquote> <p>[!WARNING] Another notable change is that we have switched the logging framework from <a href="https://github.com/go-kit/log">go-kit/log</a> to <a href="https://pkg.go.dev/log/slog">slog</a> which may lead to some differences in the log output.</p> </blockquote> <ul> <li>[CHANGE] Add more API validation and changes to the <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6921">#6921</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6855">#6855</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6744">#6744</a></li> <li>[CHANGE] Update the validating webhook to reject <code>PrometheusRule</code> objects that would generate configuration greater than the max ConfigMap size (512KiB). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6606">#6606</a></li> <li>[FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus <code>v3.0.0-beta.0</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6940">#6940</a> <ul> <li>Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.</li> </ul> </li> <li>[FEATURE] Add support for <code>PodMonitor</code> to the <code>PrometheusAgent</code> CRD in DaemonSet mode. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6879">#6879</a></li> <li>[FEATURE] Add <code>-kubelet-endpointslice</code> argument to support <code>EndpointSlice</code> for the kubelet controller. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6882">#6882</a></li> <li>[FEATURE] Add <code>outOfOrderTimeWindow</code> field to the <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6851">#6851</a></li> <li>[FEATURE] Add <code>matchFirstNetwork</code> field to the <code>ScrapeConfig</code> CRD for the Docker Service Discovery. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6849">#6849</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6894">#6894</a></li> <li>[FEATURE] Add the <code>otlp</code> field to the <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6780">#6780</a></li> <li>[FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6358">#6358</a></li> <li>[FEATURE] Add <code>noProxy</code>, <code>proxyFromEnvironment</code> and <code>proxyConnectHeader</code> fields to the AlertmanagerConfig CRD for OAuth2 clients. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6922">#6922</a></li> <li>[FEATURE] Add <code>noProxy</code>, <code>proxyFromEnvironment</code> and <code>proxyConnectHeader</code> fields to the AlertmanagerConfig CRD for HTTP clients. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6864">#6864</a></li> <li>[FEATURE] Add Ionos Service Discovery support to <code>ScrapeConfig</code> CRD. (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6732">#6732</a>)</li> <li>[BUGFIX] Fix panic when processing an invalid <code>AlertmanagerConfig</code> object used for global configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6931">#6931</a></li> <li>[BUGFIX] Allow configuring proxy URL for all Prometheus versions. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6845">#6845</a></li> </ul> <h2>0.76.2 / 2024-09-09</h2> <ul> <li>[BUGFIX] Fix OAuth2 TLSConfig nil pointer. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6909">#6909</a></li> </ul> <h2>0.76.1 / 2024-09-03</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/2efb519a31d93945a2d8ea2c0c3d47cadf15843e"><code>2efb519</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7060">#7060</a> from simonpasquier/cut-0.78.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3a0594cff8e6918d315bb16242359a053cd52cbe"><code>3a0594c</code></a> chore: cut v0.78.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/4e665fdecf0d47500adbbed48ac6d30b8d7bc58e"><code>4e665fd</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7059">#7059</a> from prometheus-operator/dependabot/go_modules/githu...</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/257fade2662f3b138258999783c561d61547ff14"><code>257fade</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7052">#7052</a> from simonpasquier/refactor-promcfg</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/655e4b99cf2df73f8af7ff6b1e32968d305f054c"><code>655e4b9</code></a> build(deps): bump github.com/prometheus/exporter-toolkit</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b9ae56238aefd281919552913137790283f5c127"><code>b9ae562</code></a> chore: factorize ProxyConfig processing</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6c4545572a84a17424aa912ac8fe6c7da84f50de"><code>6c45455</code></a> chore: refactor pkg/prometheus/promcfg.go</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/293c16c854ce69d1da9fdc8f0705de2d67bfdbfa"><code>293c16c</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7057">#7057</a> from simonpasquier/drop-alertmanager-below-0.15</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/e73c1eb40809d89af9a36ae060b4701e6f134596"><code>e73c1eb</code></a> change: drop support for Alertmanager < 0.15</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/a9b0f26a32e52147393536fdb3530a531b317fb7"><code>a9b0f26</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7056">#7056</a> from simonpasquier/fix-coc-link</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.73.2...v0.78.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | [>= 0.56.a, < 0.57] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring&package-manager=go_modules&previous-version=0.73.2&new-version=0.78.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org