Skip to content

Telegraf v1.35.0 #19288

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

Merged
merged 1 commit into from
Jun 17, 2025
Merged

Telegraf v1.35.0 #19288

merged 1 commit into from
Jun 17, 2025

Conversation

srebhan
Copy link
Contributor

@srebhan srebhan commented Jun 17, 2025

Thank you!

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

Diff for 7c08a75:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f5d2663..677b116 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,14 +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: 0b65fafca00f144c68229b06d52af77b47b97e02
-
-Tags: 1.32, 1.32.3
-Architectures: amd64, arm32v7, arm64v8
-Directory: telegraf/1.32
-
-Tags: 1.32-alpine, 1.32.3-alpine
-Architectures: amd64, arm64v8
-Directory: telegraf/1.32/alpine
+GitCommit: c5e3dc7bcc6279366885b846c5b732ba02316aa9
 
 Tags: 1.33, 1.33.3
 Architectures: amd64, arm32v7, arm64v8
@@ -18,10 +10,18 @@ Tags: 1.33-alpine, 1.33.3-alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.33/alpine
 
-Tags: 1.34, 1.34.4, latest
+Tags: 1.34, 1.34.4
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.34
 
-Tags: 1.34-alpine, 1.34.4-alpine, alpine
+Tags: 1.34-alpine, 1.34.4-alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.34/alpine
+
+Tags: 1.35, 1.35.0, latest
+Architectures: amd64, arm32v7, arm64v8
+Directory: telegraf/1.35
+
+Tags: 1.35-alpine, 1.35.0-alpine, alpine
+Architectures: amd64, arm64v8
+Directory: telegraf/1.35/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index c78a301..e4bb42c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,3 @@
-telegraf:1.32
-telegraf:1.32-alpine
-telegraf:1.32.3
-telegraf:1.32.3-alpine
 telegraf:1.33
 telegraf:1.33-alpine
 telegraf:1.33.3
@@ -10,5 +6,9 @@ telegraf:1.34
 telegraf:1.34-alpine
 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:alpine
 telegraf:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 35fa155..66f9234 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-telegraf:1.32.3
-telegraf:1.32.3-alpine
 telegraf:1.33.3
 telegraf:1.33.3-alpine
+telegraf:1.34.4
+telegraf:1.34.4-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_1.32.3-alpine/Dockerfile b/telegraf_1.32.3-alpine/Dockerfile
deleted file mode 100644
index 1204d12..0000000
diff --git a/telegraf_1.32.3/Dockerfile b/telegraf_1.32.3/Dockerfile
deleted file mode 100644
index 37106f0..0000000
diff --git a/telegraf_alpine/Dockerfile b/telegraf_1.34.4-alpine/Dockerfile
similarity index 100%
copy from telegraf_alpine/Dockerfile
copy to telegraf_1.34.4-alpine/Dockerfile
diff --git a/telegraf_1.32.3-alpine/entrypoint.sh b/telegraf_1.34.4-alpine/entrypoint.sh
similarity index 100%
rename from telegraf_1.32.3-alpine/entrypoint.sh
rename to telegraf_1.34.4-alpine/entrypoint.sh
diff --git a/telegraf_latest/Dockerfile b/telegraf_1.34.4/Dockerfile
similarity index 100%
copy from telegraf_latest/Dockerfile
copy to telegraf_1.34.4/Dockerfile
diff --git a/telegraf_1.32.3/entrypoint.sh b/telegraf_1.34.4/entrypoint.sh
similarity index 100%
rename from telegraf_1.32.3/entrypoint.sh
rename to telegraf_1.34.4/entrypoint.sh
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index bb8297d..b5c10df 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.34.4
+ENV TELEGRAF_VERSION 1.35.0
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index b472309..65abef7 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.34.4
+ENV TELEGRAF_VERSION 1.35.0
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@tianon tianon merged commit 1169b13 into docker-library:master Jun 17, 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