dependabot[bot] opened a new pull request, #6688: URL: https://github.com/apache/camel-k/pull/6688
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.91.0 to 0.92.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.92.0 / 2026-06-18</h2> <blockquote> <p>[!NOTE] The <code>PrometheusTopologySharding</code> and <code>PrometheusShardRetentionPolicy</code> feature gates have been promoted to <strong>Beta</strong> in this release and are now enabled by default. See the <a href="https://prometheus-operator.dev/docs/platform/sharding/">sharding documentation</a> for details.</p> </blockquote> <ul> <li>[CHANGE] Add URL validation for the <code>tokenUrl</code> field in OAuth2 configuration across all CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8579">#8579</a></li> <li>[CHANGE] Add URL validation for the <code>url</code> field in <code>RemoteReadSpec</code> in <code>Prometheus</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8596">#8596</a></li> <li>[FEATURE] Migrate retention options from CLI flags to the config file for <code>Prometheus</code> CRD (Prometheus >= v3 uses the config file; older versions continue to use CLI flags). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8547">#8547</a></li> <li>[FEATURE] Add <code>staleSeriesCompactionThreshold</code> field to <code>TSDBSpec</code> in <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8563">#8563</a></li> <li>[FEATURE] Add <code>labelNameUnderscoreSanitization</code> and <code>labelNamePreserveMultipleUnderscores</code> fields to <code>OTLPConfig</code> in <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8562">#8562</a></li> <li>[FEATURE] Add <code>payload</code> field to Webhook receiver in <code>AlertmanagerConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8507">#8507</a></li> <li>[ENHANCEMENT] Use pod topology labels for zone sharding on Kubernetes >= 1.35 when the <code>PrometheusTopologySharding</code> feature gate is enabled (removes the need for <code>attachMetadata.node=true</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8564">#8564</a></li> <li>[ENHANCEMENT] Add validation for the Slack <code>update_message</code> field in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8556">#8556</a></li> <li>[BUGFIX] Validate target labels in <code>Probe</code> static configuration to prevent invalid Prometheus scrape configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7901">#7901</a></li> <li>[BUGFIX] Fix goroutine leak and data race in <code>pollBasedListerWatcher</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8593">#8593</a></li> <li>[BUGFIX] Validate <code>ProxyConfig</code> in OAuth2 configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8610">#8610</a></li> <li>[BUGFIX] Fix SMTP smarthost format error handling in Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8586">#8586</a></li> <li>[BUGFIX] Fix missing <code>return</code> in admission webhook after marshal failure. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8582">#8582</a></li> <li>[BUGFIX] Fix <code>FindOwner</code> to return <code>nil</code> on <code>meta.Accessor</code> error. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8585">#8585</a></li> <li>[BUGFIX] Fix dropped gzip <code>Close</code> errors in <code>GzipConfig</code> and <code>GunzipConfig</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8573">#8573</a></li> <li>[BUGFIX] Fix panic on malformed key=value flag input (e.g. <code>--labels "key"</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8560">#8560</a></li> </ul> </blockquote> </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.92.0 / 2026-06-18</h2> <blockquote> <p><strong>Note:</strong> The <code>PrometheusTopologySharding</code> and <code>PrometheusShardRetentionPolicy</code> feature gates have been promoted to <strong>Beta</strong> in this release and are now enabled by default. See the <a href="https://prometheus-operator.dev/docs/platform/sharding/">sharding documentation</a> for details.</p> </blockquote> <ul> <li>[CHANGE] Add URL validation for the <code>tokenUrl</code> field in OAuth2 configuration across all CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8579">#8579</a></li> <li>[CHANGE] Add URL validation for the <code>url</code> field in <code>RemoteReadSpec</code> in <code>Prometheus</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8596">#8596</a></li> <li>[FEATURE] Migrate retention options from CLI flags to the config file for <code>Prometheus</code> CRD (Prometheus >= v3 uses the config file; older versions continue to use CLI flags). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8547">#8547</a></li> <li>[FEATURE] Add <code>staleSeriesCompactionThreshold</code> field to <code>TSDBSpec</code> in <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8563">#8563</a></li> <li>[FEATURE] Add <code>labelNameUnderscoreSanitization</code> and <code>labelNamePreserveMultipleUnderscores</code> fields to <code>OTLPConfig</code> in <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8562">#8562</a></li> <li>[FEATURE] Add <code>payload</code> field to Webhook receiver in <code>AlertmanagerConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8507">#8507</a></li> <li>[ENHANCEMENT] Use pod topology labels for zone sharding on Kubernetes >= 1.35 when the <code>PrometheusTopologySharding</code> feature gate is enabled (removes the need for <code>attachMetadata.node=true</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8564">#8564</a></li> <li>[ENHANCEMENT] Add validation for the Slack <code>update_message</code> field in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8556">#8556</a></li> <li>[BUGFIX] Validate target labels in <code>Probe</code> static configuration to prevent invalid Prometheus scrape configs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7901">#7901</a></li> <li>[BUGFIX] Fix goroutine leak and data race in <code>pollBasedListerWatcher</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8593">#8593</a></li> <li>[BUGFIX] Validate <code>ProxyConfig</code> in OAuth2 configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8610">#8610</a></li> <li>[BUGFIX] Fix SMTP smarthost format error handling in Alertmanager configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8586">#8586</a></li> <li>[BUGFIX] Fix missing <code>return</code> in admission webhook after marshal failure. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8582">#8582</a></li> <li>[BUGFIX] Fix <code>FindOwner</code> to return <code>nil</code> on <code>meta.Accessor</code> error. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8585">#8585</a></li> <li>[BUGFIX] Fix dropped gzip <code>Close</code> errors in <code>GzipConfig</code> and <code>GunzipConfig</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8573">#8573</a></li> <li>[BUGFIX] Fix panic on malformed key=value flag input (e.g. <code>--labels "key"</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8560">#8560</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/afb8164ad75cc48896fbd0e15d5175e8adb1e8cd"><code>afb8164</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8626">#8626</a> from slashpai/cut-v0.92.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/8dd6533e3dcdd4d4bc4911d32dc2f061c23a29a9"><code>8dd6533</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8632">#8632</a> from s3onghyun/fix-basic-auth-api-link</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6becc90b88270545ac2cf53992681de451a7f425"><code>6becc90</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8633">#8633</a> from s3onghyun/fix-troubleshooting-typo</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b3fa3563603fb358b303637806f79420e87ef65c"><code>b3fa356</code></a> docs: fix duplicated word in troubleshooting guide</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/c581115e5910a3b77dc683644c1ad555544abc1b"><code>c581115</code></a> chore: cut v0.92.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/badab7fff788b9c855a2490a64ceafc4e13e82db"><code>badab7f</code></a> docs: fix broken link to BasicAuth API reference</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/4c845fdaf36354c2c1f9bdab52fde00f24368260"><code>4c845fd</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8630">#8630</a> from prometheus-operator/dependabot/go_modules/githu...</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/7b1591f3296ad55158518387be70429864f7790c"><code>7b1591f</code></a> build(deps): bump github.com/prometheus/common from 0.68.1 to 0.69.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/8465d5805279bbfc3703549585d5c07e62024d11"><code>8465d58</code></a> chore: add myself to maitainers (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8627">#8627</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/5103f03c8e4f0006c51cbcd95ad0121e99e82ef0"><code>5103f03</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8625">#8625</a> from slashpai/cut-v0.92.0</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.91.0...v0.92.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> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
