Skip to content

Commit

Permalink
CHANGELOG: re-order changelog and remove extraneous trailing FEATURES (
Browse files Browse the repository at this point in the history
…#1395)

* CHANGELOG: re-order changelog and remove extraneous trailing FEATURES
  • Loading branch information
david-yu committed Aug 9, 2022
1 parent e4776ce commit ae684ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## UNRELEASED

FEATURES:
* Transparent Proxy Egress
* Add support for Destinations on the Service Defaults CRD. [[GH-1352](https://github.com/hashicorp/consul-k8s/pull/1352)]

IMPROVEMENTS:
* Helm
* Bump default Envoy version to 1.23.0. [[GH-1377](https://github.com/hashicorp/consul-k8s/pull/1377)]
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:8502"]`. [[GH-1392](https://github.com/hashicorp/consul-k8s/pull/1392)]

IMPROVEMENTS:
* Helm
* Bump default Envoy version to 1.23.0. [[GH-1377](https://github.com/hashicorp/consul-k8s/pull/1377)]

## 0.46.1 (July 26, 2022)

IMPROVEMENTS:
Expand Down

0 comments on commit ae684ae

Please sign in to comment.