|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * release_notes/410-release-notes.adoc |
| 4 | + |
| 5 | +:_mod-docs-content-type: REFERENCE |
| 6 | +[id="bug-fixes_4101"] |
| 7 | += Bug fixes in version 4.10.1 |
| 8 | + |
| 9 | +[role="_abstract"] |
| 10 | +This release has bug fixes and patch for a security vulnerability. |
| 11 | + |
| 12 | +This release provides the following bug fixes: |
| 13 | + |
| 14 | +//ROX-33295 |
| 15 | +* Before this update, images with empty names were improperly uploaded, causing global search to return blank image results. With this release, empty-named images no longer appear in search results, enhancing search efficiency. |
| 16 | +
|
| 17 | +//ROX-33325 |
| 18 | +* Before this update, the script failed to run on a Linux system due to missing executable program permissions, causing user interface elements to display incorrectly. With this release, the bug fix corrected the issue with inaccurate data processing in the report generator. As a result, the system no longer hangs during data transfer, enhancing user productivity. |
| 19 | +
|
| 20 | +//ROX-33548 |
| 21 | +* Before this update, missing executable permissions prevented the script from running on Linux, which caused user interface elements to display incorrectly. With this release, the update corrects the inaccurate data processing in the report generator. As a result, the system transfers data without hanging, which boosts user productivity. |
| 22 | +
|
| 23 | +//ROX-33626 |
| 24 | +* Before this update, merging many alerts triggered heavy queries for unnecessary full alerts, which caused performance issues during non-merge cases. With this release, we have improved performance by fetching only the necessary fields in `mergeManyAlerts`. As a result, merging alerts occurs faster, improving overall system efficiency for users. |
| 25 | +
|
| 26 | +//ROX-33686 |
| 27 | +* Before this update, {ocp} 4.22 dropped `PatternFly` 5 support, causing runtime issues with the plugin in {ocp} 4.21 and later. As a consequence, users encountered runtime issues due to the disabled plugin. With this release, Red{nbsp}Hat updated the {ocp} version list for the dynamic plugin in versions 4.19, 4.20, and 4.21, disabling `PatternFly` 5 in {ocp} 4.21 and later. As a result, this avoids runtime issues, improving overall stability. |
| 28 | +
|
| 29 | +//ROX-33757 |
| 30 | +* Before this update, the system did not check whether the cluster entities store history enabled or disabled history. With this release, we have added a check for cluster entities history to prevent unnecessary storage. As a result, the system maintains optimal memory usage and CPU load because it no longer stores unnecessary items in the cluster entities store history. |
| 31 | +
|
| 32 | +//ROX-33758 |
| 33 | +* Before this update, the `endpointsStore.addToHistory` function caused quadratic complexity in large clusters, which increased sensor CPU load and elevated event-processing latency. With this release, we have improved CPU efficiency in `endpointsStore` mutations to reduce latency. As a result, the system processes events faster and maintains lower CPU usage in large clusters with many endpoints. |
| 34 | +
|
| 35 | +
|
| 36 | +This release also addresses the following security vulnerability: |
| 37 | + |
| 38 | +* Incorrect IPv6 host literal parsing in net/url allows for improper URL validation and handling (link:https://access.redhat.com/security/cve/cve-2026-25679[CVE-2026-25679]) |
0 commit comments