diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf53a1f7e..670fc53531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ IMPROVEMENTS: * Display a message when `proxy list` returns no results. [[GH-1412](https://github.com/hashicorp/consul-k8s/pull/1412)] * Display a warning when a user passes a field and table filter combination to `proxy read` where the given field is not present in any of the output tables. [[GH-1412](https://github.com/hashicorp/consul-k8s/pull/1412)] +IMPROVEMENTS: +* CLI + * Extend the timeout for `consul-k8s proxy read` to establish a connection from 5s to 10s. + * Expand the set of Envoy Listener Filters that may be parsed and output to the Listeners table. + +BUG FIXES: +* CLI + * Fix issue where SNI filters for Terminating Gateways showed up as blank lines. + ## 0.47.1 (August 12, 2022) BUG FIXES: