From 35c74911e96c9b6dacfe91e347971bce8f84d7cd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 22 Feb 2022 19:01:38 +0100 Subject: [PATCH] Bump version for 2.33.4 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 3 +-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c1f27a6..cd6e68c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -173,3 +173,7 @@ * Update Prometheus to 2.33.3 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.3) +[1.11.4] +* Update Prometheus to 2.33.4 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.4) + diff --git a/CloudronManifest.json b/CloudronManifest.json index aeee82e..6d17c95 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "1.11.3", + "version": "1.11.4", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 97d41a6..56ee102 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Prometheus 2.33.3 +This app packages Prometheus 2.33.4 Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays diff --git a/Dockerfile b/Dockerfile index 63de258..e56ad0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=2.33.3 +ARG VERSION=2.33.4 -# install Prometheus RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1 COPY docker /