Update package version to 2.2.0

This commit is contained in:
Package Updates 2025-02-18 08:08:32 +00:00
parent f1288ddf0e
commit 2559e4de04
2 changed files with 21 additions and 1 deletions

View file

@ -600,3 +600,23 @@
* \[ENHANCEMENT] Observability: Export 'go_sync_mutex_wait_total_seconds_total' metric. [#​15339](https://github.com/prometheus/prometheus/issues/15339)
* \[ENHANCEMEN] Remote-Write: optionally use a DNS resolver that picks a random IP. [#​15329](https://github.com/prometheus/prometheus/issues/15329)
[2.2.0]
* Update prometheus to 3.2.0
* [Full Changelog](https://github.com/prometheus/prometheus/issues/15400)
* \[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://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://github.com/prometheus/prometheus/issues/15851)
* \[FEATURE] remote/otlp: Add feature flag `otlp-deltatocumulative` to support conversion from delta to cumulative. [#&#8203;15165](https://github.com/prometheus/prometheus/issues/15165)
* \[ENHANCEMENT] openstack SD: Discover Octavia loadbalancers. [#&#8203;15539](https://github.com/prometheus/prometheus/issues/15539)
* \[ENHANCEMENT] scrape: Add metadata for automatic metrics to WAL for `metadata-wal-records` feature. [#&#8203;15837](https://github.com/prometheus/prometheus/issues/15837)
* \[ENHANCEMENT] promtool: Support linting of scrape interval, through lint option `too-long-scrape-interval`. [#&#8203;15719](https://github.com/prometheus/prometheus/issues/15719)
* \[ENHANCEMENT] promtool: Add --ignore-unknown-fields option. [#&#8203;15706](https://github.com/prometheus/prometheus/issues/15706)
* \[ENHANCEMENT] ui: Make "hide empty rules" and hide empty rules" persistent [#&#8203;15807](https://github.com/prometheus/prometheus/issues/15807)
* \[ENHANCEMENT] web/api: Add a limit parameter to `/query` and `/query_range`. [#&#8203;15552](https://github.com/prometheus/prometheus/issues/15552)
* \[ENHANCEMENT] api: Add fields Node and ServerTime to `/status`. [#&#8203;15784](https://github.com/prometheus/prometheus/issues/15784)
* \[PERF] Scraping: defer computing labels for dropped targets until they are needed by the UI. [#&#8203;15261](https://github.com/prometheus/prometheus/issues/15261)
* \[BUGFIX] remotewrite2: Fix invalid metadata bug for metrics without metadata. [#&#8203;15829](https://github.com/prometheus/prometheus/issues/15829)
* \[BUGFIX] remotewrite2: Fix the unit field propagation. [#&#8203;15825](https://github.com/prometheus/prometheus/issues/15825)
* \[BUGFIX] scrape: Fix WAL metadata for histograms and summaries. [#&#8203;15832](https://github.com/prometheus/prometheus/issues/15832)
* \[BUGFIX] ui: Merge duplicate "Alerts page settings" sections. [#&#8203;15810](https://github.com/prometheus/prometheus/issues/15810)
* \[BUGFIX] PromQL: Fix `<aggr_over_time>` functions with histograms. [#&#8203;15711](https://github.com/prometheus/prometheus/issues/15711)

View file

@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"upstreamVersion": "3.2.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",