From f4ad6b8e22260cce81bfd437a68fdc9109454e1c Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Fri, 13 Dec 2024 08:37:54 -0500 Subject: [PATCH] Fix CHANGELOG rendering issue (#50167) Backports #49889 Remove the `{}` syntax in a note about automatic updates for client tools. The docs engine interprets this syntax as a JavaScript expression. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af9db76b2c72..80bfb46901307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Fix tsh ssh -Y when jumping between multiple servers. [#50034](https://github.com/gravitational/teleport/pull/50034) * Reduce Auth memory consumption when agents join using the azure join method. [#50000](https://github.com/gravitational/teleport/pull/50000) * Tsh correctly respects the --no-allow-passwordless flag. [#49935](https://github.com/gravitational/teleport/pull/49935) -* Client tools {tctl,tsh} auto-updates controlled by cluster configuration. [#48648](https://github.com/gravitational/teleport/pull/48648) +* Auto-updates for client tools (`tctl` and `tsh`) are controlled by cluster configuration. [#48648](https://github.com/gravitational/teleport/pull/48648) ## 15.4.23 (12/5/2024)