Skip to content

Commit eb00386

Browse files
committed
doc: update ChangeLog for v25.10 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 5e02a7b commit eb00386

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

doc/ChangeLog.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,56 @@ All notable changes to the project are documented in this file.
66
[v25.10.0][] - 2025-10-31
77
-------------------------
88

9+
> [!NOTE]
10+
> Noteworthy changes and additions in this release:
11+
>
12+
> **🛡️ Zone-Based Firewall (ZBF):** Protect your network with our zone-based
13+
> firewall powered by [firewalld][]. Define security zones, set policies
14+
> between them, and enable masquerading.
15+
>
16+
> **📊 System & Hardware Monitoring:** CLI `show system`, `show services`, and
17+
> `show hardware` now give you instant visibility into CPU temperature, fan
18+
> speeds, memory, running services, and sensor data from SFP modules, WiFi radios,
19+
> and more. All operational data also available over NETCONF and RESTCONF.
20+
>
21+
> **🚀 Expanded Hardware Support:** The NanoPi R2S is now included in the
22+
> default Aarch64 build, which also adds support for Raspberry Pi 3B, and
23+
> Raspberry Pi CM4 variants. All boards now benefit from automatic `/var`
24+
> partition expansion on first boot.
25+
26+
[firewalld]: https://firewalld.org
27+
928
### Changes
1029

1130
- Upgrade Buildroot to 2025.02.7 (LTS)
1231
- Upgrade Linux kernel to 6.12.56 (LTS)
13-
- Extend NETCONF and RESTCONF scripting documentation with operational
14-
data examples, discovery patterns, and common workflow examples, issue #1156
32+
- Extend NETCONF and RESTCONF scripting documentation with operational data
33+
examples, discovery patterns, and common workflow examples, issue #1156
1534
- Initial support for a zone-based firewall, based on `firewalld`, issue #448
1635
- Add `validate` option to CLI `copy` command. This can be used before doing a
1736
restore of a backup, or when having edited configuration files manually. With
1837
the validate flag (`-n` from the shell) the file is only loaded and validated
1938
against the YANG models, it is *not* rolled in if validation is successful.
2039
Example: `copy /media/backup/old.cfg running-config validate`, issue #373
21-
- Automatically expand `/var` partition on SD card at first boot on RPi
40+
- Automatically expand `/var` partition at first boot on all MMC-based devices
2241
- New `upgrade` RPC (action) for containers using images with mutable tags
2342
- Optimize startup of preexisting containers by adding metadata to track all
2443
OCI archives loaded into container store, and all container configurations
2544
used to create container instances. Instances are now only recreated when
2645
metadata from an existing instance does not match either the configuration
2746
or the image — because of configuration changes or image upgrades
2847
- Updated container documentation on volumes, image tags, and image upgrade
48+
- Add new `show services` command to display running system services
49+
- Add new `show system` command with comprehensive system overview including
50+
hostname, uptime, load average, CPU/fan temperatures, memory, disk usage
51+
- Add hardware sensor monitoring support in `show hardware` with hierarchical
52+
display of temperature, fan, voltage, current, and power sensors
53+
- Add support for NanoPi R2S router platform to the default Aarch64 build,
54+
bumping it to Tier 2 support (SD-card images built separately)
55+
- Add support for Raspberry Pi 3B (BCM2837)
56+
- Add support for Raspberry Pi Compute Module 4 IoT Router Board Mini
57+
- Add support for Raspberry Pi Compute Module 4 NVME NAS box
58+
- Add `reboot` option to CLI `upgrade` command for automatic system restart
2959

3060
### Fixes
3161

0 commit comments

Comments
 (0)