chore(deps): update dependency prometheus-operator/prometheus-operator to v0.88.0 - autoclosed #3438

Closed
renovate-bot wants to merge 1 commits from renovate/prometheus-operator-prometheus-operator-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
prometheus-operator/prometheus-operator minor v0.87.1v0.88.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.88.0: 0.88.0 / 2026-01-09

Compare Source

  • [CHANGE] Use narrower selectors for StatefulSet informers in Alertmanager and ThanosRuler controllers. It is recommended to upgrade from v0.85.0 (at least). #​8246
  • [CHANGE] Reject EC2/Lightsail SD for Prometheus >= 3.8.0 in ScrapeConfig CRD. #​8175
  • [FEATURE] Add podManagementPolicy field to Prometheus, PrometheusAgent, Alertmanager and ThanosRuler CRDs. #​8119
  • [FEATURE] Add updateStrategy field to Prometheus, PrometheusAgent, Alertmanager and ThanosRuler CRDs. #​8202
  • [FEATURE] Add scrapeNativeHistograms field to Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. #​8102
  • [FEATURE] Add scope field to AzureAD remote write configuration. #​8240
  • [FEATURE] Add workloadIdentity field to AzureAD remote write configuration. #​7998
  • [FEATURE] Add support for PrometheusRule fields groupLabels and queryOffset in ThanosRuler. #​8137
  • [FEATURE] Add slackAppToken and slackAppUrl fields to Alertmanager global config for Slack App support. #​8238
  • [FEATURE] Add incident.io receiver support to Alertmanager config secret. #​8190 #​8245 #​8228
  • [FEATURE] Add Mattermost receiver support to Alertmanager config secret. #​8188
  • [FEATURE] Add apiType field to Jira receiver in Alertmanager config secret. #​8218
  • [FEATURE] Add timeout field to PagerDuty receiver in AlertmanagerConfig CRD. #​8162
  • [FEATURE] Add timeout field to Slack receiver in AlertmanagerConfig CRD. #​8161
  • [ENHANCEMENT] Use minReadySeconds to set --dispatch.start-delay in Alertmanager. #​8177 #​8201
  • [ENHANCEMENT] Expose native histograms in operator metrics. #​8194
  • [ENHANCEMENT] Add NoSelectedResources reason to status conditions. #​8124
  • [ENHANCEMENT] Add enableHttp2 and followRedirects fields to HTTP configuration for Probe CRD. #​8112
  • [ENHANCEMENT] Add CEL validations for DaemonSet mode in PrometheusAgent CRD (requires the PrometheusAgentDaemonSetFeature featuregate). #​7881
  • [ENHANCEMENT] Improve validation for Pushover, PagerDuty and VictorOps receivers in AlertmanagerConfig CRD. #​8239 #​8113 #​8220
  • [ENHANCEMENT] Add apiURL validation for WeChat, OpsGenie and Telegram receivers in AlertmanagerConfig CRD. #​8196 #​8206 #​8199
  • [ENHANCEMENT] Validate URL fields in AlertmanagerConfig receivers (MSTeams, Webhook). #​8231 #​8125
  • [ENHANCEMENT] Validate URL fields in Alertmanager configuration secret (WeChat, Telegram, Pushover receivers). #​7977 #​8233 #​8232
New Contributors

Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | minor | `v0.87.1` → `v0.88.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator)</summary> ### [`v0.88.0`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.88.0): 0.88.0 / 2026-01-09 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.87.1...v0.88.0) - \[CHANGE] Use narrower selectors for StatefulSet informers in `Alertmanager` and `ThanosRuler` controllers. It is recommended to upgrade from `v0.85.0` (at least). [#&#8203;8246](https://github.com/prometheus-operator/prometheus-operator/issues/8246) - \[CHANGE] Reject `EC2/Lightsail` SD for Prometheus >= 3.8.0 in `ScrapeConfig` CRD. [#&#8203;8175](https://github.com/prometheus-operator/prometheus-operator/issues/8175) - \[FEATURE] Add `podManagementPolicy` field to `Prometheus`, `PrometheusAgent`, `Alertmanager` and `ThanosRuler` CRDs. [#&#8203;8119](https://github.com/prometheus-operator/prometheus-operator/issues/8119) - \[FEATURE] Add `updateStrategy` field to `Prometheus`, `PrometheusAgent`, `Alertmanager` and `ThanosRuler` CRDs. [#&#8203;8202](https://github.com/prometheus-operator/prometheus-operator/issues/8202) - \[FEATURE] Add `scrapeNativeHistograms` field to `Prometheus`, `PrometheusAgent`, `ServiceMonitor`, `PodMonitor`, `Probe` and `ScrapeConfig` CRDs. [#&#8203;8102](https://github.com/prometheus-operator/prometheus-operator/issues/8102) - \[FEATURE] Add `scope` field to `AzureAD` remote write configuration. [#&#8203;8240](https://github.com/prometheus-operator/prometheus-operator/issues/8240) - \[FEATURE] Add `workloadIdentity` field to `AzureAD` remote write configuration. [#&#8203;7998](https://github.com/prometheus-operator/prometheus-operator/issues/7998) - \[FEATURE] Add support for PrometheusRule fields `groupLabels` and `queryOffset` in `ThanosRuler`. [#&#8203;8137](https://github.com/prometheus-operator/prometheus-operator/issues/8137) - \[FEATURE] Add `slackAppToken` and `slackAppUrl` fields to Alertmanager global config for Slack App support. [#&#8203;8238](https://github.com/prometheus-operator/prometheus-operator/issues/8238) - \[FEATURE] Add `incident.io` receiver support to `Alertmanager` config secret. [#&#8203;8190](https://github.com/prometheus-operator/prometheus-operator/issues/8190) [#&#8203;8245](https://github.com/prometheus-operator/prometheus-operator/issues/8245) [#&#8203;8228](https://github.com/prometheus-operator/prometheus-operator/issues/8228) - \[FEATURE] Add `Mattermost` receiver support to `Alertmanager` config secret. [#&#8203;8188](https://github.com/prometheus-operator/prometheus-operator/issues/8188) - \[FEATURE] Add `apiType` field to `Jira` receiver in `Alertmanager` config secret. [#&#8203;8218](https://github.com/prometheus-operator/prometheus-operator/issues/8218) - \[FEATURE] Add `timeout` field to `PagerDuty` receiver in `AlertmanagerConfig` CRD. [#&#8203;8162](https://github.com/prometheus-operator/prometheus-operator/issues/8162) - \[FEATURE] Add `timeout` field to `Slack` receiver in `AlertmanagerConfig` CRD. [#&#8203;8161](https://github.com/prometheus-operator/prometheus-operator/issues/8161) - \[ENHANCEMENT] Use `minReadySeconds` to set `--dispatch.start-delay` in `Alertmanager`. [#&#8203;8177](https://github.com/prometheus-operator/prometheus-operator/issues/8177) [#&#8203;8201](https://github.com/prometheus-operator/prometheus-operator/issues/8201) - \[ENHANCEMENT] Expose native histograms in operator metrics. [#&#8203;8194](https://github.com/prometheus-operator/prometheus-operator/issues/8194) - \[ENHANCEMENT] Add `NoSelectedResources` reason to status conditions. [#&#8203;8124](https://github.com/prometheus-operator/prometheus-operator/issues/8124) - \[ENHANCEMENT] Add `enableHttp2` and `followRedirects` fields to HTTP configuration for `Probe` CRD. [#&#8203;8112](https://github.com/prometheus-operator/prometheus-operator/issues/8112) - \[ENHANCEMENT] Add CEL validations for `DaemonSet` mode in `PrometheusAgent` CRD (requires the `PrometheusAgentDaemonSetFeature` featuregate). [#&#8203;7881](https://github.com/prometheus-operator/prometheus-operator/issues/7881) - \[ENHANCEMENT] Improve validation for `Pushover`, `PagerDuty` and `VictorOps` receivers in `AlertmanagerConfig` CRD. [#&#8203;8239](https://github.com/prometheus-operator/prometheus-operator/issues/8239) [#&#8203;8113](https://github.com/prometheus-operator/prometheus-operator/issues/8113) [#&#8203;8220](https://github.com/prometheus-operator/prometheus-operator/issues/8220) - \[ENHANCEMENT] Add `apiURL` validation for `WeChat`, `OpsGenie` and `Telegram` receivers in `AlertmanagerConfig` CRD. [#&#8203;8196](https://github.com/prometheus-operator/prometheus-operator/issues/8196) [#&#8203;8206](https://github.com/prometheus-operator/prometheus-operator/issues/8206) [#&#8203;8199](https://github.com/prometheus-operator/prometheus-operator/issues/8199) - \[ENHANCEMENT] Validate URL fields in `AlertmanagerConfig` receivers (`MSTeams`, `Webhook`). [#&#8203;8231](https://github.com/prometheus-operator/prometheus-operator/issues/8231) [#&#8203;8125](https://github.com/prometheus-operator/prometheus-operator/issues/8125) - \[ENHANCEMENT] Validate URL fields in `Alertmanager` configuration secret (`WeChat`, `Telegram`, `Pushover` receivers). [#&#8203;7977](https://github.com/prometheus-operator/prometheus-operator/issues/7977) [#&#8203;8233](https://github.com/prometheus-operator/prometheus-operator/issues/8233) [#&#8203;8232](https://github.com/prometheus-operator/prometheus-operator/issues/8232) ##### New Contributors - [@&#8203;MichalTomczakSE](https://github.com/MichalTomczakSE) made their first contribution in [#&#8203;8144](https://github.com/prometheus-operator/prometheus-operator/pull/8144) - [@&#8203;kartikangiras](https://github.com/kartikangiras) made their first contribution in [#&#8203;8098](https://github.com/prometheus-operator/prometheus-operator/pull/8098) - [@&#8203;varundeepsaini](https://github.com/varundeepsaini) made their first contribution in [#&#8203;8207](https://github.com/prometheus-operator/prometheus-operator/pull/8207) - [@&#8203;tomlin7](https://github.com/tomlin7) made their first contribution in [#&#8203;8209](https://github.com/prometheus-operator/prometheus-operator/pull/8209) - [@&#8203;fluktuid](https://github.com/fluktuid) made their first contribution in [#&#8203;8248](https://github.com/prometheus-operator/prometheus-operator/pull/8248) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:09:45 +00:00
chore(deps): update dependency prometheus-operator/prometheus-operator to v0.88.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 14s
f905bbb2e2
renovate-bot force-pushed renovate/prometheus-operator-prometheus-operator-0.x from f905bbb2e2 to e78aa71a0b 2026-01-23 22:16:54 +00:00 Compare
renovate-bot force-pushed renovate/prometheus-operator-prometheus-operator-0.x from e78aa71a0b to bd995e426a 2026-01-23 22:50:55 +00:00 Compare
renovate-bot force-pushed renovate/prometheus-operator-prometheus-operator-0.x from bd995e426a to 6e2305fc39 2026-01-23 23:06:15 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency prometheus-operator/prometheus-operator to v0.88.0 to chore(deps): update dependency prometheus-operator/prometheus-operator to v0.88.0 - autoclosed 2026-01-23 23:17:41 +00:00
renovate-bot closed this pull request 2026-01-23 23:17:41 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.