Skip to content

Commit 985ba66

Browse files
author
Agil Antony
committed
ROX33859 Release notes for 4.10.1
ROX33859 Release date ROX33859 Minor fix ROX33859 Minor fix
1 parent 502c006 commit 985ba66

5 files changed

Lines changed: 45 additions & 4 deletions

File tree

modules/bug-fixes-in-version-410.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: REFERENCE
66
[id="bug-fixes_410"]
7-
= Bug fixes in version 4.10
7+
= Bug fixes in version 4.10.0
88

99
[role="_abstract"]
1010
This release contains bug fixes and enhancements.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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])

modules/common-attributes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ endif::[]
6262
:product-registry: OpenShift image registry
6363
:olm-first: Operator Lifecycle Manager (OLM)
6464
:olm: OLM
65-
:rhacs-version: 4.10.0
65+
:rhacs-version: 4.10.1
6666
:ga-date-410: 3 March 2026
67+
:ga-date-4101: 31 March 2026
6768
:ocp-supported-version: 4.12
6869
:ocp-latest-version: 4.21
6970
:pipelines-shortname: OpenShift Pipelines

modules/release-dates-410.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ Review the official release dates and update schedule for {product-title-short}
1616
|{product-title-short} version |Released on
1717

1818
|`4.10.0` | {ga-date-410}
19+
|`4.10.1` | {ga-date-4101}
1920

2021
|====

release_notes/410-release-notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="release-notes-410"]
33
= Red{nbsp}Hat Advanced Cluster Security for Kubernetes 4.10
4+
include::modules/common-attributes.adoc[]
45
:context: release-notes-410
56
:toc: macro
67
:toclevels: 3
@@ -12,8 +13,6 @@ Red{nbsp}Hat Advanced Cluster Security for Kubernetes (RHACS) is an enterprise-r
1213

1314
RHACS deploys into your infrastructure and integrates with your DevOps tools and workflows. This integration provides better security and compliance, enabling DevOps and InfoSec teams to operationalize security.
1415

15-
include::modules/common-attributes.adoc[]
16-
1716
include::modules/release-dates-410.adoc[leveloffset=+1]
1817

1918
include::modules/about-release-410.adoc[leveloffset=+1]
@@ -80,4 +79,6 @@ include::modules/deprecated-and-removed-features-410.adoc[leveloffset=+1]
8079

8180
include::modules/bug-fixes-in-version-410.adoc[leveloffset=+1]
8281

82+
include::modules/bug-fixes-in-version-4101.adoc[leveloffset=+1]
83+
8384
include::modules/image-versions.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)