From 848e989df963d1fbdc132e5f14bc7f6ff9cf7191 Mon Sep 17 00:00:00 2001 From: nrichu-hcp <105801716+nrichu-hcp@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:22:03 -0400 Subject: [PATCH] Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx Co-authored-by: David Yu --- website/content/docs/release-notes/consul-k8s/v0_49_x.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/release-notes/consul-k8s/v0_49_x.mdx b/website/content/docs/release-notes/consul-k8s/v0_49_x.mdx index 8593af4d50..2faeec0e97 100644 --- a/website/content/docs/release-notes/consul-k8s/v0_49_x.mdx +++ b/website/content/docs/release-notes/consul-k8s/v0_49_x.mdx @@ -13,7 +13,7 @@ description: >- - **Consul API Gateway secondary datacenter support**: Use global ACL auth method to provision ACL tokens for API Gateway in secondary datacenter and Set primary datacenter flag when deploying controller into secondary datacenter with federation enabled [GH-1481] -- **Cluster Peering**: pass new use_auto_cert value to gRPC TLS config when auto-encrypt is enabled. [GH-1541] +- **Cluster Peering**: Utilize new `use_auto_cert` value to gRPC TLS config when auto-encrypt is enabled. [GH-1541] - **Service tag annotation improvements**: Support escaped commas in service tag annotations for pods which use consul.hashicorp.com/connect-service-tags or consul.hashicorp.com/service-tags. [GH-1532]