Chapter 5. Fixed issues
This section lists issues fixed in Red Hat Developer Hub 1.6.
5.1. Fixed issues in 1.6.2 Copy linkLink copied to clipboard!
5.1.1. Fixed incorrect description of helm chart when installing Copy linkLink copied to clipboard!
Previously, the upstream readme text was used instead of the Red Hat text when installing the 1.6.1 Helm chart.
This is fixed in 1.6.2
Additional resources
5.2. Fixed issues in 1.6.1 Copy linkLink copied to clipboard!
5.2.1. Fixed Profile dropdown showing Guest instead of user's name with OIDC authentication Copy linkLink copied to clipboard!
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.
Additional resources
5.2.2. ArgoCD plugin permission and Quay plugin permission are not displayed in the RBAC front-end UI Copy linkLink copied to clipboard!
Previously, permissions associated only with front-end-only plugins did not appear in the RBAC front-end UI because they required a backend plugin to expose the permission framework's well-known endpoint.
With this update, you can apply these permissions by using a CSV file or directly calling the REST API of the RBAC backend plugin. Affected plugins include ArgoCD (argocd.view.read) and Quay (quay.view.read).
Additional resources
5.2.3. Fixed incorrect branding in 1.6.0 Helm chart release Copy linkLink copied to clipboard!
Previously, the upstream branding was used instead of Red Hat branding when releasing the 1.6.0 Helm chart.
This is fixed in 1.6.1
Additional resources
5.3. Fixed issues in 1.6.0 Copy linkLink copied to clipboard!
5.3.1. Updated the air-gapped installation guide for non-OpenShift platforms Copy linkLink copied to clipboard!
Previously, Red Hat Developer Hub documentation did not highlight the Developer Hub installation using Helm Chart in fully and partially air-gapped environments on supported Kubernetes platforms.
With this update, the documentation provides instructions for mirroring required container images, updating Helm values, and installing the chart, without relying on internet access.
Additional resources
5.3.2. Line wrapping enabled for long menu heading labels Copy linkLink copied to clipboard!
Previously, menu items with long text such as Platform Engineer Services were cut off in the sidebar menu. With this update, line wrapping has been enabled for long menu heading labels, preventing the trimming and ensuring full text visibility.
Additional resources
5.3.3. Dynamic favicon configuration in app-config.yaml is not displayed on the login page Copy linkLink copied to clipboard!
Before this update, the app-config configuration app.branding.iconLogo was not applied as the favicon in the browser.
This issue has been fixed, and the app-config configuration app.branding.iconLogo now correctly sets the favicon in the browser.
Additional resources
5.3.4. Floating Action Button (FAB) positioned in the 'Bottom-Left' slot on Developer Hub Copy linkLink copied to clipboard!
Previously, the Floating Action Button (FAB) appeared over the navigation sidebar when the slot was set to 'bottom-left'. This placement obstructed access to navigation elements, potentially hindering user interaction.
With this update, the FAB's position is adjusted to render adjacent to the navigation for the 'bottom-left' slot position. As a result, users can access navigation options without obstruction.
Additional resources
5.3.5. Manually added resolutions override resolutions added by --suppress-native-package Copy linkLink copied to clipboard!
Earlier, the export-dynamic-plugin command did not overwrite manually added resolutions, which could result in incorrect package dependencies in the exported dynamic plugin.
With this update, the package export-dynamic-plugin overwrites manually added resolutions, ensuring backstage dependencies are hoisted and native dependencies are suppressed from the exported dynamic plugin.
Additional resources
5.3.6. Fixed unreachable links in the Operator installation information page on the OpenShift Container Platform console Copy linkLink copied to clipboard!
Previously, the Developer Hub Operator details page in the OpenShift Container Platform web console contained links to some pages that could not be reached outside of the Red Hat network. With this update, the links in the Operator installation information page are fixed.
Additional resources