mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-22 00:11:03 +00:00
Bump version
This commit is contained in:
parent
8cbcc955dc
commit
bf7c8b0c0a
3 changed files with 9 additions and 3 deletions
|
@ -391,3 +391,9 @@
|
||||||
* [ENHANCEMENT] Histograms: Refactoring and optimisations. #12352 #12584 #12596 #12711 #12054
|
* [ENHANCEMENT] Histograms: Refactoring and optimisations. #12352 #12584 #12596 #12711 #12054
|
||||||
* [ENHANCEMENT] Histograms: Add histogram_stdvar and histogram_stddev functions. #12614
|
* [ENHANCEMENT] Histograms: Add histogram_stdvar and histogram_stddev functions. #12614
|
||||||
* [ENHANCEMENT] Remote-write: add http.resend_count tracing attribute. #12676
|
* [ENHANCEMENT] Remote-write: add http.resend_count tracing attribute. #12676
|
||||||
|
|
||||||
|
[1.26.1]
|
||||||
|
* Update Prometheus to 2.47.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.1)
|
||||||
|
* [BUGFIX] Fix duplicate sample detection at chunk size limit #12874
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.26.0",
|
"version": "1.26.1",
|
||||||
"upstreamVersion": "2.47.0",
|
"upstreamVersion": "2.47.1",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Prometheus Developers",
|
"author": "Prometheus Developers",
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=2.47.0
|
ARG VERSION=2.47.1
|
||||||
|
|
||||||
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