From 17c709a8112e88ae76de962d93667638b87e69c0 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Sat, 10 Jul 2021 10:22:14 +0200 Subject: [PATCH] Update variant to v0.0.14 --- CHANGELOG.md | 3 +++ docker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6467f01..cb6b0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v4.0.4 +- Update variant to v0.0.14 + ## v4.0.3 - Update variant to v0.0.13 - Instance index is available as `${1}` for annotation `prometheus.exporter.instance_name` diff --git a/docker/Dockerfile b/docker/Dockerfile index daff539..92863dd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -27,7 +27,7 @@ RUN curl -L -Os https://github.com/thanos-io/thanos/releases/download/v${THANOS_ && tar zxvf thanos-${THANOS_VERSION}.linux-amd64.tar.gz --strip 1 ## Variant -FROM philipslabs/variant:v0.0.13 AS variant +FROM philipslabs/variant:v0.0.14 AS variant ## Build final image FROM alpine:3.14.0