@@ -19,23 +19,35 @@ Major changes on 2025-12-19
1919
2020**Milestone 8.7 **
2121
22- - [Core 3.15+] A new Applications page was added to quickly gather
23- information about applications installed in the cluster, their
24- installation node, type, version and links to act over them.
25-
26- - [Core 3.14+] The Nodes page was stremlined to easily identify the
27- cluster nodes also by FQDN, while resource usage metrics were moved into
28- the node detailed view, along with node alerts and links to detailed IP
29- addresses and applications. If NS7 migration is in progress, the NS7 is
30- displayed as a special node.
31-
32- - [Core 3.14+] Added support for :ref: `assigning Podman named volumes to
33- additional disks <named-volume-disk>`. Administrators can now
34- preconfigure the base path used when creating named volumes for rootless
35- applications. This allows redirecting application data to alternative
36- disks, improving storage organization and reducing pressure on the
37- system disk. This feature is especially useful for data-intensive
38- applications such as the Samba File Server.
22+ - **Import/export data ** [Core 3.16] -- Users and groups can be
23+ imported/exported with a file in CSV format, containing username,
24+ password, groups and other details. The import/export procedure can be
25+ executed also from cluster-admin and user portal APIs. Refer to
26+ :ref: `import-export-data-section ` for more information.
27+
28+ - **Firewalld rich rules ** [Core 3.16] -- Application developers can
29+ configure arbitrary Firewalld rich rules to cover complex network
30+ routing use cases.
31+
32+ - **Applications page ** [Core 3.15] -- A new :ref: `Applications page
33+ <applications-section>` was added to quickly gather information about
34+ applications installed in the cluster, their installation node, type,
35+ version and links to act over them.
36+
37+ - **Nodes page ** [Core 3.14] -- The :ref: `Nodes page <node-views >` was
38+ stremlined to easily identify the cluster nodes also by FQDN, while
39+ resource usage metrics were moved into the node detailed view, along
40+ with node alerts and links to detailed IP addresses and applications. If
41+ NS7 migration is in progress, the NS7 is displayed as a special node.
42+
43+ - **Additional disks management ** [Core 3.14] -- Added support for
44+ :ref: `assigning Podman named volumes to additional disks
45+ <named-volume-disk>`. Administrators can now preconfigure the base path
46+ used when creating named volumes for rootless applications. This allows
47+ redirecting application data to alternative disks, improving storage
48+ organization and reducing pressure on the system disk. This feature is
49+ especially useful for data-intensive applications such as the Samba File
50+ Server.
3951
4052 A new command, ``volumectl ``, provides the ability to list available
4153 base paths, assign volumes to a selected disk, and remove existing
@@ -47,6 +59,33 @@ Major changes on 2025-12-19
4759 allowing disk selection during application installation, clone, and
4860 restore operations.
4961
62+ - **Boot load shaping ** [Core 3.14] -- The system load at boot time is
63+ dynamically optimized by the number of available processors. The load is
64+ distributed in a sequential way over a longer time span, reducing the
65+ application concurrency and preventing resource bottlenecks.
66+
67+ - **Reduced Audit trail size ** [Core 3.14] -- The event types stored into
68+ :ref: `audit-trail-section ` has been reduced to limit the volume of
69+ api-server writes. Only ``create-tasks `` and ``login-ok `` (successful
70+ logins) events are stored. Note that failed logins events are still
71+ logged.
72+
73+ - **Limited agent worker processes ** [Core 3.12] -- The default number of
74+ simultaneous processes spawned by agents is now limited to 32.
75+ Subsequent tasks are rejected with "Agent is busy" error, until running
76+ processes decrease under the limit.
77+
78+ - **Cloud Log Manager (CLM) login records ** [Core 3.12] -- Cluster-admin
79+ login events are marked with *security * category and sent to
80+ :ref: `Cloud Log Manager <clm-section >`, if enabled.
81+
82+ - **Samba ``[homes]`` customization ** [3.2.0] -- Samba core application
83+ supports ``[homes] `` section customization in the ``include.conf `` file,
84+ as for other sections.
85+
86+ - **Piler update ** [1.1.0] -- Piler has been updated to upstream version
87+ 1.4.8, providing new features, performance improventes, and many bug and
88+ security fixes.
5089
5190Major changes on 2025-09-30
5291===========================
0 commit comments