Skip to content

Commit b272993

Browse files
chore(deps): update prom/prometheus docker tag to v3.11.2 (main) (#15124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prom/prometheus](https://redirect.github.com/prometheus/prometheus) | minor | `v3.10.0` → `v3.11.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>prometheus/prometheus (prom/prometheus)</summary> ### [`v3.11.2`]() [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.11.1...v3.11.2) ### [`v3.11.1`]() [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.11.0...v3.11.1) ### [`v3.11.0`]() [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.10.0...v3.11.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZGF0ZSIsInVwZGF0ZS1taW5vciJdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6898eda commit b272993

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

development/mimir-monolithic-mode-with-swift-storage/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232

3333
prometheus:
3434

35-
image: prom/prometheus:v3.10.0@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9
35+
image: prom/prometheus:v3.11.2@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78
3636
command: ["--config.file=/etc/prometheus/prometheus.yaml"]
3737
volumes:
3838
- ./config:/etc/prometheus

development/mimir-monolithic-mode/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
prometheus:
2222
profiles:
2323
- prometheus
24-
image: prom/prometheus:v3.10.0@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9
24+
image: prom/prometheus:v3.11.2@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78
2525
command: ["--config.file=/etc/prometheus/prometheus.yaml"]
2626
volumes:
2727
- ./config:/etc/prometheus
@@ -31,7 +31,7 @@ services:
3131
prometheusRW2:
3232
profiles:
3333
- prometheusRW2
34-
image: prom/prometheus:v3.10.0@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9
34+
image: prom/prometheus:v3.11.2@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78
3535
command:
3636
- "--config.file=/etc/prometheus/prometheusRW2.yaml"
3737
volumes:

0 commit comments

Comments
 (0)