Skip to content

Commit

Permalink
Telegraf 1.14.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored Mar 26, 2020
1 parent 663aa81 commit 29ba808
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion telegraf/1.11/Dockerfile → telegraf/1.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done

ENV TELEGRAF_VERSION 1.11.5
ENV TELEGRAF_VERSION 1.14.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.5
ENV TELEGRAF_VERSION 1.14.0

RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion telegraf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Jonathan A. Sternberg <[email protected]> (@jsternberg)",
"Daniel Nelson <[email protected]> (@danielnelson)"
],
"versions": ["1.11", "1.12", "1.13"],
"versions": ["1.12", "1.13", "1.14"],
"architectures": [
"amd64",
"arm32v7",
Expand Down

0 comments on commit 29ba808

Please sign in to comment.