mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 07:51:03 +00:00
Bump version
This commit is contained in:
parent
7e21e6cba8
commit
32852f3c74
2 changed files with 7 additions and 2 deletions
|
@ -489,3 +489,8 @@
|
|||
* [BUGFIX] UI: Fix usage of the function time() that was crashing. #13371
|
||||
* [BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
|
||||
|
||||
[1.29.1]
|
||||
* Update Prometheus to 2.50.1
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.50.1)
|
||||
* [BUGFIX] API: Fix metadata API using wrong field names. #13633
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.29.0",
|
||||
"upstreamVersion": "2.50.0",
|
||||
"version": "1.29.1",
|
||||
"upstreamVersion": "2.50.1",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Prometheus Developers",
|
||||
|
|
Loading…
Reference in a new issue