Skip to content

Commit 29ba808

Browse files
authored
Telegraf 1.14.0 (#382)
1 parent 663aa81 commit 29ba808

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

telegraf/1.11/Dockerfile renamed to telegraf/1.14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex && \
1313
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1414
done
1515

16-
ENV TELEGRAF_VERSION 1.11.5
16+
ENV TELEGRAF_VERSION 1.14.0
1717
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818
case "${dpkgArch##*-}" in \
1919
amd64) ARCH='amd64';; \

telegraf/1.11/alpine/Dockerfile renamed to telegraf/1.14/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.11.5
7+
ENV TELEGRAF_VERSION 1.14.0
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \
File renamed without changes.

telegraf/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jonathan A. Sternberg <[email protected]> (@jsternberg)",
55
"Daniel Nelson <[email protected]> (@danielnelson)"
66
],
7-
"versions": ["1.11", "1.12", "1.13"],
7+
"versions": ["1.12", "1.13", "1.14"],
88
"architectures": [
99
"amd64",
1010
"arm32v7",

0 commit comments

Comments
 (0)