This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
Releases: hashicorp/consul-helm
Releases · hashicorp/consul-helm
v0.12.0
IMPROVEMENTS:
- Use the latest version of consul-k8s (0.9.4)
- Support
bootstrapACLs
when only servers are enabled (not clients) [GH-250] - Use less privileges for catalog sync when not syncing to k8s [GH-248]
- Enable disabling tests for users using
helm template
[GH-249]
BUG FIXES:
- Fix
missing required field "caBundle"
bug [GH-213]
v0.11.0
IMPROVEMENTS:
- Use the latest version of Consul (1.6.1)
BUG FIXES:
- Use the latest version of
consul-k8s
(0.9.3) which fixes issues with upgrading between Helm chart
versions whenbootstrapACLs
is enabled [GH-246]. - Add
server-acl-init-cleanup
job to clean up theserver-acl-init
job
when it completes successfully [GH-246]. - Add the ability to specify Consul client daemonset affinity [GH-165]
v0.10.0
v0.9.0
IMPROVEMENTS:
- Support running the consul snapshot agent
- Support mesh gateways
- Allow setting annotations for the DNS service
- Allow setting
-consul-write-interval
,-log-level
and-k8s-source-namespace
flags for consul-k8s sync - Allow setting DNS service IP
- Fix issues where acl-init job would fail repeatedly and ACLs would not be
bootstrapped
BUG FIXES:
- Fix enterprise license application when ACLs are turned off
rules
key must always be set (fixes #178)