chore(deps): update dependency prometheus-operator/prometheus-operator to v0.91.0 #6527

Merged
alexlebens merged 1 commits from renovate/unified-prometheus-operator into main 2026-05-05 18:16:51 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
prometheus-operator/prometheus-operator minor 0.90.10.91.0

Release Notes

prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator)

v0.91.0: 0.91.0 / 2026-05-05

Compare Source

  • [CHANGE] Enforce mutual exclusion of basicAuth, authorization and oauth2 in ScrapeConfig CRD. #​8480
  • [CHANGE] Add minimum length validations to string fields in ScrapeConfig CRD. #​8479
  • [CHANGE] Add validations for VictorOps receiver in AlertmanagerConfig CRD. #​8220
  • [CHANGE] Add validations for OpsGenie receiver in AlertmanagerConfig CRD. #​8267
  • [CHANGE] Add validations for Email receiver in AlertmanagerConfig CRD. #​8270
  • [FEATURE] Implement shard retention based on Prometheus data retention (it requires the PrometheusShardRetentionPolicy feature gate). #​8478
  • [FEATURE] Configure node selector when sharding mode is Topology for Prometheus and PrometheusAgent custom resources (it requires the PrometheusTopologySharding feature gate). #​8486
  • [FEATURE] Configure external label with topology information when sharding mode is Topology for Prometheus and PrometheusAgent custom resources (it requires the PrometheusTopologySharding feature gate). #​8519
  • [FEATURE] Distribute scrape targets within topology zones when sharding mode is Topology for Prometheus and PrometheusAgent custom resources (it requires the PrometheusTopologySharding feature gate). #​8538
  • [FEATURE] Add --promql-options CLI argument to the admission-webhook binary. #​8531
  • [FEATURE] Validate PrometheusRule resources selected by Prometheus resources based on the PromQL enabled features. #​8545
  • [FEATURE] Add workload identity authentication method for AzureSD in ScrapeConfig CRD. #​8489
  • [ENHANCEMENT] Support strategic merge patch of container probes when workloads are configured with HTTPS. #​8427
  • [ENHANCEMENT] Support auth_secret_file field for Email receiver in Alertmanager configuration Secret. #​8394
  • [ENHANCEMENT] Support smtp_auth_secret_file field in Alertmanager configuration Secret. #​8396
  • [ENHANCEMENT] Add externalId field to SigV4 configuration in Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #​8494
  • [ENHANCEMENT] Add cipherSuites support for Thanos Sidecars and Rulers. #​8524
  • [ENHANCEMENT] Add curves support for Thanos Sidecars and Rulers. #​8542
  • [ENHANCEMENT] Speed up configuration reloads by watching the config file's parent directory. #​7366
  • [ENHANCEMENT] Support Mattermost global webhook URL support in Alertmanager configuration Secret. #​8501
  • [ENHANCEMENT] Add Mattermost global webhook URL support in Alertmanager CRD. #​8503 #​8534
  • [ENHANCEMENT] Support payload field for Webhook receiver in Alertmanager configuration Secret. #​8505
  • [ENHANCEMENT] Support attachment fields for Mattermost receiver in Alertmanager configuration Secret. #​8508
  • [ENHANCEMENT] Support update_message field for Slack receiver in Alertmanager configuration Secret. #​8502
  • [ENHANCEMENT] Add threading configuration for email receiver in AlertmanagerConfig CRD. #​8400
  • [ENHANCEMENT] Add healthFilter field for ConsulSD in ScrapeConfig CRD. #​8529
  • [BUGFIX] Ensure that inactive shards don't scrape any targets when the sharding retention policy is Retain. #​8513
  • [BUGFIX] Fix Telegram bot token validation in Alertmanager configuration Secret. #​8465

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | minor | `0.90.1` → `0.91.0` | --- ### Release Notes <details> <summary>prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator)</summary> ### [`v0.91.0`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.91.0): 0.91.0 / 2026-05-05 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.90.1...v0.91.0) - \[CHANGE] Enforce mutual exclusion of `basicAuth`, `authorization` and `oauth2` in `ScrapeConfig` CRD. [#&#8203;8480](https://github.com/prometheus-operator/prometheus-operator/issues/8480) - \[CHANGE] Add minimum length validations to string fields in `ScrapeConfig` CRD. [#&#8203;8479](https://github.com/prometheus-operator/prometheus-operator/issues/8479) - \[CHANGE] Add validations for VictorOps receiver in `AlertmanagerConfig` CRD. [#&#8203;8220](https://github.com/prometheus-operator/prometheus-operator/issues/8220) - \[CHANGE] Add validations for OpsGenie receiver in `AlertmanagerConfig` CRD. [#&#8203;8267](https://github.com/prometheus-operator/prometheus-operator/issues/8267) - \[CHANGE] Add validations for Email receiver in `AlertmanagerConfig` CRD. [#&#8203;8270](https://github.com/prometheus-operator/prometheus-operator/issues/8270) - \[FEATURE] Implement shard retention based on Prometheus data retention (it requires the `PrometheusShardRetentionPolicy` feature gate). [#&#8203;8478](https://github.com/prometheus-operator/prometheus-operator/issues/8478) - \[FEATURE] Configure node selector when sharding mode is `Topology` for `Prometheus` and `PrometheusAgent` custom resources (it requires the `PrometheusTopologySharding` feature gate). [#&#8203;8486](https://github.com/prometheus-operator/prometheus-operator/issues/8486) - \[FEATURE] Configure external label with topology information when sharding mode is `Topology` for `Prometheus` and `PrometheusAgent` custom resources (it requires the `PrometheusTopologySharding` feature gate). [#&#8203;8519](https://github.com/prometheus-operator/prometheus-operator/issues/8519) - \[FEATURE] Distribute scrape targets within topology zones when sharding mode is `Topology` for `Prometheus` and `PrometheusAgent` custom resources (it requires the `PrometheusTopologySharding` feature gate). [#&#8203;8538](https://github.com/prometheus-operator/prometheus-operator/issues/8538) - \[FEATURE] Add `--promql-options` CLI argument to the admission-webhook binary. [#&#8203;8531](https://github.com/prometheus-operator/prometheus-operator/issues/8531) - \[FEATURE] Validate `PrometheusRule` resources selected by `Prometheus` resources based on the PromQL enabled features. [#&#8203;8545](https://github.com/prometheus-operator/prometheus-operator/issues/8545) - \[FEATURE] Add workload identity authentication method for AzureSD in `ScrapeConfig` CRD. [#&#8203;8489](https://github.com/prometheus-operator/prometheus-operator/issues/8489) - \[ENHANCEMENT] Support strategic merge patch of container probes when workloads are configured with HTTPS. [#&#8203;8427](https://github.com/prometheus-operator/prometheus-operator/issues/8427) - \[ENHANCEMENT] Support `auth_secret_file` field for Email receiver in Alertmanager configuration Secret. [#&#8203;8394](https://github.com/prometheus-operator/prometheus-operator/issues/8394) - \[ENHANCEMENT] Support `smtp_auth_secret_file` field in Alertmanager configuration Secret. [#&#8203;8396](https://github.com/prometheus-operator/prometheus-operator/issues/8396) - \[ENHANCEMENT] Add `externalId` field to SigV4 configuration in `Alertmanager`, `Prometheus`, `PrometheusAgent` and `ThanosRuler` CRDs. [#&#8203;8494](https://github.com/prometheus-operator/prometheus-operator/issues/8494) - \[ENHANCEMENT] Add `cipherSuites` support for Thanos Sidecars and Rulers. [#&#8203;8524](https://github.com/prometheus-operator/prometheus-operator/issues/8524) - \[ENHANCEMENT] Add `curves` support for Thanos Sidecars and Rulers. [#&#8203;8542](https://github.com/prometheus-operator/prometheus-operator/issues/8542) - \[ENHANCEMENT] Speed up configuration reloads by watching the config file's parent directory. [#&#8203;7366](https://github.com/prometheus-operator/prometheus-operator/issues/7366) - \[ENHANCEMENT] Support Mattermost global webhook URL support in Alertmanager configuration Secret. [#&#8203;8501](https://github.com/prometheus-operator/prometheus-operator/issues/8501) - \[ENHANCEMENT] Add Mattermost global webhook URL support in `Alertmanager` CRD. [#&#8203;8503](https://github.com/prometheus-operator/prometheus-operator/issues/8503) [#&#8203;8534](https://github.com/prometheus-operator/prometheus-operator/issues/8534) - \[ENHANCEMENT] Support `payload` field for Webhook receiver in Alertmanager configuration Secret. [#&#8203;8505](https://github.com/prometheus-operator/prometheus-operator/issues/8505) - \[ENHANCEMENT] Support attachment fields for Mattermost receiver in Alertmanager configuration Secret. [#&#8203;8508](https://github.com/prometheus-operator/prometheus-operator/issues/8508) - \[ENHANCEMENT] Support `update_message` field for Slack receiver in Alertmanager configuration Secret. [#&#8203;8502](https://github.com/prometheus-operator/prometheus-operator/issues/8502) - \[ENHANCEMENT] Add threading configuration for email receiver in `AlertmanagerConfig` CRD. [#&#8203;8400](https://github.com/prometheus-operator/prometheus-operator/issues/8400) - \[ENHANCEMENT] Add `healthFilter` field for ConsulSD in `ScrapeConfig` CRD. [#&#8203;8529](https://github.com/prometheus-operator/prometheus-operator/issues/8529) - \[BUGFIX] Ensure that inactive shards don't scrape any targets when the sharding retention policy is `Retain`. [#&#8203;8513](https://github.com/prometheus-operator/prometheus-operator/issues/8513) - \[BUGFIX] Fix Telegram bot token validation in Alertmanager configuration Secret. [#&#8203;8465](https://github.com/prometheus-operator/prometheus-operator/issues/8465) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-05-05 18:09:46 +00:00
chore(deps): update dependency prometheus-operator/prometheus-operator to v0.91.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 35s
lint-test-helm / validate-kubeconform (pull_request) Successful in 39s
render-manifests / render-manifests (pull_request) Successful in 56s
a82585c789
renovate-bot force-pushed renovate/unified-prometheus-operator from 608fd9667f to a82585c789 2026-05-05 18:09:46 +00:00 Compare
alexlebens merged commit 4aec9c5405 into main 2026-05-05 18:16:51 +00:00
alexlebens deleted branch renovate/unified-prometheus-operator 2026-05-05 18:16:53 +00:00
Sign in to join this conversation.