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

Update to Telegraf 1.14.2 #7901

Merged
merged 1 commit into from
Apr 29, 2020
Merged

Conversation

danielnelson
Copy link
Contributor

Bump latest version to 1.14.2

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index 6e6f72a..605ac89 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.13.4
 telegraf:1.13.4-alpine
 telegraf:1.14
 telegraf:1.14-alpine
-telegraf:1.14.1
-telegraf:1.14.1-alpine
+telegraf:1.14.2
+telegraf:1.14.2-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 3baae40..24355fb 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.14.1
+ENV TELEGRAF_VERSION 1.14.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 a5fb3c5..53a73d8 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.14.1
+ENV TELEGRAF_VERSION 1.14.2
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #7901; d45e133; amd64 (telegraf):

$ bashbrew build telegraf:1.12
Building bashbrew/cache:4804895e721daf6e2414051010fc0a3f2b8874deb01ce0bbaf5f7d4fbc993815 (telegraf:1.12)
Tagging telegraf:1.12
Tagging telegraf:1.12.6

$ test/run.sh telegraf:1.12
testing telegraf:1.12
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.12-alpine
Building bashbrew/cache:dbf9a05bf0894635e37c4edc33a90d9942d8efa2be5708768516073c19cd8330 (telegraf:1.12-alpine)
Tagging telegraf:1.12-alpine
Tagging telegraf:1.12.6-alpine

$ test/run.sh telegraf:1.12-alpine
testing telegraf:1.12-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.13
Building bashbrew/cache:e5aa6bd01fd16e6ed00372ad6bb05e5e94a2bd6c59e07e68f94d0186dd6f948f (telegraf:1.13)
Tagging telegraf:1.13
Tagging telegraf:1.13.4

$ test/run.sh telegraf:1.13
testing telegraf:1.13
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.13-alpine
Building bashbrew/cache:f8fa66666deb74270fcd03408ea267c2fe59be746831a4cfd5579e85700213b5 (telegraf:1.13-alpine)
Tagging telegraf:1.13-alpine
Tagging telegraf:1.13.4-alpine

$ test/run.sh telegraf:1.13-alpine
testing telegraf:1.13-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.14
Building bashbrew/cache:9afb6b9bc3cb4388fa13e05666b5346252432c1174a41db96382109a81be3679 (telegraf:1.14)
Tagging telegraf:1.14
Tagging telegraf:1.14.2
Tagging telegraf:latest

$ test/run.sh telegraf:1.14
testing telegraf:1.14
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.14-alpine
Building bashbrew/cache:f91b90336a95cde96e892424d4bb24c8259c8dce05d407c2f900d66a4f7bbb5a (telegraf:1.14-alpine)
Tagging telegraf:1.14-alpine
Tagging telegraf:1.14.2-alpine
Tagging telegraf:alpine

$ test/run.sh telegraf:1.14-alpine
testing telegraf:1.14-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit a3510f4 into docker-library:master Apr 29, 2020
@danielnelson danielnelson deleted the telegraf-1.14.2 branch April 29, 2020 07:19
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.

3 participants