github hashicorp/consul-helm v0.15.0

latest releases: v0.32.1, v0.32.0, v0.32.0-beta3...
4 years ago

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]

Don't miss a new consul-helm release

NewReleases is sending notifications on new releases.