Bump version

This commit is contained in:
Johannes Zellner 2024-02-26 14:16:11 +01:00
parent 7e21e6cba8
commit 32852f3c74
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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",