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

v0.13.0

Compare
Choose a tag to compare
@ishustava ishustava released this 06 Dec 02:35
· 523 commits to master since this release
be89ea9

BREAKING CHANGES:

  • client.grpc defaults to true now instead of false. 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 to true. [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 set syncCatalog.addK8SNamespaceSuffix
    to false.

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:

  • Add connectInject.overrideAuthMethodName to allow setting the -acl-auth-method flag [GH-278]
  • Do not run server-acl-init during server rollout [GH-292]