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 1.15.2 #8492

Merged
merged 2 commits into from
Aug 3, 2020
Merged

Telegraf 1.15.2 #8492

merged 2 commits into from
Aug 3, 2020

Conversation

reimda
Copy link
Contributor

@reimda reimda commented Aug 3, 2020

Updating telegraf version

@github-actions
Copy link

github-actions bot commented Aug 3, 2020

Diff for b5c79c6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 06748bd..5d88f8a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg), Daniel Nelson <daniel.nelson@influxdata.com> (@danielnelson), David Reimschussel <dreimschussel@influxdata.com> (@reimda), Steven Soroka <ssoroka@influxdata.com> (@ssoroka)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: a61952ec7aabd497848df4f82dd0161be76ccdea
+GitCommit: 65dd4e6939c6e2b6b8210487522c1223aa144b20
 
 Tags: 1.13, 1.13.4
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: telegraf/1.14
 Tags: 1.14-alpine, 1.14.5-alpine
 Directory: telegraf/1.14/alpine
 
-Tags: 1.15, 1.15.1, latest
+Tags: 1.15, 1.15.2, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.15
 
-Tags: 1.15-alpine, 1.15.1-alpine, alpine
+Tags: 1.15-alpine, 1.15.2-alpine, alpine
 Directory: telegraf/1.15/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 8b26cf8..c41e1b1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.14.5
 telegraf:1.14.5-alpine
 telegraf:1.15
 telegraf:1.15-alpine
-telegraf:1.15.1
-telegraf:1.15.1-alpine
+telegraf:1.15.2
+telegraf:1.15.2-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index a453185..776b45e 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 && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.15.1
+ENV TELEGRAF_VERSION 1.15.2
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 32ca721..6ad5191 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.15.1
+ENV TELEGRAF_VERSION 1.15.2
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit yosifkit merged commit 150a79d into docker-library:master Aug 3, 2020
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