From aeb2b816bf3bafb0476af4c0ff3283ca36c0c231 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 18 Feb 2025 02:29:48 +0100 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.2.0 (#6745) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prom/prometheus](https://redirect.github.com/prometheus/prometheus) | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes
prometheus/prometheus (prom/prometheus) ### [`v3.2.0`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.2.0): 3.2.0 / 2025-02-17 [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.1.0...v3.2.0) ##### Prometheus v3.2.0 Changelog - \[CHANGE] relabel: Replace actions can now use UTF-8 characters in `targetLabel` field. Note that `$` or `${}` will be expanded. This also apply to `replacement` field for `LabelMap` action. [#​15851](https://redirect.github.com/prometheus/prometheus/issues/15851) - \[CHANGE] rulefmt: Rule names can use UTF-8 characters, except `{` and `}` characters (due to common mistake checks). [#​15851](https://redirect.github.com/prometheus/prometheus/issues/15851) - \[FEATURE] remote/otlp: Add feature flag `otlp-deltatocumulative` to support conversion from delta to cumulative. [#​15165](https://redirect.github.com/prometheus/prometheus/issues/15165) - \[ENHANCEMENT] openstack SD: Discover Octavia loadbalancers. [#​15539](https://redirect.github.com/prometheus/prometheus/issues/15539) - \[ENHANCEMENT] scrape: Add metadata for automatic metrics to WAL for `metadata-wal-records` feature. [#​15837](https://redirect.github.com/prometheus/prometheus/issues/15837) - \[ENHANCEMENT] promtool: Support linting of scrape interval, through lint option `too-long-scrape-interval`. [#​15719](https://redirect.github.com/prometheus/prometheus/issues/15719) - \[ENHANCEMENT] promtool: Add --ignore-unknown-fields option. [#​15706](https://redirect.github.com/prometheus/prometheus/issues/15706) - \[ENHANCEMENT] ui: Make "hide empty rules" and hide empty rules" persistent [#​15807](https://redirect.github.com/prometheus/prometheus/issues/15807) - \[ENHANCEMENT] web/api: Add a limit parameter to `/query` and `/query_range`. [#​15552](https://redirect.github.com/prometheus/prometheus/issues/15552) - \[ENHANCEMENT] api: Add fields Node and ServerTime to `/status`. [#​15784](https://redirect.github.com/prometheus/prometheus/issues/15784) - \[PERF] Scraping: defer computing labels for dropped targets until they are needed by the UI. [#​15261](https://redirect.github.com/prometheus/prometheus/issues/15261) - \[BUGFIX] remotewrite2: Fix invalid metadata bug for metrics without metadata. [#​15829](https://redirect.github.com/prometheus/prometheus/issues/15829) - \[BUGFIX] remotewrite2: Fix the unit field propagation. [#​15825](https://redirect.github.com/prometheus/prometheus/issues/15825) - \[BUGFIX] scrape: Fix WAL metadata for histograms and summaries. [#​15832](https://redirect.github.com/prometheus/prometheus/issues/15832) - \[BUGFIX] ui: Merge duplicate "Alerts page settings" sections. [#​15810](https://redirect.github.com/prometheus/prometheus/issues/15810) - \[BUGFIX] PromQL: Fix `` functions with histograms. [#​15711](https://redirect.github.com/prometheus/prometheus/issues/15711)
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- docker-compose/monitor/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/monitor/docker-compose.yml b/docker-compose/monitor/docker-compose.yml index 7c812bfe322..cee7d1fbbb5 100644 --- a/docker-compose/monitor/docker-compose.yml +++ b/docker-compose/monitor/docker-compose.yml @@ -29,7 +29,7 @@ services: prometheus: networks: - backend - image: prom/prometheus:v3.1.0 + image: prom/prometheus:v3.2.0 volumes: - "./prometheus.yml:/etc/prometheus/prometheus.yml" ports: