Version 1.15.0
This commit is contained in:
parent
cefc8a5cde
commit
fad48a51d9
2 changed files with 11 additions and 2 deletions
|
@ -226,3 +226,12 @@
|
|||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.36.2)
|
||||
* [BUGFIX] Fix serving of static assets like fonts and favicon. #10888
|
||||
|
||||
[1.15.0]
|
||||
* Update Prometheus to 2.37.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.37.0)
|
||||
* Nomad SD: New service discovery for Nomad built-in service discovery. #10915
|
||||
* Kubernetes SD: Allow attaching node labels for endpoint role. #10759
|
||||
* PromQL: Optimise creation of signature with/without labels. #10667
|
||||
* TSDB: Memory optimizations. #10873 #10874
|
||||
* TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
||||
* OAuth2: Add appropriate timeouts and User-Agent header. #11020
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.14.2",
|
||||
"upstreamVersion": "2.36.2",
|
||||
"version": "1.15.0",
|
||||
"upstreamVersion": "2.37.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
Loading…
Reference in a new issue