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

kapacitor 1.6.3 and remove Cody from maintainers #11738

Merged

Conversation

docmerlin
Copy link
Contributor

This is to release kapacitor 1.6.3 and remove Cody from the maintainers list.

@github-actions
Copy link

Diff for 05fedd8:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 936d697..7c942de 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
-Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg), Cody Shepherd <cody@influxdata.com> (@codyshepherd), j. Emrys Landivar <landivar@gmail.com> (@docmerlin)
+Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg), j. Emrys Landivar <landivar@gmail.com> (@docmerlin)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 9badda3a1d58922f45dd57fc676d4be76dd9cb2f
+GitCommit: 4a3d6bea3b5bff4fb782eda1b5a6db3e6306e75c
 
 Tags: 1.5, 1.5.9
 Architectures: amd64, arm32v7, arm64v8
@@ -9,9 +9,9 @@ Directory: kapacitor/1.5
 Tags: 1.5-alpine, 1.5.9-alpine
 Directory: kapacitor/1.5/alpine
 
-Tags: 1.6, 1.6.2, latest
+Tags: 1.6, 1.6.3, latest
 Architectures: amd64, arm64v8
 Directory: kapacitor/1.6
 
-Tags: 1.6-alpine, 1.6.2-alpine, alpine
+Tags: 1.6-alpine, 1.6.3-alpine, alpine
 Directory: kapacitor/1.6/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index fa9f338..f1f2e2a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,7 +4,7 @@ kapacitor:1.5.9
 kapacitor:1.5.9-alpine
 kapacitor:1.6
 kapacitor:1.6-alpine
-kapacitor:1.6.2
-kapacitor:1.6.2-alpine
+kapacitor:1.6.3
+kapacitor:1.6.3-alpine
 kapacitor:alpine
 kapacitor:latest
diff --git a/kapacitor_alpine/Dockerfile b/kapacitor_alpine/Dockerfile
index 655b05c..ec89a83 100644
--- a/kapacitor_alpine/Dockerfile
+++ b/kapacitor_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache ca-certificates && \
     update-ca-certificates
 
-ENV KAPACITOR_VERSION 1.6.2
+ENV KAPACITOR_VERSION 1.6.3
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/kapacitor_latest/Dockerfile b/kapacitor_latest/Dockerfile
index 44ec4f3..491bf63 100644
--- a/kapacitor_latest/Dockerfile
+++ b/kapacitor_latest/Dockerfile
@@ -14,7 +14,7 @@ RUN set -ex && \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV KAPACITOR_VERSION 1.6.2
+ENV KAPACITOR_VERSION 1.6.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 2c22fdf into docker-library:master Jan 25, 2022
@docmerlin docmerlin deleted the kapacitor/releases/v1.6.3 branch January 26, 2022 17:12
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