Skip to content

Conversation

powersj
Copy link
Contributor

@powersj powersj commented May 22, 2023

Final bug fix release of this version. Thank you!

@github-actions
Copy link

Diff for 371f6f6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4b2ae34..b952eb9 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: f5d1e75d532c305db56d3d3390b8ef2e9da7df49
+GitCommit: 5e6c5d77ad981314b6eae48641818c0cca11e6b2
 
 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.2, latest
+Tags: 1.26, 1.26.3, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.26
 
-Tags: 1.26-alpine, 1.26.2-alpine, alpine
+Tags: 1.26-alpine, 1.26.3-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: telegraf/1.26/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 9e3e7b4..97406d2 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.2
-telegraf:1.26.2-alpine
+telegraf:1.26.3
+telegraf:1.26.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 86c9ba0..382e121 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.2
+ENV TELEGRAF_VERSION 1.26.3
 
 RUN ARCH= && \
     case "$(apk --print-arch)" in \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 1384af6..47243ac 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.2
+ENV TELEGRAF_VERSION 1.26.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 620aa49 into docker-library:master May 22, 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