Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

v0.29.0

Compare
Choose a tag to compare
@ndhanushkodi ndhanushkodi released this 22 Jan 20:40
· 159 commits to master since this release
02b30f3

IMPROVEMENTS:

  • Use consul-k8s subcommand to perform tls-init job. This allows for server certificates to get rotated on subsequent runs.
    Consul servers have to be restarted in order for them to update their server certificates. [GH-749]
  • Add support for Ingress resource for Consul UI. [GH-774]
  • Updated the default Consul image to hashicorp/consul:1.9.2.
  • Updated the default consul-k8s image to hashicorp/consul-k8s:0.23.0.

BUG FIXES:

  • Consul servers no longer call consul leave command when restarted or deleted.
    This is because consul leave reduces the quorum size, but we want to maintain the quorum size.
    For example, for a server with 3 replicas the quorum size should always be 2.
    [GH-764]