From 2bd7744ec263efd3902607fe4187102c8b18dc7a Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 1 Jul 2025 11:09:59 -0300 Subject: [PATCH] chore: regen release notes for 1.6.2 Signed-off-by: Nick Boldt --- .../ref-release-notes-fixed-issues.adoc | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/modules/release-notes/ref-release-notes-fixed-issues.adoc b/modules/release-notes/ref-release-notes-fixed-issues.adoc index 465a079729..0ae056d37d 100644 --- a/modules/release-notes/ref-release-notes-fixed-issues.adoc +++ b/modules/release-notes/ref-release-notes-fixed-issues.adoc @@ -4,19 +4,33 @@ This section lists issues fixed in {product} {product-version}. +== Fixed issues in 1.6.2 + +[id="bug-fix-rhidp-7643"] +=== Fixed incorrect description of helm chart when installing + +Previously, the upstream readme text was used instead of the {company-name} text when installing the 1.6.1 Helm chart. + +This is fixed in 1.6.2 + + +.Additional resources +* link:https://issues.redhat.com/browse/RHIDP-7643[RHIDP-7643] + == Fixed issues in 1.6.1 [id="bug-fix-rhidp-7380"] -=== Fixed *Profile dropdown* showing `Guest` instead of user's name with OIDC authentication +=== Fixed *Profile dropdown* showing `Guest` instead of user's name with OIDC authentication -Previously, the *Profile dropdown* in the Global Header showed `Guest` instead of the logged-in user's display name when logging in using the OIDC authentication. +Previously, the *Profile dropdown* in the Global Header showed `Guest` instead of the logged-in user’s display name when logging in using the OIDC authentication. -With this update, the *Profile dropdown* now correctly displays the user's name by first checking `spec.profile.displayName`, then `metadata.title`, and finally falls back to the name shown on the *Profile card* in the *Settings* page if neither is available. +With this update, the *Profile dropdown* now correctly displays the user's name by first checking `spec.profile.displayName`, then `metadata.title`, and finally falls back to the name shown on the *Profile card* in the *Settings* page if neither is available. .Additional resources * link:https://issues.redhat.com/browse/RHIDP-7380[RHIDP-7380] + [id="bug-fix-rhidp-7435"] === ArgoCD plugin permission and Quay plugin permission are not displayed in the RBAC front-end UI @@ -40,7 +54,6 @@ This is fixed in 1.6.1 .Additional resources * link:https://issues.redhat.com/browse/RHIDP-7529[RHIDP-7529] - == Fixed issues in 1.6.0 [id="bug-fix-rhidp-5731"]