Version 1.28.0

This commit is contained in:
Girish Ramakrishnan 2024-01-15 13:18:46 +01:00
parent 9e0ce7b948
commit 92f2285572
2 changed files with 15 additions and 2 deletions

View file

@ -442,3 +442,16 @@
* [BUGFIX] TSDB: Make the wlog watcher read segments synchronously when not tailing. #13224
* [BUGFIX] Agent: Participate in notify calls (fixes slow down in remote write handling introduced in 2.45). #13223
[1.28.0]
* Update Prometheus to 2.49.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.49.0)
* [FEATURE] Promtool: Add --run flag promtool test rules command. #12206
* [FEATURE] SD: Add support for NS records to DNS SD. #13219
* [FEATURE] UI: Add heatmap visualization setting in the Graph tab, useful histograms. #13096 #13371
* [FEATURE] Scraping: Add `scrape_config.enable_compression` (default true) to disable gzip compression when scraping the target. #13166
* [FEATURE] PromQL: Add a promql-experimental-functions feature flag containing some new experimental PromQL functions. #13103 NOTE: More experimental functions might be added behind the same feature flag in the future. Added functions:
* [FEATURE] SD: Add `__meta_linode_gpus` label to Linode SD. #13097
* [FEATURE] API: Add `exclude_alerts` query parameter to /api/v1/rules to only return recording rules. #12999
* [FEATURE] TSDB: --storage.tsdb.retention.time flag value is now exposed as a `prometheus_tsdb_retention_limit_seconds` metric. #12986
* [FEATURE] Scraping: Add ability to specify priority of scrape protocols to accept during scrape (e.g. to scrape Prometheus proto format for certain jobs). This can be changed by setting `global.scrape_protocols` and `scrape_config.scrape_protocols`. #12738
*

View file

@ -1,6 +1,6 @@
{
"version": "1.27.1",
"upstreamVersion": "2.48.1",
"version": "1.28.0",
"upstreamVersion": "2.49.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Prometheus Developers",