Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions modules/release-notes/ref-release-notes-fixed-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 users 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

Expand All @@ -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"]
Expand Down