diff --git a/CHANGELOG.md b/CHANGELOG.md index fec3e8a..7152c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index c4c8aa4..67f5efb 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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",