Skip to content

Commit 72b0454

Browse files
jmagakGitHub Actions
andauthored
RHDHBUGS-Fixed Issues and Feature Enhancements-1.7.1 (#1427)
* Update release notes fixed issues * Update release notes fixed issues * Update all issues fixed * Minor update * Incorporate Armels comments * Apply Prii's suggestions --------- Co-authored-by: GitHub Actions <github-actions@github.com>
1 parent 170d41a commit 72b0454

File tree

3 files changed

+210
-174
lines changed

3 files changed

+210
-174
lines changed

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

Lines changed: 81 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,52 @@
44

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

7+
== Fixed issues in 1.7.1
8+
9+
[id="bug-fix-rhdhbugs-1878"]
10+
=== Fixed incorrect version detection for local plugin updates
11+
12+
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.
13+
14+
15+
.Additional resources
16+
* link:https://issues.redhat.com/browse/RHDHBUGS-1878[RHDHBUGS-1878]
17+
18+
19+
[id="bug-fix-rhdhbugs-1976"]
20+
=== Fixed documentation header column translation issue
21+
22+
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.
23+
24+
25+
.Additional resources
26+
* link:https://issues.redhat.com/browse/RHDHBUGS-1976[RHDHBUGS-1976]
27+
28+
29+
[id="bug-fix-rhdhbugs-2015"]
30+
=== Fixed database service name error to make sure {product-very-short} instance starts correctly
31+
32+
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.
33+
34+
35+
.Additional resources
36+
* link:https://issues.redhat.com/browse/RHDHBUGS-2015[RHDHBUGS-2015]
37+
38+
39+
[id="bug-fix-rhdhbugs-2041"]
40+
=== Orchestrator plugin updated to 1.7.1
41+
42+
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.
43+
44+
45+
.Additional resources
46+
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]
47+
748
== Fixed issues in 1.7.0
849

950
[id="bug-fix-rhidp-6536"]
10-
=== Improved keyboard accessibility
11-
51+
=== Improved keyboard accessibility
52+
1253
In this release, various fixes and improvements have been made to improve the keyboard accessibility in {product}.
1354

1455

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

1859

1960
[id="bug-fix-rhdhbugs-249"]
20-
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin
21-
61+
=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin
62+
2263
Previously, the `techdocs-module-addons-contrib` plugin was not displayed as preinstalled in Extensions. With this update, the plugin is displayed as preinstalled.
2364

2465

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

2869

2970
[id="bug-fix-rhdhbugs-322"]
30-
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin
31-
71+
=== Excessive queries to the `relations` database table from the `rbac-backend` plugin
72+
3273
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 &#39;relations&#39; database table.
3374

3475

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

3879

3980
[id="bug-fix-rhdhbugs-503"]
40-
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)
41-
42-
Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.
43-
44-
With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.
45-
81+
=== The Operator reverts the number of replicas set automatically by a Horizontal Pod Autoscaler (HPA)
82+
83+
Previously the {product-very-short} Operator enforced `replicas: 1` from its default deployment config, which overrode scaling decisions.
84+
85+
With this update, `replicas: 1` is removed from the default deployment profile and the DB-statefulset manifest.
86+
4687
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.
4788

4889

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

5293

5394
[id="bug-fix-rhdhbugs-512"]
54-
=== Improved error messaging for bulk imports
55-
95+
=== Improved error messaging for bulk imports
96+
5697
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.
5798

5899

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

62103

63104
[id="bug-fix-rhdhbugs-622"]
64-
=== Excessive authorize requests generated by the RBAC backend API
65-
105+
=== Excessive authorize requests generated by the RBAC backend API
106+
66107
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 &#39;user&#39; credentials.
67108

68109

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

72113

73114
[id="bug-fix-rhdhbugs-632"]
74-
=== Custom title not persisting on refresh of visited cards
75-
76-
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}_.
77-
115+
=== Custom title not persisting on refresh of visited cards
116+
117+
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}_.
118+
78119
With this update, after each refresh, the cards correctly display the custom title defined in the `app.title` configuration.
79120

80121

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

84125

85126
[id="bug-fix-rhdhbugs-834"]
86-
=== Fixed role name updates via API to correctly propagate to permissions, metadata, and conditions
87-
88-
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.
127+
=== Fixed role name updates through API to correctly propagate to permissions, metadata, and conditions
128+
129+
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.
89130
With this update, role name changes are now correctly updated.
90131

91132

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

95136

96137
[id="bug-fix-rhdhbugs-903"]
97-
=== Fixed role actions tooltip delay issue
98-
99-
Previously, tooltips on action icons in the Role list table of the Role-Based Access Control (RBAC) page were slow to appear on hover.
100-
138+
=== Fixed role actions tooltip delay issue
139+
140+
Previously, tooltips on action icons in the *Role list* table of the Role-Based Access Control (RBAC) page were slow to appear on hover.
141+
101142
This issue has been fixed, ensuring that tooltips now appear immediately when hovering over action icons in the RBAC page.
102143

103144

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

107148

108149
[id="bug-fix-rhdhbugs-1110"]
109-
=== The Extensions catalog does not show an error when the backend plugin is not installed
110-
111-
Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton &#34;forever&#34; instead of an error message.
112-
150+
=== The Extensions catalog does not show an error when the backend plugin is not installed
151+
152+
Previously, if the backend Extensions was not installed, {product-very-short} showed the skeleton &#34;forever&#34; instead of an error message.
153+
113154
With this update, the UI shows an empty state with a message to enable the backend plugin.
114155

115156

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

119160

120161
[id="bug-fix-rhdhbugs-1139"]
121-
=== Fixed Profile dropdown showing Guest instead of user&#39;s name with OIDC authentication
122-
123-
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.
124-
125-
With this update, the *Profile dropdown* now correctly displays the user&#39;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.
162+
=== Fixed Profile dropdown showing Guest instead of user&#39;s name with OIDC authentication
163+
164+
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.
165+
166+
With this release, the *Profile dropdown* correctly displays the user&#39;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.
126167

127168

128169

@@ -131,8 +172,8 @@ With this update, the *Profile dropdown* now correctly displays the user&#39;s n
131172

132173

133174
[id="bug-fix-rhdhbugs-1162"]
134-
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`
135-
175+
=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy`
176+
136177
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.
137178

138179

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

142183

143184
[id="bug-fix-rhdhbugs-1213"]
144-
=== Fixed Jenkins permissions not being displayed in RBAC UI
145-
185+
=== Fixed Jenkins permissions not being displayed in RBAC UI
186+
146187
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.
147188

148189

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

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

7-
[id="known-issue-rhdhbugs-2041"]
8-
== Latest Orchestrator feature set is unavailable
9-
10-
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.
11-
12-
13-
14-
15-
.Additional resources
16-
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]
17-
187

8+
None.
199

0 commit comments

Comments
 (0)