The Consul team is pleased to announce the release of Consul 1.16.0 GA and Consul k8s 1.2.0 GA!
Please see our detailed release notes and download the binaries from the links below.
Consul 1.16.0:
OSS Binary: Consul v1.16.0 Binaries | HashiCorp Releases
Enterprise Binary: Consul v1.16.0+ent Binaries | HashiCorp Releases
FIPS 140-2 compliant build of Consul Enterprise: Consul v1.16.0+ent.fips1402 Binaries | HashiCorp Releases
Changelog: Release v1.16.0 · hashicorp/consul · GitHub
Release Notes: 1.16.x | Consul | HashiCorp Developer
consul-k8s 1.2.0
Binaries: https://releases.hashicorp.com/consul-k8s/1.2.0/
Changelog: Release v1.2.0 · hashicorp/consul-k8s · GitHub
A noteworthy change is that all the new releases will be pushed to “hashicorp/consul” not to “consul” anymore.
As an example you will no longer be able to use
$ docker pull consul:latest
and should instead use$ docker pull hashicorp/consul:latest
If you are using the mirror, you will need to switch from
docker.mirror.hashicorp.services/consul:latest
to docker.mirror.hashicorp.services/hashicorp/consul:latest