dependabot[bot] opened a new pull request, #6808: URL: https://github.com/apache/camel-k/pull/6808
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.93.1 to 0.94.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.94.0 / 2026-09-09</h2> <ul> <li>[CHANGE] Update the default Alertmanager version to v0.34.0 and discard zero-value duration fields (<code>retention</code>, <code>clusterGossipInterval</code>, <code>clusterPushpullInterval</code>, <code>clusterPeerTimeout</code>) in <code>Alertmanager</code> resources instead of passing them as CLI flags, which Alertmanager rejects and can cause startup failures. Ignored fields are reported via the <code>IgnoredFields</code> status condition. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8800">#8800</a></li> <li>[CHANGE] Add named enum types for Hetzner, Docker Swarm, and OpenStack service discovery fields in the <code>ScrapeConfig</code> CRD (<code>HetznerRole</code>, <code>DockerSwarmRole</code>, <code>OpenStackAvailability</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8789">#8789</a></li> <li>[CHANGE] Reject empty strings in <code>namespaceDiscovery.names</code>, <code>consulSDConfig.services</code>, and <code>consulSDConfig.tags</code> list fields in the <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8786">#8786</a></li> <li>[FEATURE] Add <code>retentionPercentage</code> field to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs for volume-based retention (requires Prometheus >= v3.11.0). Setting only the percentage no longer falls back to the default 24h time-based retention. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8728">#8728</a></li> <li>[FEATURE] Add <code>clusterPeerName</code> field to <code>Alertmanager</code> CRD to override the <code>--cluster.peer-name</code> flag (requires Alertmanager >= v0.30.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8767">#8767</a></li> <li>[FEATURE] Expose status conditions as Prometheus metrics for <code>Prometheus</code>, <code>PrometheusAgent</code>, <code>Alertmanager</code>, and <code>ThanosRuler</code> resources (<code>prometheus_operator_<resource>_status_condition</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8719">#8719</a></li> <li>[ENHANCEMENT] Tighten the operator's ClusterRole by replacing wildcard verbs with explicit permissions per resource. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8752">#8752</a></li> <li>[ENHANCEMENT] Support <code>webhook_url_file</code> for Discord receiver in Alertmanager configuration Secret (requires Alertmanager >= v0.28.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8035">#8035</a></li> <li>[BUGFIX] Require Thanos >= v0.42.0 for delayed compaction with object storage uploads, raised from v0.41.0. Thanos v0.41.0 mis-validates the delayed-compaction paths and the sidecar crash-loops; deployments pinned to v0.41.0 fall back to disabling local compaction. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8764">#8764</a></li> <li>[BUGFIX] Add URL validation for Mattermost receiver fields in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8225">#8225</a></li> <li>[BUGFIX] Fix operator panic when <code>AlertmanagerConfig</code> Pushover receivers use <code>userKeyFile</code> or <code>tokenFile</code> instead of secret selectors. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8775">#8775</a></li> <li>[BUGFIX] Fix operator panic when kubelet Service synchronization fails and the service is unavailable. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8743">#8743</a></li> <li>[BUGFIX] Fix resources stuck during deletion when the informer misses the deletion timestamp update. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8727">#8727</a></li> <li>[BUGFIX] Fix <code>TracingConfig</code> fields in <code>Prometheus</code> CRD not being serialized due to invalid JSON struct tags. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8730">#8730</a></li> <li>[BUGFIX] Fix <code>externalId</code> version gating for Alertmanager SigV4 configuration to require version >= v0.34.0 (was incorrectly set to v0.33.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8759">#8759</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.94.0 / 2026-09-09</h2> <ul> <li>[CHANGE] Update the default Alertmanager version to v0.34.0 and discard zero-value duration fields (<code>retention</code>, <code>clusterGossipInterval</code>, <code>clusterPushpullInterval</code>, <code>clusterPeerTimeout</code>) in <code>Alertmanager</code> resources instead of passing them as CLI flags, which Alertmanager rejects and can cause startup failures. Ignored fields are reported via the <code>IgnoredFields</code> status condition. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8800">#8800</a></li> <li>[CHANGE] Add named enum types for Hetzner, Docker Swarm, and OpenStack service discovery fields in the <code>ScrapeConfig</code> CRD (<code>HetznerRole</code>, <code>DockerSwarmRole</code>, <code>OpenStackAvailability</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8789">#8789</a></li> <li>[CHANGE] Reject empty strings in <code>namespaceDiscovery.names</code>, <code>consulSDConfig.services</code>, and <code>consulSDConfig.tags</code> list fields in the <code>ScrapeConfig</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8786">#8786</a></li> <li>[FEATURE] Add <code>retentionPercentage</code> field to <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs for volume-based retention (requires Prometheus >= v3.11.0). Setting only the percentage no longer falls back to the default 24h time-based retention. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8728">#8728</a></li> <li>[FEATURE] Add <code>clusterPeerName</code> field to <code>Alertmanager</code> CRD to override the <code>--cluster.peer-name</code> flag (requires Alertmanager >= v0.30.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8767">#8767</a></li> <li>[FEATURE] Expose status conditions as Prometheus metrics for <code>Prometheus</code>, <code>PrometheusAgent</code>, <code>Alertmanager</code>, and <code>ThanosRuler</code> resources (<code>prometheus_operator_<resource>_status_condition</code>). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8719">#8719</a></li> <li>[ENHANCEMENT] Tighten the operator's ClusterRole by replacing wildcard verbs with explicit permissions per resource. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8752">#8752</a></li> <li>[ENHANCEMENT] Support <code>webhook_url_file</code> for Discord receiver in Alertmanager configuration Secret (requires Alertmanager >= v0.28.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8035">#8035</a></li> <li>[BUGFIX] Require Thanos >= v0.42.0 for delayed compaction with object storage uploads, raised from v0.41.0. Thanos v0.41.0 mis-validates the delayed-compaction paths and the sidecar crash-loops; deployments pinned to v0.41.0 fall back to disabling local compaction. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8764">#8764</a></li> <li>[BUGFIX] Add URL validation for Mattermost receiver fields in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8225">#8225</a></li> <li>[BUGFIX] Fix operator panic when <code>AlertmanagerConfig</code> Pushover receivers use <code>userKeyFile</code> or <code>tokenFile</code> instead of secret selectors. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8775">#8775</a></li> <li>[BUGFIX] Fix operator panic when kubelet Service synchronization fails and the service is unavailable. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8743">#8743</a></li> <li>[BUGFIX] Fix resources stuck during deletion when the informer misses the deletion timestamp update. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8727">#8727</a></li> <li>[BUGFIX] Fix <code>TracingConfig</code> fields in <code>Prometheus</code> CRD not being serialized due to invalid JSON struct tags. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8730">#8730</a></li> <li>[BUGFIX] Fix <code>externalId</code> version gating for Alertmanager SigV4 configuration to require version >= v0.34.0 (was incorrectly set to v0.33.0). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8759">#8759</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/2e4af1d7d8f0ae634fcf0ac967a76fb381a65542"><code>2e4af1d</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8805">#8805</a> from slashpai/cut-v0.94</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/ac6c5f59402c9f8d33af621c5be46886a3e6d977"><code>ac6c5f5</code></a> chore: cut v0.94.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/14007db1f8781d2c245de0f83480670df641b735"><code>14007db</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8804">#8804</a> from prometheus-operator/dependabot/go_modules/scrip...</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/a739ad732dc940981ce48c734b912237e43672c9"><code>a739ad7</code></a> build(deps): bump google.golang.org/grpc in /scripts</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/326e6c5affd7f6df60b7623a60b671d093cd1d20"><code>326e6c5</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8800">#8800</a> from slashpai/am-v0.34</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6497455804b2b35209cd3e14ab5323069897648e"><code>6497455</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/8803">#8803</a> from prometheus-operator/dependabot/go_modules/golan...</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/2538741a87c2903c4dc624d5faf9e605502767b1"><code>2538741</code></a> build(deps): bump golang.org/x/sync from 0.22.0 to 0.23.0</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/86b003258d787472bd654062244fabaa89c906ac"><code>86b0032</code></a> test: add e2e test for IgnoredFields on zero durations</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/f8df9a45e0bbdf27dfbc552d031ba4915686332a"><code>f8df9a4</code></a> change: discard zero duration fields and report IgnoredFields status</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/f0b48b41e1366bf2754ec544a467bd53f5dbef1e"><code>f0b48b4</code></a> change: update default Alertmanager version to v0.34.0</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.93.1...v0.94.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]
