Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegraf v1.23.1 #12748

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Telegraf v1.23.1 #12748

merged 1 commit into from
Jul 5, 2022

Conversation

reimda
Copy link
Contributor

@reimda reimda commented Jul 5, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 5, 2022

Diff for 12393cb:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d244c00..2fa246c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: David Reimschussel <dreimschussel@influxdata.com> (@reimda), Josh Powers <jpowers@influxdata.com> (@powersj), Mya Longmire <mlongmire@influxdata.com> (@MyaLongmire), Sebastian Spaink <sspaink@influxdata.com> (@sspaink)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 1557c75fde8c95ac60d5b692098b669f5fc78df2
+GitCommit: 5f654a710be6c07ad39fc9bee4ef7ac1ccbbff3f
 
 Tags: 1.21, 1.21.4
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: telegraf/1.22
 Tags: 1.22-alpine, 1.22.4-alpine
 Directory: telegraf/1.22/alpine
 
-Tags: 1.23, 1.23.0, latest
+Tags: 1.23, 1.23.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.23
 
-Tags: 1.23-alpine, 1.23.0-alpine, alpine
+Tags: 1.23-alpine, 1.23.1-alpine, alpine
 Directory: telegraf/1.23/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 10960b0..a2aa43a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.22.4
 telegraf:1.22.4-alpine
 telegraf:1.23
 telegraf:1.23-alpine
-telegraf:1.23.0
-telegraf:1.23.0-alpine
+telegraf:1.23.1
+telegraf:1.23.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 248e85b..573e4b3 100644
--- a/telegraf_alpine/Dockerfile
+++ b/telegraf_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.23.0
+ENV TELEGRAF_VERSION 1.23.1
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 3543f2a..6a52f66 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.23.0
+ENV TELEGRAF_VERSION 1.23.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@tianon tianon merged commit cc0b3e6 into docker-library:master Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants