This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
v0.13.0
BREAKING CHANGES:
-
client.grpc
defaults totrue
now instead offalse
. This is to make it
harder to misconfigure Connect. [GH-282]If you do not wish to enable gRPC for clients, set
client.grpc
to
false
in your local values file. -
Add
syncCatalog.addK8SNamespaceSuffix
and default it totrue
. [GH-280
Note: upgrading an existing installation will result in deregistering
of existing synced services in Consul and registering them with a new name.
If you would like to avoid this behavior setsyncCatalog.addK8SNamespaceSuffix
tofalse
.
IMPROVEMENTS:
- Use the latest version of consul (1.6.2)
- Use the latest version of consul-k8s (0.9.5)
- Add
connectInject.overrideAuthMethodName
to allow setting the-acl-auth-method flag
[GH-278] - Support external to k8s Consul servers [GH-289]
BUG FIXES: