Skip to content

Commit f081bef

Browse files
committed
doc: update changelog with fixes and new features
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent ef73ec6 commit f081bef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/ChangeLog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,40 @@ All notable changes to the project are documented in this file.
1313
- Extend NETCONF and RESTCONF scripting documentation with operational
1414
data examples, discovery patterns, and common workflow examples, issue #1156
1515
- Initial support for a zone-based firewall, based on `firewalld`, issue #448
16+
- Add `validate` option to CLI `copy` command. This can be used before doing a
17+
restore of a backup, or when having edited configuration files manually. With
18+
the validate flag (`-n` from the shell) the file is only loaded and validated
19+
against the YANG models, it is *not* rolled in if validation is successful.
20+
Example: `copy /media/backup/old.cfg running-config validate`, issue #373
1621
- Automatically expand `/var` partition on SD card at first boot on RPi
22+
- New `upgrade` RPC (action) for containers using images with mutable tags
23+
- Optimize startup of preexisting containers by adding metadata to track all
24+
OCI archives loaded into container store, and all container configurations
25+
used to create container instances. Instances are now only recreated when
26+
metadata from an existing instance does not match either the configuration
27+
or the image — because of configuration changes or image upgrades
28+
- Updated container documentation on volumes, image tags, and image upgrade
1729

1830
### Fixes
1931

32+
- Fix #981: copying any file, including `running-config`, to the persistent
33+
back-end store for `startup-config`, does not take
34+
- Fix #1146: Possible to set longer containers names than the system supports.
35+
Root cause, a limit of 15 characters implicitly imposed by the service mgmt
36+
daemon, Finit. The length has not been increased to 64 characters (min: 2)
37+
and the YANG model now properly warns if the name is outside of these limits
38+
- Fix #1147: Use container metadata to clean up lingering old container images
39+
instead of using the too broad `podman image prune -af` command
40+
- Fix #1148: Only retry container instance create on remote images
41+
- Fix #1149: Increase `podman stop` timeout, from 10 to 30 seconds, needed with
42+
bigger containers on heavily loaded systems
2043
- Fix #1194: CLI `text-editor` command does not do proper input sanitation
2144
- Fix #1197: RPi4 no longer boots after BPi-R3 merge, introduced in v25.09
45+
- Upgrade fixes for containers with mutable images, e.g., `:latest`. Infix now
46+
always tries to fetch a new version of the OCI archive, for remote images,
47+
regardless of the transport. After upgrade the old image is pruned
48+
- Fix #1203: copying any file, including `startup-config`, to `running-config`
49+
does not take
2250

2351
[v25.09.0][] - 2025-09-30
2452
-------------------------

0 commit comments

Comments
 (0)