@@ -12,12 +12,40 @@ All notable changes to the project are documented in this file.
1212- Extend NETCONF and RESTCONF scripting documentation with operational
1313 data examples, discovery patterns, and common workflow examples, issue #1156
1414- Initial support for a zone-based firewall, based on ` firewalld ` , issue #448
15+ - Add ` validate ` option to CLI ` copy ` command. This can be used before doing a
16+ restore of a backup, or when having edited configuration files manually. With
17+ the validate flag (` -n ` from the shell) the file is only loaded and validated
18+ against the YANG models, it is * not* rolled in if validation is successful.
19+ Example: ` copy /media/backup/old.cfg running-config validate ` , issue #373
1520- Automatically expand ` /var ` partition on SD card at first boot on RPi
21+ - New ` upgrade ` RPC (action) for containers using images with mutable tags
22+ - Optimize startup of preexisting containers by adding metadata to track all
23+ OCI archives loaded into container store, and all container configurations
24+ used to create container instances. Instances are now only recreated when
25+ metadata from an existing instance does not match either the configuration
26+ or the image — because of configuration changes or image upgrades
27+ - Updated container documentation on volumes, image tags, and image upgrade
1628
1729### Fixes
1830
31+ - Fix #981 : copying any file, including ` running-config ` , to the persistent
32+ back-end store for ` startup-config ` , does not take
33+ - Fix #1146 : Possible to set longer containers names than the system supports.
34+ Root cause, a limit of 15 characters implicitly imposed by the service mgmt
35+ daemon, Finit. The length has not been increased to 64 characters (min: 2)
36+ and the YANG model now properly warns if the name is outside of these limits
37+ - Fix #1147 : Use container metadata to clean up lingering old container images
38+ instead of using the too broad ` podman image prune -af ` command
39+ - Fix #1148 : Only retry container instance create on remote images
40+ - Fix #1149 : Increase ` podman stop ` timeout, from 10 to 30 seconds, needed with
41+ bigger containers on heavily loaded systems
1942- Fix #1194 : CLI ` text-editor ` command does not do proper input sanitation
2043- Fix #1197 : RPi4 no longer boots after BPi-R3 merge, introduced in v25.09
44+ - Upgrade fixes for containers with mutable images, e.g., ` :latest ` . Infix now
45+ always tries to fetch a new version of the OCI archive, for remote images,
46+ regardless of the transport. After upgrade the old image is pruned
47+ - Fix #1203 : copying any file, including ` startup-config ` , to ` running-config `
48+ does not take
2149
2250[ v25.09.0] [ ] - 2025-09-30
2351-------------------------
0 commit comments