Bump verison for 2.30.0

This commit is contained in:
Johannes Zellner 2021-09-14 18:50:42 +02:00
parent 15433b4cec
commit 9cfe27a7ca
4 changed files with 7 additions and 3 deletions

View file

@ -95,3 +95,7 @@
* Update Prometheus to 2.29.2
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.29.2)
[1.9.0]
* Update Prometheus to 2.30.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.30.0)

View file

@ -1,5 +1,5 @@
{
"version": "1.8.2",
"version": "1.9.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",

View file

@ -1,4 +1,4 @@
This app packages Prometheus <upstream>2.29.2</upstream>
This app packages Prometheus <upstream>2.30.0</upstream>
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

View file

@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=2.29.2
ARG VERSION=2.30.0
# 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