From 490e23cfa6992225eed59e78c97051ca64fa4379 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:26:20 -0400 Subject: [PATCH] docs: Add Desktop fix to known issues 0.15.x and 0.16.x (#4976) --- .../content/docs/release-notes/v0_15_0.mdx | 22 +++++++++++++++++++ .../content/docs/release-notes/v0_16_0.mdx | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/website/content/docs/release-notes/v0_15_0.mdx b/website/content/docs/release-notes/v0_15_0.mdx index ccec71af0a..0695b47a59 100644 --- a/website/content/docs/release-notes/v0_15_0.mdx +++ b/website/content/docs/release-notes/v0_15_0.mdx @@ -290,6 +290,28 @@ description: |- + + + 0.15.0 +

+ (Fixed in 0.15.5) + + + Users cannot log in to Boundary Desktop + + + A bug caused Boundary Desktop to incorrectly assume the controller was running an unsupported version. It would prevent users from being able to log in to the Desktop client. +

+ Learn more:  +

+ Boundary Desktop issue #4370 +

+ This issue is fixed in Boundary version 0.15.5. +

+ Upgrade to the latest version of Boundary + + + diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx index 2c673ed22a..04c3be8855 100644 --- a/website/content/docs/release-notes/v0_16_0.mdx +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -201,5 +201,27 @@ description: |- Upgrade to the latest version of Boundary + + + + 0.16.0 +

+ (Fixed in 0.16.0) + + + Users cannot log in to Boundary Desktop + + + A bug caused Boundary Desktop to incorrectly assume the controller was running an unsupported version. It would prevent users from being able to log in to the Desktop client. +

+ Learn more:  +

+ Boundary Desktop issue #4370 +

+ This issue is fixed in Boundary version 0.16.0. +

+ Upgrade to the latest version of Boundary + + \ No newline at end of file