From c4c749fa5bcd0eb2b3f04ab479b56f7ec08fbf34 Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Mon, 22 Apr 2024 05:38:08 +0000 Subject: [PATCH] update mysql_exporter 0.15.1 and update mysql tag 8.0.33,34,35 --- containers/mysql/8.0.33/TAG | 2 +- containers/mysql/8.0.34/TAG | 2 +- containers/mysql/8.0.35/TAG | 2 +- containers/mysqld_exporter/Dockerfile | 2 +- containers/mysqld_exporter/TAG | 2 +- version.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/containers/mysql/8.0.33/TAG b/containers/mysql/8.0.33/TAG index de1a0c1c4..9a0076022 100644 --- a/containers/mysql/8.0.33/TAG +++ b/containers/mysql/8.0.33/TAG @@ -1 +1 @@ -8.0.33.2 +8.0.33.3 diff --git a/containers/mysql/8.0.34/TAG b/containers/mysql/8.0.34/TAG index abb4bf1bd..db3761c9e 100644 --- a/containers/mysql/8.0.34/TAG +++ b/containers/mysql/8.0.34/TAG @@ -1 +1 @@ -8.0.34.2 +8.0.34.3 diff --git a/containers/mysql/8.0.35/TAG b/containers/mysql/8.0.35/TAG index fc0108ac6..f827b27b6 100644 --- a/containers/mysql/8.0.35/TAG +++ b/containers/mysql/8.0.35/TAG @@ -1 +1 @@ -8.0.35.1 +8.0.35.2 diff --git a/containers/mysqld_exporter/Dockerfile b/containers/mysqld_exporter/Dockerfile index 98570e033..d327131ad 100644 --- a/containers/mysqld_exporter/Dockerfile +++ b/containers/mysqld_exporter/Dockerfile @@ -3,7 +3,7 @@ # Stage1: build from source FROM ghcr.io/cybozu/golang:1.19-jammy AS build -ARG MYSQLD_EXPORTER_VERSION=v0.15.0 +ARG MYSQLD_EXPORTER_VERSION=v0.15.1 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 80fed3fc4..a2f9311ca 100644 --- a/containers/mysqld_exporter/TAG +++ b/containers/mysqld_exporter/TAG @@ -1 +1 @@ -0.15.0.2 +0.15.1.1 diff --git a/version.go b/version.go index 9bcd95704..36e59a2ad 100644 --- a/version.go +++ b/version.go @@ -8,5 +8,5 @@ const ( FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:3.0.2.1" // ExporterImage is the image for mysqld_exporter sidecar container. - ExporterImage = "ghcr.io/cybozu-go/moco/mysqld_exporter:0.15.0.2" + ExporterImage = "ghcr.io/cybozu-go/moco/mysqld_exporter:0.15.1.1" )