Skip to content

Commit

Permalink
Update to VictoriaMetrics 1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeierhoefer committed Mar 1, 2024
1 parent f357540 commit 6f5d3e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions victoria-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.23

- Updated to VictoriaMetrics 1.99.0

## 1.8.22

- Updated to VictoriaMetrics 1.95.1
Expand Down
2 changes: 1 addition & 1 deletion victoria-metrics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
COPY start-victoria-metrics /
COPY prometheus.tpl /
WORKDIR /share/victoria-metrics-data
ARG VERSION=v1.95.1
ARG VERSION=v1.99.0

RUN /bin/bash -c 'set -ex && \
ARCH=$(uname -m) && \
Expand Down
2 changes: 1 addition & 1 deletion victoria-metrics/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Victoria Metrics
version: "1.8.22"
version: "1.8.23"
slug: victoria_metrics
description: Time Series Database for long term storage as replacement for Prometheus and InfluxDB
webui: "http://[HOST]:[PORT:8428]/"
Expand Down

0 comments on commit 6f5d3e9

Please sign in to comment.