From 09617651c0e605d427109e8a9a55b7383f4f4e9f Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 10 Aug 2022 16:28:37 -0500 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fab92f01..fc2e5bfbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ IMPROVEMENTS: * Bump default Envoy version to 1.23.0. [[GH-1377](https://github.com/hashicorp/consul-k8s/pull/1377)] * Added support for Consul API Gateway to read ReferenceGrant custom resources. This will require either installing Consul API Gateway CRDs from the upcoming v0.4.0 release with `kubectl apply --kustomize "github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.4.0"` or manually installing the ReferenceGrant CRD from the Gateway API v0.5 [Experimental Channel](https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard) when setting `apiGateway.enabled=true` [[GH-1299](https://github.com/hashicorp/consul-k8s/pull/1299)] +BUG FIXES: +* Helm + * Fix permissions in client-daemonset and server-statefulset when using extra-config volumes to prevent errors on openshift [[GH-1307](https://github.com/hashicorp/consul-k8s/pull/1307)] + ## 0.46.1 (July 26, 2022) IMPROVEMENTS: From 8d6bb9ffa73ef661d68a67bb35abf4eaa5f22b89 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 10 Aug 2022 18:45:45 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Iryna Shustava --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2e5bfbb9..0c922b3d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ IMPROVEMENTS: BUG FIXES: * Helm - * Fix permissions in client-daemonset and server-statefulset when using extra-config volumes to prevent errors on openshift [[GH-1307](https://github.com/hashicorp/consul-k8s/pull/1307)] + * Fix permissions in client-daemonset and server-statefulset when using extra-config volumes to prevent errors on openshift. [[GH-1307](https://github.com/hashicorp/consul-k8s/pull/1307)] ## 0.46.1 (July 26, 2022)