From 32852f3c7483b59b9728415496cd3a595a9c6592 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 26 Feb 2024 14:16:11 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ CloudronManifest.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",