diff --git a/CHANGELOG b/CHANGELOG index a1c3cfc..35e1ea7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -161,3 +161,7 @@ * Update Prometheus to 2.33.0 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.0) +[1.11.1] +* Update Prometheus to 2.33.1 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.1) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4ced6b2..2e834a3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "1.11.0", + "version": "1.11.1", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6f71d85..967d198 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Prometheus 2.33.0 +This app packages Prometheus 2.33.1 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 45482f7..8d0d4ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=2.33.0 +ARG VERSION=2.33.1 # 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