From dbdafb806c5051a6605ca645e6b76a5ecc6a4e8f Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Mon, 1 Aug 2022 15:35:23 -0700 Subject: [PATCH 1/2] add changelog for expose server work --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758365a555..c733182d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ IMPROVEMENTS: FEATURES: * [Experimental] Cluster Peering: * Add support for ACLs and TLS. [[GH-1343](https://github.com/hashicorp/consul-k8s/pull/1343)] [[GH-1366](https://github.com/hashicorp/consul-k8s/pull/1366)] + * Add support for Load Balancers or external addresses in front of Consul servers for peering stream. + * Support new expose-servers Kubernetes Service deployed by Helm chart to expose the Consul servers, and using the service address in the peering token. [[GH-1378](https://github.com/hashicorp/consul-k8s/pull/1378)] + * Support non-default partitions by using `externalServers.hosts` as the server addresses in the peering token. [[GH-1384](https://github.com/hashicorp/consul-k8s/pull/1384)] + * Support arbitrary addresses as the server addresses in the peering token via `global.peering.tokenGeneration.source="static"` and `global.peering.tokenGeneration.static=["sample-server-address:8503"]`. [[GH-1392](https://github.com/hashicorp/consul-k8s/pull/1392)] ## 0.46.1 (July 26, 2022) From d2dee2b62335094ead1c98fb232db15a9a829be3 Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Mon, 1 Aug 2022 19:55:36 -0700 Subject: [PATCH 2/2] update port --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c733182d48..90a4c480b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ FEATURES: * Add support for Load Balancers or external addresses in front of Consul servers for peering stream. * Support new expose-servers Kubernetes Service deployed by Helm chart to expose the Consul servers, and using the service address in the peering token. [[GH-1378](https://github.com/hashicorp/consul-k8s/pull/1378)] * Support non-default partitions by using `externalServers.hosts` as the server addresses in the peering token. [[GH-1384](https://github.com/hashicorp/consul-k8s/pull/1384)] - * Support arbitrary addresses as the server addresses in the peering token via `global.peering.tokenGeneration.source="static"` and `global.peering.tokenGeneration.static=["sample-server-address:8503"]`. [[GH-1392](https://github.com/hashicorp/consul-k8s/pull/1392)] + * Support arbitrary addresses as the server addresses in the peering token via `global.peering.tokenGeneration.source="static"` and `global.peering.tokenGeneration.static=["sample-server-address:8502"]`. [[GH-1392](https://github.com/hashicorp/consul-k8s/pull/1392)] ## 0.46.1 (July 26, 2022)