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.25.3 #14157

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Feb 27, 2023

last bug fix release for v1.25. Thank you!

@github-actions
Copy link

Diff for 1419915:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c99a9c8..86feb97 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Josh Powers <jpowers@influxdata.com> (@powersj), Sven Rebhan <srebhan@influxdata.com> (@srebhan)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 175bdcea998a6c3d1861d2974c643c76e851cee9
+GitCommit: a087364dc2b7e72b0805c1a49df24ec742455d30
 
 Tags: 1.23, 1.23.4
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: telegraf/1.24
 Tags: 1.24-alpine, 1.24.4-alpine
 Directory: telegraf/1.24/alpine
 
-Tags: 1.25, 1.25.2, latest
+Tags: 1.25, 1.25.3, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.25
 
-Tags: 1.25-alpine, 1.25.2-alpine, alpine
+Tags: 1.25-alpine, 1.25.3-alpine, alpine
 Directory: telegraf/1.25/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a8f3347..7e6e73f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.24.4
 telegraf:1.24.4-alpine
 telegraf:1.25
 telegraf:1.25-alpine
-telegraf:1.25.2
-telegraf:1.25.2-alpine
+telegraf:1.25.3
+telegraf:1.25.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index aa2cc1f..db73e85 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.25.2
+ENV TELEGRAF_VERSION 1.25.3
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index d92631a..c0868dd 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.25.2
+ENV TELEGRAF_VERSION 1.25.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 8a8d340 into docker-library:master Feb 28, 2023
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