Skip to content

Conversation

srebhan
Copy link
Contributor

@srebhan srebhan commented Jun 23, 2025

Thank you!

@srebhan srebhan requested a review from a team as a code owner June 23, 2025 21:43
Copy link

Diff for 9380b6b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 677b116..6c59ce4 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Sven Rebhan <srebhan@influxdata.com> (@srebhan), Maya Strandboge <mstrandboge@influxdata.com> (@mstrandboge), Sunil Kartikey <skartikey@influxdata.com> (@skartikey)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: c5e3dc7bcc6279366885b846c5b732ba02316aa9
+GitCommit: fb435939ac23cd89da617974cf2da0e8a49bc706
 
 Tags: 1.33, 1.33.3
 Architectures: amd64, arm32v7, arm64v8
@@ -18,10 +18,10 @@ Tags: 1.34-alpine, 1.34.4-alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.34/alpine
 
-Tags: 1.35, 1.35.0, latest
+Tags: 1.35, 1.35.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.35
 
-Tags: 1.35-alpine, 1.35.0-alpine, alpine
+Tags: 1.35-alpine, 1.35.1-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.35/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index e4bb42c..0619601 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.34.4
 telegraf:1.34.4-alpine
 telegraf:1.35
 telegraf:1.35-alpine
-telegraf:1.35.0
-telegraf:1.35.0-alpine
+telegraf:1.35.1
+telegraf:1.35.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index b5c10df..a7822f1 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.35.0
+ENV TELEGRAF_VERSION 1.35.1
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 65abef7..d827502 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.35.0
+ENV TELEGRAF_VERSION 1.35.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@tianon tianon merged commit 34cc1a5 into docker-library:master Jun 23, 2025
11 checks passed
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