Skip to content

Commit

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

- Updated to VictoriaMetrics 1.102.1
- Updated documentation

## 1.9.1

- Updated to VictoriaMetrics 1.100.0
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.102.0
ARG VERSION=v1.102.1

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.9.1"
version: "1.9.2"
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 8d2dd46

Please sign in to comment.