mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.21.1
This commit is contained in:
parent
6e3876ee83
commit
2392fde4bd
2 changed files with 11 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -250,9 +250,9 @@
|
|||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.0)
|
||||
* experimental TSDB: Add support for ingesting out-of-order samples. This is configured via out_of_order_time_window field in the config file; check config file docs for more info. #11075
|
||||
* API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing GET support. #11160
|
||||
* PuppetDB SD: Add __meta_puppetdb_query label. #11238
|
||||
* AWS EC2 SD: Add __meta_ec2_region label. #11326
|
||||
* AWS Lightsail SD: Add __meta_lightsail_region label. #11326
|
||||
* PuppetDB SD: Add `__meta_puppetdb_query` label. #11238
|
||||
* AWS EC2 SD: Add `__meta_ec2_region label`. #11326
|
||||
* AWS Lightsail SD: Add `__meta_lightsail_region` label. #11326
|
||||
* Scrape: Optimise relabeling by re-using memory. #11147
|
||||
* TSDB: Improve WAL replay timings. #10973 #11307 #11319
|
||||
* TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296
|
||||
|
@ -313,3 +313,8 @@
|
|||
* Update Prometheus to 2.43.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.0)
|
||||
|
||||
[1.21.1]
|
||||
* Update Prometheus to 2.43.1
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.1)
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"version": "1.21.0",
|
||||
"upstreamVersion": "2.43.0",
|
||||
"version": "1.21.1",
|
||||
"upstreamVersion": "2.43.1",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
"author": "Prometheus Developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "From metrics to insight",
|
||||
"healthCheckPath": "/",
|
||||
|
|
Loading…
Reference in a new issue