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

consul: 1.11.1, 1.10.6, 1.9.13 and 1.8.19 #11527

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

eculver
Copy link
Contributor

@eculver eculver commented Dec 16, 2021

This reflects releases today for hashcorp/consul. One notable aspect of this change is that despite 1.8 being EOL (as noted in the previous release's PR #11516), we are adding it back here to address CVE-2021-44716.

@github-actions
Copy link

Diff for 5474aee:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fb18be4..c2d281b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,25 @@
 Maintainers: Consul Team <consul@hashicorp.com> (@hashicorp/consul)
 
-Tags: 1.9.12, 1.9
+Tags: 1.8.19, 1.8
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 133695b04d9565eddcc0245554bea5688171d342
+GitCommit: a73d6ad2748282dee5ad645827f6d1543e357f71
 Directory: 0.X
 
-Tags: 1.10.5, 1.10
+Tags: 1.9.13, 1.9
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: dd54964e243aa1d58ae59e61b59232a63e338f04
+GitCommit: c2a400ca113a1a7c92694a006d03a2845432bdf6
 Directory: 0.X
 
-Tags: 1.11.0, 1.11, latest
+Tags: 1.10.6, 1.10
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: b53fc6323b67fa3bf3ea63be31dfe6053162f610
+GitCommit: c5493e998192edd327c3fa17cd9fc2bcac67c3f6
+Directory: 0.X
+
+Tags: 1.11.1, 1.11, latest
+Architectures: amd64, arm32v6, arm64v8, i386
+GitRepo: https://github.com/hashicorp/docker-consul.git
+GitCommit: 85f1536e9106178e638121e2fe574476551ea614
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 7cf2904..82e2b6b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,9 @@
+consul:1.8
+consul:1.8.19
 consul:1.9
-consul:1.9.12
+consul:1.9.13
 consul:1.10
-consul:1.10.5
+consul:1.10.6
 consul:1.11
-consul:1.11.0
+consul:1.11.1
 consul:latest
diff --git a/consul_1.10/Dockerfile b/consul_1.10/Dockerfile
index 1a34fae..153efb4 100644
--- a/consul_1.10/Dockerfile
+++ b/consul_1.10/Dockerfile
@@ -8,7 +8,7 @@
 FROM alpine:3.13
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.10.5
+ARG CONSUL_VERSION=1.10.6
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \
diff --git a/consul_latest/Dockerfile b/consul_1.8/Dockerfile
similarity index 99%
copy from consul_latest/Dockerfile
copy to consul_1.8/Dockerfile
index edf1ba4..f07cee8 100644
--- a/consul_latest/Dockerfile
+++ b/consul_1.8/Dockerfile
@@ -8,7 +8,7 @@
 FROM alpine:3.13
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.11.0
+ARG CONSUL_VERSION=1.8.19
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \
diff --git a/consul_1.10/docker-entrypoint.sh b/consul_1.8/docker-entrypoint.sh
similarity index 100%
copy from consul_1.10/docker-entrypoint.sh
copy to consul_1.8/docker-entrypoint.sh
diff --git a/consul_1.9/Dockerfile b/consul_1.9/Dockerfile
index d9e72c9..0f39c36 100644
--- a/consul_1.9/Dockerfile
+++ b/consul_1.9/Dockerfile
@@ -8,7 +8,7 @@
 FROM alpine:3.13
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.9.12
+ARG CONSUL_VERSION=1.9.13
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \
diff --git a/consul_latest/Dockerfile b/consul_latest/Dockerfile
index edf1ba4..72e208d 100644
--- a/consul_latest/Dockerfile
+++ b/consul_latest/Dockerfile
@@ -8,7 +8,7 @@
 FROM alpine:3.13
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.11.0
+ARG CONSUL_VERSION=1.11.1
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \

Relevant Maintainers:

  • consul: @hashicorp/consul

@tianon tianon merged commit 53e420b into docker-library:master Dec 16, 2021
@eculver eculver deleted the consul-latest branch January 14, 2022 02:49
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