Skip to content

Kapacitor v1.7.7 #19122

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

Merged
merged 1 commit into from
May 28, 2025
Merged

Kapacitor v1.7.7 #19122

merged 1 commit into from
May 28, 2025

Conversation

srebhan
Copy link
Contributor

@srebhan srebhan commented May 28, 2025

Thanks you very much!

@srebhan srebhan requested a review from a team as a code owner May 28, 2025 19:31
Copy link

Diff for b02e0c1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 56669a6..b5fe77b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife), Sven Rebhan <srebhan@influxdata.com> (@srebhan), Maya Strandboge <mstrandboge@influxdata.com> (@mstrandboge)
 GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: f4065650506de70c65b6b63234eb5e03e4c33fb6
+GitCommit: 8b23d6db77384c3fbecc52e880b83c4600fdffc8
 
 Tags: 1.6, 1.6.6
 Architectures: amd64, arm64v8
@@ -9,9 +9,9 @@ Directory: kapacitor/1.6
 Tags: 1.6-alpine, 1.6.6-alpine
 Directory: kapacitor/1.6/alpine
 
-Tags: 1.7, 1.7.6, latest
+Tags: 1.7, 1.7.7, latest
 Architectures: amd64, arm64v8
 Directory: kapacitor/1.7
 
-Tags: 1.7-alpine, 1.7.6-alpine, alpine
+Tags: 1.7-alpine, 1.7.7-alpine, alpine
 Directory: kapacitor/1.7/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 8ff949a..e84c147 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,7 +4,7 @@ kapacitor:1.6.6
 kapacitor:1.6.6-alpine
 kapacitor:1.7
 kapacitor:1.7-alpine
-kapacitor:1.7.6
-kapacitor:1.7.6-alpine
+kapacitor:1.7.7
+kapacitor:1.7.7-alpine
 kapacitor:alpine
 kapacitor:latest
diff --git a/kapacitor_alpine/Dockerfile b/kapacitor_alpine/Dockerfile
index 56985d3..78ff005 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 su-exec && \
     update-ca-certificates
 
-ENV KAPACITOR_VERSION 1.7.6
+ENV KAPACITOR_VERSION 1.7.7
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/kapacitor_latest/Dockerfile b/kapacitor_latest/Dockerfile
index db6d3c2..c666219 100644
--- a/kapacitor_latest/Dockerfile
+++ b/kapacitor_latest/Dockerfile
@@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
     awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && \
     mv /etc/bash.bashrc.new /etc/bash.bashrc
 
-ENV KAPACITOR_VERSION 1.7.6
+ENV KAPACITOR_VERSION 1.7.7
 
 RUN set -eux && \
     ARCH= && dpkgArch="$(dpkg --print-architecture)" && \

Relevant Maintainers:

@tianon tianon merged commit 139ab17 into docker-library:master May 28, 2025
9 checks passed
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