You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes/48-release-notes.adoc
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ toc::[]
16
16
|{product-title-short} version |Released on
17
17
18
18
|`4.8.0` | 9 July 2025
19
+
|`4.8.1` | 28 July 2025
19
20
20
21
|====
21
22
@@ -375,4 +376,24 @@ This update introduces an **Edit** button to initiate editing, making the **Save
375
376
* `Yes` to enable enforcement for events.
376
377
* `No` to disable enforcement for events.
377
378
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.
0 commit comments