Skip to content
Merged
Show file tree
Hide file tree
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
121 changes: 81 additions & 40 deletions modules/release-notes/ref-release-notes-fixed-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,52 @@

This section lists issues fixed in {product} {product-version}.

== Fixed issues in 1.7.1

[id="bug-fix-rhdhbugs-1878"]
=== Fixed incorrect version detection for local plugin updates

Before this update, local plugins within the image were incorrectly detected for updates due to version misidentification. This led to users being unable to update local plugins from wrappers, resulting in outdated functionality. With this release, local plugin updates are automatically detected, eliminating the need for manual adjustments and ensuring seamless plugin version updates for end users.


.Additional resources
* link:https://issues.redhat.com/browse/RHDHBUGS-1878[RHDHBUGS-1878]


[id="bug-fix-rhdhbugs-1976"]
=== Fixed documentation header column translation issue

Before this update, the header column on the documentation page lacked translations, causing wrong header labels for end users. This issue led to end users seeing `table.header.actions` on the documentation page. With this release, the header column correctly translates to `Actions`, making sure the end users see the correct label on the documentation page.


.Additional resources
* link:https://issues.redhat.com/browse/RHDHBUGS-1976[RHDHBUGS-1976]


[id="bug-fix-rhdhbugs-2015"]
=== Fixed database service name error to make sure {product-very-short} instance starts correctly

Before this update, deploying Helm-based Orchestrator with local Database in replication mode failed due to a wrong database service name. This caused the {product-very-short} instance to fail to start. With this release, the {product-very-short} instance starts correctly, allowing the correct setting of the database service name in the {product-very-short} instance configuration.


.Additional resources
* link:https://issues.redhat.com/browse/RHDHBUGS-2015[RHDHBUGS-2015]


[id="bug-fix-rhdhbugs-2041"]
=== Orchestrator plugin updated to 1.7.1

Before this update, the latest Orchestrator feature set was unavailable because the release included the outdated Orchestrator plugin version `1.6`. This issue is resolved in {product-very-short} `1.7.1`. The Orchestrator plugin is updated to version `1.7.1`, making sure that users have access to the latest features and functionality.


.Additional resources
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]

== Fixed issues in 1.7.0

[id="bug-fix-rhidp-6536"]
=== Improved keyboard accessibility
=== Improved keyboard accessibility

In this release, various fixes and improvements have been made to improve the keyboard accessibility in {product}.


Expand All @@ -17,8 +58,8 @@ In this release, various fixes and improvements have been made to improve the ke


[id="bug-fix-rhdhbugs-249"]
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin

Previously, the `techdocs-module-addons-contrib` plugin was not displayed as preinstalled in Extensions. With this update, the plugin is displayed as preinstalled.


Expand All @@ -27,8 +68,8 @@ Previously, the `techdocs-module-addons-contrib` plugin was not displayed as pre


[id="bug-fix-rhdhbugs-322"]
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin

Before this update, excessive queries from the `rbac-backend` plugin to the `relations` database table caused performance issues. As a consequence, users experienced slow performance. With this release, the RBAC backend plugin has been optimized to improve performance by preventing excessive queries to the 'relations' database table.


Expand All @@ -37,12 +78,12 @@ Before this update, excessive queries from the `rbac-backend` plugin to the `rel


[id="bug-fix-rhdhbugs-503"]
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)
Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.
With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)

Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.

With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.

This update allows HPA to control scaling as expected, so that {product-very-short} instances can now scale dynamically with HPA without being reset by the operator.


Expand All @@ -51,8 +92,8 @@ This update allows HPA to control scaling as expected, so that {product-very-sho


[id="bug-fix-rhdhbugs-512"]
=== Improved error messaging for bulk imports
=== Improved error messaging for bulk imports

Before this update, when users selected 100 or more repositories simultaneously, the create pull request action could fail with a generic error message. In this release, we provide a more informative error message when creating pull requests for multiple repositories. This bug fix helps users to understand the issue by providing more information about what caused the error.


Expand All @@ -61,8 +102,8 @@ Before this update, when users selected 100 or more repositories simultaneously,


[id="bug-fix-rhdhbugs-622"]
=== Excessive authorize requests generated by the RBAC backend API
=== Excessive authorize requests generated by the RBAC backend API

Before this update, excessive authorize requests in the REST API for creating/editing roles, permissions, and conditions in rbac-backend led to performance issues. With this release, the excessive authorization requests in the REST API have been fixed by reducing permissions to only 'user' credentials.


Expand All @@ -71,10 +112,10 @@ Before this update, excessive authorize requests in the REST API for creating/ed


[id="bug-fix-rhdhbugs-632"]
=== Custom title not persisting on refresh of visited cards
Previously, the custom title set via `app.title` in the _Top Visited_ and _Recently Visited_ cards did not persist after a page refresh, instead it defaulted back to _{product}_.
=== Custom title not persisting on refresh of visited cards

Previously, the custom title set via `app.title` in the _Top Visited_ and _Recently Visited_ cards did not persist after a page refresh, instead it defaulted back to _{product}_.

With this update, after each refresh, the cards correctly display the custom title defined in the `app.title` configuration.


Expand All @@ -83,9 +124,9 @@ With this update, after each refresh, the cards correctly display the custom tit


[id="bug-fix-rhdhbugs-834"]
=== Fixed role name updates via API to correctly propagate to permissions, metadata, and conditions
Previously, when a role name was updated using the RBAC API, existing permissions, conditions, and metadata were not updated and remained mapped to the old role name.
=== Fixed role name updates through API to correctly propagate to permissions, metadata, and conditions

Previously, when a role name was updated using the RBAC API, existing permissions, conditions, and metadata were not updated and remained mapped to the old role name.
With this update, role name changes are now correctly updated.


Expand All @@ -94,10 +135,10 @@ With this update, role name changes are now correctly updated.


[id="bug-fix-rhdhbugs-903"]
=== Fixed role actions tooltip delay issue
Previously, tooltips on action icons in the Role list table of the Role-Based Access Control (RBAC) page were slow to appear on hover.
=== Fixed role actions tooltip delay issue

Previously, tooltips on action icons in the *Role list* table of the Role-Based Access Control (RBAC) page were slow to appear on hover.

This issue has been fixed, ensuring that tooltips now appear immediately when hovering over action icons in the RBAC page.


Expand All @@ -106,10 +147,10 @@ This issue has been fixed, ensuring that tooltips now appear immediately when ho


[id="bug-fix-rhdhbugs-1110"]
=== The Extensions catalog does not show an error when the backend plugin is not installed
Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton "forever" instead of an error message.
=== The Extensions catalog does not show an error when the backend plugin is not installed

Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton "forever" instead of an error message.

With this update, the UI shows an empty state with a message to enable the backend plugin.


Expand All @@ -118,11 +159,11 @@ With this update, the UI shows an empty state with a message to enable the backe


[id="bug-fix-rhdhbugs-1139"]
=== 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.
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.
=== 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.

With this release, the *Profile dropdown* 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.



Expand All @@ -131,8 +172,8 @@ With this update, the *Profile dropdown* now correctly displays the user's n


[id="bug-fix-rhdhbugs-1162"]
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`

Before this update, {product-very-short} performance was affected by the duplication of filter arguments in `enforcerDelegate.getFilteredPolicy`. With this release, the duplication of filter arguments in `enforcerDelegate.ts` is avoided.


Expand All @@ -141,8 +182,8 @@ Before this update, {product-very-short} performance was affected by the duplica


[id="bug-fix-rhdhbugs-1213"]
=== Fixed Jenkins permissions not being displayed in RBAC UI
=== Fixed Jenkins permissions not being displayed in RBAC UI

Previously, Jenkins permissions were not exposed by Jenkins at `/api/jenkins/.well-known/backstage/permissions/metadata` with the change to `JenkinsBuilder`. As a result, RBAC UI did not display the permissions. In this release, users can configure Jenkins permissions by using the RBAC UI.


Expand Down
12 changes: 1 addition & 11 deletions modules/release-notes/ref-release-notes-known-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

This section lists known issues in {product} {product-version}.

[id="known-issue-rhdhbugs-2041"]
== Latest Orchestrator feature set is unavailable

This release includes the Orchestrator plugin version from `1.6`. As a result, the latest feature set is not yet available. The Orchestrator plugin will be updated to the latest feature set in a future release.




.Additional resources
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]


None.

Loading