From 9fccb82caf845d87ca9ec7ab0705b7531083447c Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 7 Apr 2022 17:35:58 -0400 Subject: [PATCH] Add release note for hashicorp/consul-k8s#1148 (#1152) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa0521c6b..d1d4c48e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ BUG FIXES: * Fix issue where clusters not in the same namespace as their deployment name could not be upgraded. [[GH-1115](https://github.com/hashicorp/consul-k8s/issue/1005)] +IMPROVEMENTS: +* Helm + * API Gateway: Allow controller to read ReferencePolicy in order to determine if route is allowed for backend in different namespace. [[GH-1148](https://github.com/hashicorp/consul-k8s/pull/1148)] + ## 0.42.0 (April 04, 2022) BREAKING CHANGES: