@@ -14,6 +14,80 @@ NethServer 8 releases
1414
1515 __ http://community.nethserver.org/c/bug
1616
17+ Major changes on 2025-12-19
18+ ===========================
19+
20+ **Milestone 8.7 **
21+
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 on them.
36+
37+ - **Nodes page ** [Core 3.14] -- The :ref: `Nodes page <node-views >` was
38+ streamlined to make it easier to identify cluster nodes also by FQDN,
39+ while resource usage metrics were moved into the node detailed view,
40+ along with node alerts and links to detailed IP addresses and
41+ applications. If an NS7 migration is in progress, the NS7 system is
42+ displayed as a special node.
43+
44+ - **Additional disks management ** [Core 3.14] -- Added support for
45+ :ref: `assigning Podman named volumes to additional disks
46+ <named-volume-disk>`. Administrators can now preconfigure the base path
47+ used when creating named volumes for rootless applications. This allows
48+ redirecting application data to alternative disks, improving storage
49+ organization and reducing pressure on the system disk. This feature is
50+ especially useful for data-intensive applications such as the Samba File
51+ Server. A new command, ``volumectl ``, provides the ability to list
52+ available base paths, assign volumes to a selected disk, and remove
53+ existing assignments. The configuration is applied when applications are
54+ installed, restored, or cloned; relocation of existing volumes is not
55+ supported yet. A future update will extend this functionality to the
56+ cluster-admin UI, allowing disk selection during application
57+ installation, clone, and restore operations.
58+
59+ - **Boot load shaping ** [Core 3.14] -- The system load at boot time is
60+ dynamically optimized based on the number of available processors. The
61+ load is distributed in a sequential way over a longer time span,
62+ reducing application concurrency and preventing resource bottlenecks.
63+
64+ - **Reduced Audit trail size ** [Core 3.14] -- The event types stored in
65+ the :ref: `audit-trail-section ` have been reduced to limit the volume of
66+ api-server writes. Only ``create-tasks `` and ``login-ok `` (successful
67+ logins) events are stored. Note that failed login events are still
68+ logged.
69+
70+ - **Limited agent worker processes ** [Core 3.12] -- The default number of
71+ simultaneous processes spawned by agents is now limited to 32.
72+ Subsequent tasks are rejected with *Agent is busy * until the number of
73+ running processes falls below the limit.
74+
75+ - **Cloud Log Manager (CLM) login records ** [Core 3.12] -- Cluster-admin
76+ login events are marked with *security * category and sent to :ref: `Cloud
77+ Log Manager <clm-section>`, if enabled.
78+
79+ - **Samba [homes] customization ** [3.2.0] -- The Samba core application
80+ supports ``[homes] `` section customization in the ``include.conf `` file,
81+ consistent with other sections.
82+
83+ - **Piler update ** [1.1.0] -- Piler has been updated to upstream version
84+ 1.4.8, providing new features, performance improvements, and many bug
85+ and security fixes.
86+
87+ - **Nextcloud 32 / HUB 25 Autumn ** [1.6.0] -- Updated to the latest major
88+ Nextcloud release.
89+
90+
1791Major changes on 2025-09-30
1892===========================
1993
0 commit comments