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

v0.21.0

Compare
Choose a tag to compare
@lkysow lkysow released this 14 May 14:33
· 387 commits to master since this release
b6648e7

FEATURES

  • Add experimental support for multi-datacenter federation via

    global:
      federation:
        enabled: true

    This requires Consul 1.8.0+ (which as of this release is only available as
    a beta. To use the beta, set global.image: consul:1.8.0-beta1)

  • Add new Helm value global.federation.createFederationSecret that will
    create a Kubernetes secret in primary datacenters that can be exported to secondary
    datacenters to help bootstrap secondary clusters for federation (GH-447).

IMPROVEMENTS

  • Default Consul Docker image is now consul:1.7.3.
  • Default consul-k8s Docker image is now hashicorp/consul-k8s:0.15.0.
  • ACLs: Restrict permissions for the server-acl-init job [GH-454].

BUG FIXES

  • Fix missing NODE_NAME environment variable when setting meshGateway.wanAddress.source=NodeName
    [GH-453].