Skip to content

v0.18.1

Compare
Choose a tag to compare
@hashicorp-ci hashicorp-ci released this 10 Aug 22:37
· 2834 commits to main since this release

0.18.1 (August 10, 2020)

BUG FIXES:

  • Connect: Reduce downtime caused by an alias health check of the sidecar proxy not being healthy for up to 1 minute
    when a Connect-enabled service is restarted. Note that this fix reverts the behavior of Consul Connect to the behavior
    it had before consul-k8s v0.16.0 and Consul v1.8.x, where Consul can route to potentially unhealthy instances of a service
    because we don't respect Kubernetes readiness/liveness checks yet. Please follow GH-155
    for updates on that feature. [GH-305]