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

v0.15.0

Compare
Choose a tag to compare
@lkysow lkysow released this 17 Dec 23:43
· 501 commits to master since this release
c9d1bc5

BREAKING CHANGES:

  • connectInject.centralConfig defaults to true now instead of false. This is to make it
    easier to configure Connect via service-defaults and other routing
    config [GH-302].
    See https://www.consul.io/docs/agent/options.html#enable_central_service_config.

    If you wish to disable central config, set connectInject.centralConfig to
    false in your local values file. NOTE: If connectInject.enabled is false,
    then central config is not enabled so this change will not affect you.

  • Connect Inject: If using Connect Inject, you must also upgrade your consul-k8s version
    to a version >= 0.10.1. A new flag is being passed in to consul-k8s which is not
    supported in earlier versions.

BUG FIXES:

  • Fix bug with fullnameOverride and add new global.name setting for changing
    the default prefix for resources. [GH-286]

  • Connect Inject: Fix critical bug where Connect-registered services instances would be de-registered
    when the Consul client on the same node was restarted. This fix adds a new
    sidecar that ensures the service instance is always registered. [GH-314]