From 0d2ee0c4e523e1f343b4cdd685ec2efd3b931165 Mon Sep 17 00:00:00 2001 From: yamatcha Date: Wed, 9 Aug 2023 09:26:38 +0000 Subject: [PATCH] Upgrade mysqld-exporter to v0.15.0.2 --- containers/mysqld_exporter/Dockerfile | 2 +- containers/mysqld_exporter/TAG | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/mysqld_exporter/Dockerfile b/containers/mysqld_exporter/Dockerfile index c77627b4c..0be46cc08 100644 --- a/containers/mysqld_exporter/Dockerfile +++ b/containers/mysqld_exporter/Dockerfile @@ -3,7 +3,7 @@ # Stage1: build from source FROM quay.io/cybozu/golang:1.19-jammy AS build -ARG MYSQLD_EXPORTER_VERSION=v0.14.0 +ARG MYSQLD_EXPORTER_VERSION=v0.15.0 RUN git clone -b ${MYSQLD_EXPORTER_VERSION} --depth 1 https://github.com/prometheus/mysqld_exporter \ && make -C mysqld_exporter build diff --git a/containers/mysqld_exporter/TAG b/containers/mysqld_exporter/TAG index e54d09d4e..80fed3fc4 100644 --- a/containers/mysqld_exporter/TAG +++ b/containers/mysqld_exporter/TAG @@ -1 +1 @@ -0.14.0.1 +0.15.0.2