Skip to content

Commit 7f923be

Browse files
author
GitHub Actions
committed
Update release notes fixed issues
1 parent da69fb8 commit 7f923be

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

modules/release-notes/ref-release-notes-fixed-issues.adoc

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,11 @@
44

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

7-
== Fixed issues in 1.7.0
8-
9-
[id="bug-fix-rhidp-6536"]
10-
=== Improved keyboard accessibility
11-
12-
In this release, various fixes and improvements have been made to improve the keyboard accessibility in {product}.
13-
14-
15-
.Additional resources
16-
* link:https://issues.redhat.com/browse/RHIDP-6536[RHIDP-6536]
17-
187
== Fixed issues in 1.7.1
198

209
[id="bug-fix-rhdhbugs-1878"]
21-
=== Fixed incorrect version detection for local plugin updates
22-
10+
=== Fixed incorrect version detection for local plugin updates
11+
2312
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 now automatically detected, eliminating the need for manual adjustments and ensuring seamless plugin version updates for end users.
2413

2514

@@ -28,9 +17,19 @@ Before this update, local plugins within the image were incorrectly detected for
2817

2918
== Fixed issues in 1.7.0
3019

20+
[id="bug-fix-rhidp-6536"]
21+
=== Improved keyboard accessibility
22+
23+
In this release, various fixes and improvements have been made to improve the keyboard accessibility in {product}.
24+
25+
26+
.Additional resources
27+
* link:https://issues.redhat.com/browse/RHIDP-6536[RHIDP-6536]
28+
29+
3130
[id="bug-fix-rhdhbugs-249"]
32-
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin
33-
31+
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin
32+
3433
Previously, the `techdocs-module-addons-contrib` plugin was not displayed as preinstalled in Extensions. With this update, the plugin is displayed as preinstalled.
3534

3635

@@ -39,8 +38,8 @@ Previously, the `techdocs-module-addons-contrib` plugin was not displayed as pre
3938

4039

4140
[id="bug-fix-rhdhbugs-322"]
42-
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin
43-
41+
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin
42+
4443
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.
4544

4645

@@ -49,12 +48,12 @@ Before this update, excessive queries from the `rbac-backend` plugin to the `rel
4948

5049

5150
[id="bug-fix-rhdhbugs-503"]
52-
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)
53-
54-
Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.
55-
56-
With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.
57-
51+
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)
52+
53+
Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.
54+
55+
With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.
56+
5857
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.
5958

6059

@@ -63,8 +62,8 @@ This update allows HPA to control scaling as expected, so that {product-very-sho
6362

6463

6564
[id="bug-fix-rhdhbugs-512"]
66-
=== Improved error messaging for bulk imports
67-
65+
=== Improved error messaging for bulk imports
66+
6867
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.
6968

7069

@@ -73,8 +72,8 @@ Before this update, when users selected 100 or more repositories simultaneously,
7372

7473

7574
[id="bug-fix-rhdhbugs-622"]
76-
=== Excessive authorize requests generated by the RBAC backend API
77-
75+
=== Excessive authorize requests generated by the RBAC backend API
76+
7877
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.
7978

8079

@@ -83,10 +82,10 @@ Before this update, excessive authorize requests in the REST API for creating/ed
8382

8483

8584
[id="bug-fix-rhdhbugs-632"]
86-
=== Custom title not persisting on refresh of visited cards
87-
88-
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}_.
89-
85+
=== Custom title not persisting on refresh of visited cards
86+
87+
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}_.
88+
9089
With this update, after each refresh, the cards correctly display the custom title defined in the `app.title` configuration.
9190

9291

@@ -95,9 +94,9 @@ With this update, after each refresh, the cards correctly display the custom tit
9594

9695

9796
[id="bug-fix-rhdhbugs-834"]
98-
=== Fixed role name updates via API to correctly propagate to permissions, metadata, and conditions
99-
100-
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.
97+
=== Fixed role name updates via API to correctly propagate to permissions, metadata, and conditions
98+
99+
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.
101100
With this update, role name changes are now correctly updated.
102101

103102

@@ -106,10 +105,10 @@ With this update, role name changes are now correctly updated.
106105

107106

108107
[id="bug-fix-rhdhbugs-903"]
109-
=== Fixed role actions tooltip delay issue
110-
111-
Previously, tooltips on action icons in the Role list table of the Role-Based Access Control (RBAC) page were slow to appear on hover.
112-
108+
=== Fixed role actions tooltip delay issue
109+
110+
Previously, tooltips on action icons in the Role list table of the Role-Based Access Control (RBAC) page were slow to appear on hover.
111+
113112
This issue has been fixed, ensuring that tooltips now appear immediately when hovering over action icons in the RBAC page.
114113

115114

@@ -118,10 +117,10 @@ This issue has been fixed, ensuring that tooltips now appear immediately when ho
118117

119118

120119
[id="bug-fix-rhdhbugs-1110"]
121-
=== The Extensions catalog does not show an error when the backend plugin is not installed
122-
123-
Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton "forever" instead of an error message.
124-
120+
=== The Extensions catalog does not show an error when the backend plugin is not installed
121+
122+
Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton "forever" instead of an error message.
123+
125124
With this update, the UI shows an empty state with a message to enable the backend plugin.
126125

127126

@@ -130,11 +129,11 @@ With this update, the UI shows an empty state with a message to enable the backe
130129

131130

132131
[id="bug-fix-rhdhbugs-1139"]
133-
=== Fixed Profile dropdown showing Guest instead of user's name with OIDC authentication
134-
135-
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.
136-
137-
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.
132+
=== Fixed Profile dropdown showing Guest instead of user's name with OIDC authentication
133+
134+
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.
135+
136+
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.
138137

139138

140139

@@ -143,8 +142,8 @@ With this update, the *Profile dropdown* now correctly displays the user's n
143142

144143

145144
[id="bug-fix-rhdhbugs-1162"]
146-
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`
147-
145+
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`
146+
148147
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.
149148

150149

@@ -153,8 +152,8 @@ Before this update, {product-very-short} performance was affected by the duplica
153152

154153

155154
[id="bug-fix-rhdhbugs-1213"]
156-
=== Fixed Jenkins permissions not being displayed in RBAC UI
157-
155+
=== Fixed Jenkins permissions not being displayed in RBAC UI
156+
158157
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.
159158

160159

0 commit comments

Comments
 (0)