mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Bump version for 2.29.0
This commit is contained in:
parent
cb3ba472cf
commit
18bead432d
4 changed files with 6 additions and 3 deletions
|
@ -83,4 +83,7 @@
|
||||||
* [BUGFIX]: HTTP SD: Fix handling of disappeared target groups. #9019
|
* [BUGFIX]: HTTP SD: Fix handling of disappeared target groups. #9019
|
||||||
* [BUGFIX]: Fix incorrect log-level handling after moving to go-kit/log. #9021
|
* [BUGFIX]: Fix incorrect log-level handling after moving to go-kit/log. #9021
|
||||||
|
|
||||||
|
[1.8.0]
|
||||||
|
* Update Prometheus to 2.29.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.29.0)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.1",
|
"version": "1.8.0",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Prometheus <upstream>2.28.1</upstream>
|
This app packages Prometheus <upstream>2.29.0</upstream>
|
||||||
|
|
||||||
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
|
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
|
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=2.28.1
|
ARG VERSION=2.29.0
|
||||||
|
|
||||||
# install Prometheus
|
# 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
|
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