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" )