From e2fb73ca3fa00074ceec26f6b4b15dd860a094ad Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig <16315901+adilyse@users.noreply.github.com> Date: Thu, 18 Jun 2020 12:38:29 -0700 Subject: [PATCH] Update changelog with ingress and terminating gateway info --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adad8a19..c18d995c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ FEATURES: +* Supports deploying Consul [Ingress](https://www.consul.io/docs/connect/ingress_gateway) + and [Terminating](https://www.consul.io/docs/connect/terminating_gateway) Gateways. + Multiple different gateways of each type can be deployed with default values that can + be overridden for specific gateways if desired. Full documentation of the configuration + options can be found in the values file or in the Helm chart documentation + ([Ingress](https://www.consul.io/docs/k8s/helm#v-ingressgateways), + [Terminating](https://www.consul.io/docs/k8s/helm#v-terminatinggateways)). + Requires Consul 1.8.0+. + + Ingress gateways: ([GH-456](https://github.com/hashicorp/consul-helm/pull/456)) + Terminating gateways: ([GH-503](https://github.com/hashicorp/consul-helm/pull/503)) + * Resources are now set on all containers. This enables the chart to be deployed in clusters that have resource quotas set. This also ensures that Consul server and client pods won't be evicted by Kubernetes when nodes reach their