From 8b0db0aa24e372544be910479e463700788fc6aa Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:50:41 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-release):=20update=20prometheus-oper?= =?UTF-8?q?ator/prometheus-operator=20(=20v0.79.0=20=E2=86=92=20v0.79.2=20?= =?UTF-8?q?)=20(#6041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator/prometheus-operator](https://redirect.github.com/prometheus-operator/prometheus-operator) | patch | `v0.79.0` -> `v0.79.2` | --- ### Release Notes
prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator) ### [`v0.79.2`](https://redirect.github.com/prometheus-operator/prometheus-operator/releases/tag/v0.79.2): 0.79.2 / 2024-12-18 [Compare Source](https://redirect.github.com/prometheus-operator/prometheus-operator/compare/v0.79.1...v0.79.2) - \[BUGFIX] Fix pod and service monitor selector validation. [#​7214](https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7214) ### [`v0.79.1`](https://redirect.github.com/prometheus-operator/prometheus-operator/releases/tag/v0.79.1): 0.79.1 / 2024-12-17 [Compare Source](https://redirect.github.com/prometheus-operator/prometheus-operator/compare/v0.79.0...v0.79.1) - \[CHANGE] Rename the field `scrapeFallbackProtocol` to `fallbackScrapeProtocol` to match with naming as in Prometheus [#​7199](https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7199) - \[BUGFIX] Remove the field `scrapeFallbackProtocol` from Prometheus/PrometheusAgent global config. [#​7197](https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7197)
--- ### 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 becomes conflicted, 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](https://redirect.github.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- .taskfiles/Flux/Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Flux/Taskfile.yaml b/.taskfiles/Flux/Taskfile.yaml index 325bf14341..e19bbff5d2 100644 --- a/.taskfiles/Flux/Taskfile.yaml +++ b/.taskfiles/Flux/Taskfile.yaml @@ -4,7 +4,7 @@ version: "3" vars: # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator - PROMETHEUS_OPERATOR_VERSION: v0.79.0 + PROMETHEUS_OPERATOR_VERSION: v0.79.2 tasks: