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
+22-1Lines changed: 22 additions & 1 deletion
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
@@ -187,7 +188,7 @@ For more details, see xref:../operating/examine-images-for-vulnerabilities.adoc#
187
188
188
189
* {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.
189
190
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.
191
192
+
192
193
[IMPORTANT]
193
194
====
@@ -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.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.
0 commit comments