Skip to content

Commit

Permalink
chore(deps): update prom/prometheus docker tag to v3.2.0 (#6745)
Browse files Browse the repository at this point in the history
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

<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>

###
[`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 `$<chars>` or `${<chars>}` will be
expanded. This also apply to `replacement` field for `LabelMap` action.
[#&#8203;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).
[#&#8203;15851](https://redirect.github.com/prometheus/prometheus/issues/15851)
- \[FEATURE] remote/otlp: Add feature flag `otlp-deltatocumulative` to
support conversion from delta to cumulative.
[#&#8203;15165](https://redirect.github.com/prometheus/prometheus/issues/15165)
- \[ENHANCEMENT] openstack SD: Discover Octavia loadbalancers.
[#&#8203;15539](https://redirect.github.com/prometheus/prometheus/issues/15539)
- \[ENHANCEMENT] scrape: Add metadata for automatic metrics to WAL for
`metadata-wal-records` feature.
[#&#8203;15837](https://redirect.github.com/prometheus/prometheus/issues/15837)
- \[ENHANCEMENT] promtool: Support linting of scrape interval, through
lint option `too-long-scrape-interval`.
[#&#8203;15719](https://redirect.github.com/prometheus/prometheus/issues/15719)
- \[ENHANCEMENT] promtool: Add --ignore-unknown-fields option.
[#&#8203;15706](https://redirect.github.com/prometheus/prometheus/issues/15706)
- \[ENHANCEMENT] ui: Make "hide empty rules" and hide empty rules"
persistent
[#&#8203;15807](https://redirect.github.com/prometheus/prometheus/issues/15807)
- \[ENHANCEMENT] web/api: Add a limit parameter to `/query` and
`/query_range`.
[#&#8203;15552](https://redirect.github.com/prometheus/prometheus/issues/15552)
- \[ENHANCEMENT] api: Add fields Node and ServerTime to `/status`.
[#&#8203;15784](https://redirect.github.com/prometheus/prometheus/issues/15784)
- \[PERF] Scraping: defer computing labels for dropped targets until
they are needed by the UI.
[#&#8203;15261](https://redirect.github.com/prometheus/prometheus/issues/15261)
- \[BUGFIX] remotewrite2: Fix invalid metadata bug for metrics without
metadata.
[#&#8203;15829](https://redirect.github.com/prometheus/prometheus/issues/15829)
- \[BUGFIX] remotewrite2: Fix the unit field propagation.
[#&#8203;15825](https://redirect.github.com/prometheus/prometheus/issues/15825)
- \[BUGFIX] scrape: Fix WAL metadata for histograms and summaries.
[#&#8203;15832](https://redirect.github.com/prometheus/prometheus/issues/15832)
- \[BUGFIX] ui: Merge duplicate "Alerts page settings" sections.
[#&#8203;15810](https://redirect.github.com/prometheus/prometheus/issues/15810)
- \[BUGFIX] PromQL: Fix `<aggr_over_time>` functions with histograms.
[#&#8203;15711](https://redirect.github.com/prometheus/prometheus/issues/15711)

</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 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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/jaeger).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot authored Feb 18, 2025
1 parent 5e15f8f commit aeb2b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aeb2b81

Please sign in to comment.