From 45e42eed61dc220b6ab8e45c821bb77e216bcc33 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:34:06 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-release):=20update=20prometheus-oper?= =?UTF-8?q?ator/prometheus-operator=20(=20v0.78.1=20=E2=86=92=20v0.78.2=20?= =?UTF-8?q?)=20(#5889)?= 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.78.1` -> `v0.78.2` | --- ### Release Notes
prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator) ### [`v0.78.2`](https://redirect.github.com/prometheus-operator/prometheus-operator/releases/tag/v0.78.2): 0.78.2 / 2024-11-21 [Compare Source](https://redirect.github.com/prometheus-operator/prometheus-operator/compare/v0.78.1...v0.78.2) - \[BUGFIX] Revert the removal of the `proxyURL` field in `AlertmanagerConfig` CRD. The field takes precedence over `proxyUrl`. [#​7114](https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7114)
--- ### 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 ebbe101149..c1cc51d579 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.78.1 + PROMETHEUS_OPERATOR_VERSION: v0.78.2 tasks: