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.21.4 #11877

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Feb 16, 2022

No description provided.

@github-actions
Copy link

Diff for e579c09:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a20ffb2..0e04fae 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: David Reimschussel <dreimschussel@influxdata.com> (@reimda), Josh Powers <jpowers@influxdata.com> (@powersj), Mya Longmire <mlongmire@influxdata.com> (@MyaLongmire)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 7c742a3b751743793b9972f8b367c47e0bb4a047
+GitCommit: 8413be575c0b3305146b37a0bd517172cb508463
 
 Tags: 1.19, 1.19.3
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: telegraf/1.20
 Tags: 1.20-alpine, 1.20.4-alpine
 Directory: telegraf/1.20/alpine
 
-Tags: 1.21, 1.21.3, latest
+Tags: 1.21, 1.21.4, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.21
 
-Tags: 1.21-alpine, 1.21.3-alpine, alpine
+Tags: 1.21-alpine, 1.21.4-alpine, alpine
 Directory: telegraf/1.21/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a429c48..316b4ae 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.20.4
 telegraf:1.20.4-alpine
 telegraf:1.21
 telegraf:1.21-alpine
-telegraf:1.21.3
-telegraf:1.21.3-alpine
+telegraf:1.21.4
+telegraf:1.21.4-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 2822f36..9bd2464 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.21.3
+ENV TELEGRAF_VERSION 1.21.4
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 328e5b7..272f243 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.21.3
+ENV TELEGRAF_VERSION 1.21.4
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 4c9aff8 into docker-library:master Feb 17, 2022
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