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.31.2 #17226

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Telegraf v1.31.2 #17226

merged 1 commit into from
Jul 22, 2024

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Jul 22, 2024

Thank you!

@powersj powersj requested a review from a team as a code owner July 22, 2024 16:08
Copy link

Diff for 4e6189e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0572871..a689f96 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Josh Powers <[email protected]> (@powersj), Sven Rebhan <[email protected]> (@srebhan), Dane Strandboge <[email protected]> (@DStrand1)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 08c4afb5aa36afa3b5f5101678048b55b57290e5
+GitCommit: 8eccc88a2ed9f2b96423917716fc7c50fc2a20e9
 
 Tags: 1.29, 1.29.5
 Architectures: amd64, arm32v7, arm64v8
@@ -18,10 +18,10 @@ Tags: 1.30-alpine, 1.30.3-alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.30/alpine
 
-Tags: 1.31, 1.31.1, latest
+Tags: 1.31, 1.31.2, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.31
 
-Tags: 1.31-alpine, 1.31.1-alpine, alpine
+Tags: 1.31-alpine, 1.31.2-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.31/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 7cbbe9f..4a800e1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.30.3
 telegraf:1.30.3-alpine
 telegraf:1.31
 telegraf:1.31-alpine
-telegraf:1.31.1
-telegraf:1.31.1-alpine
+telegraf:1.31.2
+telegraf:1.31.2-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 9514a58..0ad543b 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.31.1
+ENV TELEGRAF_VERSION 1.31.2
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 52b041e..d1ced37 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.31.1
+ENV TELEGRAF_VERSION 1.31.2
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@tianon tianon merged commit 9fd015f into docker-library:master Jul 22, 2024
11 checks passed
@powersj powersj deleted the telegraf-v1.31.2 branch July 22, 2024 21:11
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.

3 participants