Skip to content

Commit 4080172

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

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
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: 21 additions & 0 deletions
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

@@ -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.7 provides the following bug fixes:
385+
386+
//ROX-30059 - Dmitrii
387+
* Before this update, {product-title-short} Central backup failure occurred due to using `pg_dump` version 13 with the PostgreSQL 15 database. This backup failure resulted in data loss for users on version 4.8 with the PostgreSQL 15 databases. 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, long network flow update jobs during the 4.8 upgrade caused a 2-hour migration timeout. As a consequence, users experienced a 2-hour outage during the upgrade. With this release, batch network flow updates have been implemented to reduce migration timeouts. As a result, migration timeouts are minimized, reducing the outage window for network flow updates.
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 - Oliver
397+
* Before this update, user-deleted pods were not properly removed from the database, causing stale data to persist and reappear later. As a consequence, stale user data became inaccessible, potentially leading to loss of space and memory exhaustion. With this release, Sensor and Central no longer store information about deleted deployments. As a result, stale data does not persist.
398+
378399
include::modules/image-versions.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)