Bump version
This commit is contained in:
parent
bb29e0c71e
commit
056fae6220
3 changed files with 8 additions and 4 deletions
|
@ -264,3 +264,7 @@
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)
|
||||||
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427
|
* [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)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.17.1",
|
"version": "1.18.0",
|
||||||
"upstreamVersion": "2.39.1",
|
"upstreamVersion": "2.40.0",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"website": "https://prometheus.io/",
|
"website": "https://prometheus.io/",
|
||||||
"contactEmail": "support@cloudron.io",
|
"contactEmail": "support@cloudron.io",
|
||||||
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
|
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
|
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",
|
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
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
|
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue