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.23.0 #12632

Merged
merged 2 commits into from
Jun 13, 2022
Merged

Telegraf v1.23.0 #12632

merged 2 commits into from
Jun 13, 2022

Conversation

sspaink
Copy link
Contributor

@sspaink sspaink commented Jun 13, 2022

No description provided.

@github-actions
Copy link

Diff for fcf41ea:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 20943a6..d244c00 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,6 @@
 Maintainers: David Reimschussel <dreimschussel@influxdata.com> (@reimda), Josh Powers <jpowers@influxdata.com> (@powersj), Mya Longmire <mlongmire@influxdata.com> (@MyaLongmire), Sebastian Spaink <sspaink@influxdata.com> (@sspaink)
 GitRepo: https://github.com/influxdata/influxdata-docker.git
-GitCommit: 2f72e6bfaf6d4d3ae7ded838214daf119d82f953
-
-Tags: 1.20, 1.20.4
-Architectures: amd64, arm32v7, arm64v8
-Directory: telegraf/1.20
-
-Tags: 1.20-alpine, 1.20.4-alpine
-Directory: telegraf/1.20/alpine
+GitCommit: 1557c75fde8c95ac60d5b692098b669f5fc78df2
 
 Tags: 1.21, 1.21.4
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +9,16 @@ Directory: telegraf/1.21
 Tags: 1.21-alpine, 1.21.4-alpine
 Directory: telegraf/1.21/alpine
 
-Tags: 1.22, 1.22.4, latest
+Tags: 1.22, 1.22.4
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.22
 
-Tags: 1.22-alpine, 1.22.4-alpine, alpine
+Tags: 1.22-alpine, 1.22.4-alpine
 Directory: telegraf/1.22/alpine
+
+Tags: 1.23, 1.23.0, latest
+Architectures: amd64, arm32v7, arm64v8
+Directory: telegraf/1.23
+
+Tags: 1.23-alpine, 1.23.0-alpine, alpine
+Directory: telegraf/1.23/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 15de58c..10960b0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,3 @@
-telegraf:1.20
-telegraf:1.20-alpine
-telegraf:1.20.4
-telegraf:1.20.4-alpine
 telegraf:1.21
 telegraf:1.21-alpine
 telegraf:1.21.4
@@ -10,5 +6,9 @@ telegraf:1.22
 telegraf:1.22-alpine
 telegraf:1.22.4
 telegraf:1.22.4-alpine
+telegraf:1.23
+telegraf:1.23-alpine
+telegraf:1.23.0
+telegraf:1.23.0-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_1.20.4-alpine/Dockerfile b/telegraf_1.20.4-alpine/Dockerfile
deleted file mode 100644
index a26bb4e..0000000
diff --git a/telegraf_1.20.4/Dockerfile b/telegraf_1.20.4/Dockerfile
deleted file mode 100644
index 9805ec3..0000000
diff --git a/telegraf_alpine/Dockerfile b/telegraf_1.22.4-alpine/Dockerfile
similarity index 100%
copy from telegraf_alpine/Dockerfile
copy to telegraf_1.22.4-alpine/Dockerfile
diff --git a/telegraf_1.20.4-alpine/entrypoint.sh b/telegraf_1.22.4-alpine/entrypoint.sh
similarity index 100%
rename from telegraf_1.20.4-alpine/entrypoint.sh
rename to telegraf_1.22.4-alpine/entrypoint.sh
diff --git a/telegraf_latest/Dockerfile b/telegraf_1.22.4/Dockerfile
similarity index 100%
copy from telegraf_latest/Dockerfile
copy to telegraf_1.22.4/Dockerfile
diff --git a/telegraf_1.20.4/entrypoint.sh b/telegraf_1.22.4/entrypoint.sh
similarity index 100%
rename from telegraf_1.20.4/entrypoint.sh
rename to telegraf_1.22.4/entrypoint.sh
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 7d00b32..248e85b 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.22.4
+ENV TELEGRAF_VERSION 1.23.0
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index a9fff04..3543f2a 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.22.4
+ENV TELEGRAF_VERSION 1.23.0
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 518a780 into docker-library:master Jun 13, 2022
BaurzhanSakhariev pushed a commit to crate/official-images that referenced this pull request Jul 18, 2022
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