From f10ba7f79a54b898fd60a091e04610a2031abc56 Mon Sep 17 00:00:00 2001 From: jaellio Date: Tue, 19 Jul 2022 09:35:47 -0700 Subject: [PATCH] fix: update v1.2 release notes Adds suggestion from #4865 and removes root certificate rotation. Signed-off-by: jaellio --- docs/release_notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index b5696e61ad..e10c30ea8a 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -4,10 +4,8 @@ ### Notable changes -- OSM certificate provider is now configured using the new CRD, MeshRootCertificate - - Custom trust domains (i.e. certificate CommonNames) are now supported +- Custom trust domains (i.e. certificate CommonNames) are now supported - The authentication token used to configure the Hashicorp Vault certificate provider can now be passed in using a secretRef -- Along with root certificate rotation we support custom trust domains, as well as rotating to new trust domains with no downtime. - Envoy has been updated to v1.22 and uses the `envoyproxy/envoy-distroless` image instead of the deprecated `envoyproxy/envoy-alpine` image. - This means that `kubectl exec -c envoy ... -- sh` will no longer work for the Envoy sidecar - Added support for Kubernetes 1.23 and 1.24