Skip to content

Commit f2088c7

Browse files
committed
Telegraf v1.20.0
1 parent 2c33017 commit f2088c7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

telegraf/1.17/Dockerfile renamed to telegraf/1.20/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 hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1414
done
1515

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

telegraf/1.17/alpine/Dockerfile renamed to telegraf/1.20/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.17.3
7+
ENV TELEGRAF_VERSION 1.20.0
88

99
RUN set -ex && \
1010
mkdir ~/.gnupg; \
File renamed without changes.

telegraf/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"Steven Soroka <[email protected]> (@ssoroka)"
66
],
77
"versions": [
8-
"1.17",
98
"1.18",
10-
"1.19"
9+
"1.19",
10+
"1.20"
1111
],
1212
"architectures": [
1313
"amd64",

0 commit comments

Comments
 (0)