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 v1.26.1 #14399

Merged
merged 1 commit into from
Apr 3, 2023
Merged

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Apr 3, 2023

First point release, thanks!

@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Diff for d5f3055:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 686dff7..630bb9f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Josh Powers <jpowers@influxdata.com> (@powersj), Sven Rebhan <srebhan@influxdata.com> (@srebhan)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: f772a3a16f222b2445697b846d55c45980a2e033
+GitCommit: da69b96224801c2822214a1da8132c0deed218cc
 
 Tags: 1.24, 1.24.4
 Architectures: amd64, arm32v7, arm64v8
@@ -16,10 +16,10 @@ Directory: telegraf/1.25
 Tags: 1.25-alpine, 1.25.3-alpine
 Directory: telegraf/1.25/alpine
 
-Tags: 1.26, 1.26.0, latest
+Tags: 1.26, 1.26.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.26
 
-Tags: 1.26-alpine, 1.26.0-alpine, alpine
+Tags: 1.26-alpine, 1.26.1-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.26/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a661fbc..7395abc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.25.3
 telegraf:1.25.3-alpine
 telegraf:1.26
 telegraf:1.26-alpine
-telegraf:1.26.0
-telegraf:1.26.0-alpine
+telegraf:1.26.1
+telegraf:1.26.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 144581e..6678cd2 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 su-exec libcap && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.26.0
+ENV TELEGRAF_VERSION 1.26.1
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index a0dd67c..9d8bd87 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.26.0
+ENV TELEGRAF_VERSION 1.26.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit aa1f9e3 into docker-library:master Apr 3, 2023
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