Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ endif::[]
:osp: Red{nbsp}Hat OpenShift
:olm-first: Operator Lifecycle Manager (OLM)
:olm: OLM
:rhacs-version: 4.8.4
:rhacs-version: 4.8.5
:ga-date-482: 18 August 2025
:ga-date-483: 9 September 2025
:ga-date-484: 15 September 2025
:ga-date-485: 30 September 2025
:ocp-supported-version: 4.12
:ocp-latest-version: 4.17
:plugin-acs-latest-version: 0.0.4
Expand Down
20 changes: 19 additions & 1 deletion release_notes/48-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ toc::[]
|`4.8.2` | {ga-date-482}
|`4.8.3` | {ga-date-483}
|`4.8.4` | {ga-date-484}

|`4.8.5` | {ga-date-485}
|====

[id="about-this-release-480_{context}"]
Expand Down Expand Up @@ -457,4 +457,22 @@ This release also addresses the following security vulnerabilities:

* Vulnerability in the form-data JavaScript library (link:https://access.redhat.com/security/cve/cve-2025-7783)[CVE-2025-7783])


[id="about-this-release-485_{context}"]
== About release 4.8.5

*Release date* {ga-date-485}

This release provides the following bug fixes:

//ROX-30462
* Before this update, the logging was excessive in various scenarios which were recoverable and not indicative of an actual error. With this update, the logs generated for acquiring scan semaphores have been reduced from `ERROR` to `DEBUG` level. As a result, it is easier to identify actual shutdown issues without the distraction of log spam.

//ROX-30867
* Before this update, Central processed large batches of process indicators in a single database transaction while holding a lock. With this update, the process indicator processing logic is optimized, resulting in reduced strain on Central and Central DB during high-volume indicator processing.

//ROX-31088
* Before this update, the installed version of the Compliance Operator was not correctly reported through telemetry.
With this update, the mechanism that reports the Compliance Operator version through telemetry is fixed and the Compliance Operator version is now correctly reported through telemetry.

include::modules/image-versions.adoc[leveloffset=+1]