Bump version

This commit is contained in:
Johannes Zellner 2022-11-08 11:41:37 +01:00
parent bb29e0c71e
commit 056fae6220
3 changed files with 8 additions and 4 deletions

View file

@ -264,3 +264,7 @@
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427
[1.18.0]
* Update Prometheus to 2.40.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.0)

View file

@ -1,6 +1,6 @@
{
"version": "1.17.1",
"upstreamVersion": "2.39.1",
"version": "1.18.0",
"upstreamVersion": "2.40.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",
@ -19,7 +19,7 @@
"website": "https://prometheus.io/",
"contactEmail": "support@cloudron.io",
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
"changelog": "file://CHANGELOG",
"changelog": "file://CHANGELOG.md",
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
"minBoxVersion": "7.1.0",
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",

View file

@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
ARG VERSION=2.39.1
ARG VERSION=2.40.0
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1