|
1 | 1 | :_content-type: REFERENCE |
| 2 | + |
2 | 3 | [id="fixed-issues"] |
3 | 4 | = Fixed issues |
4 | 5 |
|
5 | 6 | This section lists issues fixed in {product} {product-version}. |
6 | 7 |
|
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] |
| 8 | +== Fixed issues in 1.8.0 |
17 | 9 |
|
| 10 | +[id="bug-fix-rhdhbugs-1000"] |
| 11 | +=== Improved startup speed with updated init container image pull policy for {product-short} Helm Chart |
18 | 12 |
|
19 | | -[id="bug-fix-rhdhbugs-249"] |
20 | | -=== Fixed `techdocs-module-addons-contrib` plugin not displayed as preinstalled plugin |
21 | | - |
22 | | -Previously, the `techdocs-module-addons-contrib` plugin was not displayed as preinstalled in Extensions. With this update, the plugin is displayed as preinstalled. |
| 13 | +With this update, the pull policy for the init container image of the {product-short} Helm Chart was changed from `Always` to `IfNotPresent`. This change reduces the repeated download time during startup of the container image, which is approximately 2.5 GB, thereby significantly improving startup speed for users. |
23 | 14 |
|
24 | 15 |
|
25 | 16 | .Additional resources |
26 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-249[RHDHBUGS-249] |
| 17 | +* link:https://issues.redhat.com/browse/RHDHBUGS-1000[RHDHBUGS-1000] |
27 | 18 |
|
28 | 19 |
|
29 | | -[id="bug-fix-rhdhbugs-322"] |
30 | | -=== Excessive queries to the `relations` database table from the `rbac-backend` plugin |
31 | | - |
32 | | -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. |
| 20 | +[id="bug-fix-rhdhbugs-1028"] |
| 21 | +=== Improved Authentication for Self-Hosted Enterprise SCM Providers |
33 | 22 |
|
| 23 | +Previously, actions requiring access to a self-hosted enterprise SCM provider failed, returning an error that no authentication provider was available for the specified host. |
34 | 24 |
|
35 | | -.Additional resources |
36 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-322[RHDHBUGS-322] |
37 | | - |
38 | | - |
39 | | -[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 | | - |
46 | | -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. |
| 25 | +With this update, the SCM integration correctly identifies and uses the configured authentication provider for the corresponding enterprise host. |
47 | 26 |
|
48 | 27 |
|
49 | 28 | .Additional resources |
50 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-503[RHDHBUGS-503] |
51 | | - |
52 | | - |
53 | | -[id="bug-fix-rhdhbugs-512"] |
54 | | -=== Improved error messaging for bulk imports |
55 | | - |
56 | | -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. |
| 29 | +* link:https://issues.redhat.com/browse/RHDHBUGS-1028[RHDHBUGS-1028] |
57 | 30 |
|
58 | 31 |
|
59 | | -.Additional resources |
60 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-512[RHDHBUGS-512] |
61 | | - |
| 32 | +[id="bug-fix-rhdhbugs-2003"] |
| 33 | +=== Customizable image names for job and data index services in {product-short} Helm Chart |
62 | 34 |
|
63 | | -[id="bug-fix-rhdhbugs-622"] |
64 | | -=== Excessive authorize requests generated by the RBAC backend API |
65 | | - |
66 | | -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. |
| 35 | +Previously, when deploying the {product-short} Helm Chart with the Orchestrator enabled, it was not possible to customize the image names of the job and data index services, for example in disconnected environments. Setting the `orchestrator.sonataflowPlatform.jobServiceImage` and `orchestrator.sonataflowPlatform.dataIndexImage` would return a schema validation error from Helm. This update fixes this issue. |
67 | 36 |
|
68 | 37 |
|
69 | 38 | .Additional resources |
70 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-622[RHDHBUGS-622] |
| 39 | +* link:https://issues.redhat.com/browse/RHDHBUGS-2003[RHDHBUGS-2003] |
71 | 40 |
|
72 | 41 |
|
73 | | -[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 | | - |
78 | | -With this update, after each refresh, the cards correctly display the custom title defined in the `app.title` configuration. |
| 42 | +[id="bug-fix-rhdhbugs-2020"] |
| 43 | +=== Network policy installation fix for {product-short} RHDH Helm Chart with Orchestrator flavor |
79 | 44 |
|
| 45 | +Before this update, the {product-short} RHDH Helm Chart would not install Network Policies when the Orchestrator flavor was deployed with `serverlessLogicOperator` disabled, preventing the {product-short} Pods from being completely available. This update fixes this situation by installing network policies unconditionally when the orchestrator is enabled. |
80 | 46 |
|
81 | | -.Additional resources |
82 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-632[RHDHBUGS-632] |
83 | 47 |
|
| 48 | +.Additional resources |
| 49 | +* link:https://issues.redhat.com/browse/RHDHBUGS-2020[RHDHBUGS-2020] |
84 | 50 |
|
85 | | -[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. |
89 | | -With this update, role name changes are now correctly updated. |
90 | 51 |
|
| 52 | +[id="bug-fix-rhdhbugs-2036"] |
| 53 | +=== Resolved SonataFlow Pod Crash Issue |
91 | 54 |
|
92 | | -.Additional resources |
93 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-834[RHDHBUGS-834] |
| 55 | +In the new release, a timing problem during the RHDH 1.7 installation with Orchestrator plugins, affecting SonataFlow database provisioning, has been addressed. This issue caused SonataFlow pods to repeatedly enter the `CrashLoopBackOff` state, leading to delays and potential confusion for users. With this update, SonataFlow pods no longer encounter the `CrashLoopBackOff` state due to the database provisioning delay. This improvement enhances the user experience, as SonataFlow pods now start promptly, eliminating unnecessary wait times. |
94 | 56 |
|
95 | 57 |
|
96 | | -[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 | | - |
101 | | -This issue has been fixed, ensuring that tooltips now appear immediately when hovering over action icons in the RBAC page. |
| 58 | +.Additional resources |
| 59 | +* link:https://issues.redhat.com/browse/RHDHBUGS-2036[RHDHBUGS-2036] |
102 | 60 |
|
103 | 61 |
|
104 | | -.Additional resources |
105 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-903[RHDHBUGS-903] |
| 62 | +[id="bug-fix-rhdhbugs-2117"] |
| 63 | +=== Fixed SCM integration failures for self-hosted enterprise SCM providers |
106 | 64 |
|
| 65 | +Before this update, the SCM integration failed due to lack of identification of the configured authentication provider for self-hosted enterprise SCM hosts. As a consequence, users experienced failed actions with self-hosted enterprise SCM providers due to missing authentication. |
107 | 66 |
|
108 | | -[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 "forever" instead of an error message. |
112 | | - |
113 | | -With this update, the UI shows an empty state with a message to enable the backend plugin. |
| 67 | +With this release, the SCM integration now correctly uses the configured authentication provider for corresponding enterprise host. As a result, end users can now successfully perform actions requiring enterprise SCM access. |
114 | 68 |
|
115 | 69 |
|
116 | 70 | .Additional resources |
117 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-1110[RHDHBUGS-1110] |
| 71 | +* link:https://issues.redhat.com/browse/RHDHBUGS-2117[RHDHBUGS-2117] |
118 | 72 |
|
119 | 73 |
|
120 | | -[id="bug-fix-rhdhbugs-1139"] |
121 | | -=== Fixed Profile dropdown showing Guest instead of user'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'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. |
| 74 | +[id="bug-fix-rhdhbugs-1878"] |
| 75 | +=== Fixed incorrect version detection for local plugin updates |
126 | 76 |
|
| 77 | +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. |
127 | 78 |
|
128 | 79 |
|
129 | 80 | .Additional resources |
130 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-1139[RHDHBUGS-1139] |
131 | | - |
| 81 | +* link:https://issues.redhat.com/browse/RHDHBUGS-1878[RHDHBUGS-1878] |
132 | 82 |
|
133 | | -[id="bug-fix-rhdhbugs-1162"] |
134 | | -=== Excessive filter arguments generated by the RBAC backend `enforcerDelegate.getFilteredPolicy` |
135 | | - |
136 | | -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. |
137 | 83 |
|
| 84 | +[id="bug-fix-rhdhbugs-2041"] |
| 85 | +=== Orchestrator plugin updated to 1.7.1 |
138 | 86 |
|
139 | | -.Additional resources |
140 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-1162[RHDHBUGS-1162] |
141 | | - |
| 87 | +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 now updated to version `1.7.1`, ensuring that users have access to the latest features and functionality. |
142 | 88 |
|
143 | | -[id="bug-fix-rhdhbugs-1213"] |
144 | | -=== Fixed Jenkins permissions not being displayed in RBAC UI |
145 | | - |
146 | | -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. |
147 | 89 |
|
148 | 90 |
|
149 | 91 | .Additional resources |
150 | | -* link:https://issues.redhat.com/browse/RHDHBUGS-1213[RHDHBUGS-1213] |
| 92 | +* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041] |
151 | 93 |
|
152 | 94 |
|
153 | 95 |
|
0 commit comments