Skip to content

Conversation

@srebhan
Copy link
Contributor

@srebhan srebhan commented Oct 28, 2024

Thank you!

@srebhan srebhan requested a review from a team as a code owner October 28, 2024 22:12
@github-actions
Copy link

Diff for 7049cd5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4178e8a..99c8b13 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Sven Rebhan <[email protected]> (@srebhan), Dane Strandboge <[email protected]> (@DStrand1)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 0c74143ac909104d699abb1e813150de60f9d52f
+GitCommit: 73cce01b40443172e8642a0bd9a694f0648477e9
 
 Tags: 1.30, 1.30.3
 Architectures: amd64, arm32v7, arm64v8
@@ -18,10 +18,10 @@ Tags: 1.31-alpine, 1.31.3-alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.31/alpine
 
-Tags: 1.32, 1.32.1, latest
+Tags: 1.32, 1.32.2, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.32
 
-Tags: 1.32-alpine, 1.32.1-alpine, alpine
+Tags: 1.32-alpine, 1.32.2-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.32/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a73ccd3..84d21e8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.31.3
 telegraf:1.31.3-alpine
 telegraf:1.32
 telegraf:1.32-alpine
-telegraf:1.32.1
-telegraf:1.32.1-alpine
+telegraf:1.32.2
+telegraf:1.32.2-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index c6da400..96b1de5 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.32.1
+ENV TELEGRAF_VERSION 1.32.2
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index b6828f1..3f777e3 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.32.1
+ENV TELEGRAF_VERSION 1.32.2
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit a5f1cbc into docker-library:master Oct 28, 2024
11 checks passed
@srebhan srebhan deleted the telegraf-v1.32.2 branch May 28, 2025 19:29
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