Skip to content

Commit bd1096d

Browse files
committed
Patch release notes for 4.8.1
1 parent 8d34776 commit bd1096d

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

modules/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif::[]
5959
:osp: Red{nbsp}Hat OpenShift
6060
:olm-first: Operator Lifecycle Manager (OLM)
6161
:olm: OLM
62-
:rhacs-version: 4.8.0
62+
:rhacs-version: 4.8.1
6363
:ocp-supported-version: 4.12
6464
:ocp-latest-version: 4.17
6565
:plugin-acs-latest-version: 0.0.4

release_notes/48-release-notes.adoc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ toc::[]
1616
|{product-title-short} version |Released on
1717

1818
|`4.8.0` | 9 July 2025
19+
|`4.8.1` | 28 July 2025
1920

2021
|====
2122

@@ -187,7 +188,7 @@ For more details, see xref:../operating/examine-images-for-vulnerabilities.adoc#
187188

188189
* {product-title-short} 4.8 includes the updated `roxctl` help command output making it more readable. The output is now more consistent with other command-line tools.
189190

190-
* Red Hat has moved the `SecurityPolicy`` Custom Resource Definition (CRD) to the template directory within the Helm chart. This change simplifies CRD maintenance if you are using Helm, as it now automatically upgrades.
191+
* Red Hat has moved the `SecurityPolicy` Custom Resource Definition (CRD) to the template directory within the Helm chart. This change simplifies CRD maintenance if you are using Helm, as it now automatically upgrades.
191192
+
192193
[IMPORTANT]
193194
====
@@ -375,4 +376,24 @@ This update introduces an **Edit** button to initiate editing, making the **Save
375376
* `Yes` to enable enforcement for events.
376377
* `No` to disable enforcement for events.
377378

379+
[id="about-this-release-481_{context}"]
380+
== About release 4.8.1
381+
382+
*Release date* 28 July 2025
383+
384+
This release of {product-title-short} 4.8 provides the following bug fixes:
385+
386+
//ROX-30059 - Dmitrii
387+
* In {product-title-short} 4.8, Central fails to create a backup due to using `pg_dump` from PostgreSQL version 13 with the PostgreSQL 15 database. With this release, we updated the `pg_dump` version in Central to resolve the backup failures.
388+
//ROX-30057 - Luis VM
389+
* Before this update, the migration of the network flow table during the 4.8 upgrade would take a lot of time, ultimately failing with timeout after 2 hours. With this release, batch network flow updates have been implemented to reduce the migration time.
390+
//ROX-29755 - from 4.7.5 notes
391+
* Before this update, the failure of Sensor to call `stream.Recv()` caused gRPC flow control to block image reprocessing every 4 hours. With this update, the reprocessing loop includes a timeout for sending messages to Sensors, which resolves the issue and resumes the image reprocessing as expected.
392+
//ROX-29724 - Jouko
393+
* Before this update, removing a network entity from the network tree did not properly remove its parent node when it had no children or value, leading to a memory leak. As a consequence, users experienced increased memory usage and potential application crashes, particularly noticeable with external IPs enabled. With this release, the memory leak has been fixed by removing parent nodes when nodes are removed from the network tree. As a result, network tree memory usage is optimized, reducing potential crashes and improving system performance, especially with external IPs enabled.
394+
//ROX-29649 - from 4.7.5 notes
395+
* Before this update, you could observe excessive logging of telemetry collection status, resulting in log spam. With this update, the telemetry collection has been configured to not emit repeated logs continuously, which resolves the issue and significantly reduces the log volume.
396+
//ROX-29613 - Olivier
397+
* Before this update, there was a time window during which external IPs could be stored in the database while the corresponding deployment had been deleted. This resulted in inaccessible and stale data, and a loss of storage and memory, possibly leading to memory exhaustion. With this release, Central no longer stores external IP information about deleted deployments.
398+
378399
include::modules/image-versions.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)