From d9dfa47cf6a963270a50a5914fae2ad08558d057 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 20 Dec 2022 17:01:53 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaec942..d510f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -301,3 +301,7 @@ * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.7) * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms. #11699 +[1.19.0] +* Update Prometheus to 2.41.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.41.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4bc52c7..9085615 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.18.7", - "upstreamVersion": "2.40.7", + "version": "1.19.0", + "upstreamVersion": "2.41.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan", diff --git a/Dockerfile b/Dockerfile index f993c58..928c6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03 RUN mkdir -p /app/code /app/pkg WORKDIR /app/code -ARG VERSION=2.40.7 +ARG VERSION=2.41.0 RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1