Skip to content

Commit 19a09a8

Browse files
authored
Merge pull request #1298 from kernelkit/releng
Release Infix v25.11.0
2 parents 76bc8da + bcf33f9 commit 19a09a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/ChangeLog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
All notable changes to the project are documented in this file.
55

6-
[v25.11.0][UNRELEASED]
6+
[v25.11.0][] - 2025-12-02
77
-------------------------
88

99
> [!NOTE]
@@ -15,10 +15,6 @@ All notable changes to the project are documented in this file.
1515
1616
### Changes
1717

18-
- New `support` command for collecting system diagnostics to aid in both
19-
troubleshooting and support. Run `support collect > data.tar.gz`
20-
locally or remotely via SSH to gather configuration, logs, network state,
21-
and system information
2218
- Upgrade Buildroot to 2025.02.8 (LTS)
2319
- Upgrade Linux kernel to 6.12.60 (LTS)
2420
- Initial support for 32-bit ARM systems, reference board: Raspberry Pi 2B
@@ -42,7 +38,7 @@ All notable changes to the project are documented in this file.
4238
to `/interfaces/interface[name]/ipv4/infix-dhcp-client:dhcp`, issue #1109.
4339
The configuration is automatically migrated on upgrade. The DHCP client is
4440
now enabled using a presence container instead of a separate `enabled` leaf
45-
- The `enabled` nore for IPv4 autoconf (ZeroConf) has been dropped, `autoconf`
41+
- The `enabled` node for IPv4 autoconf (ZeroConf) has been dropped, `autoconf`
4642
is now a presence container. Configuration automatically migrated on upgrade
4743
- Add DHCPv6 client support for per-interface IPv6 configuration, augmenting
4844
`/interfaces/interface[name]/ipv6/infix-dhcpv6-client:dhcp`, issue #1110
@@ -57,7 +53,7 @@ All notable changes to the project are documented in this file.
5753
VXLAN tunnels. This also changes the default TTL of tunnels to 64, from the
5854
kernel default (*inherit*), which in turn fixes reported issues with dropped
5955
OSPF Hello frames in GRE tunnels
60-
- [Document][bpi-r3-emmc-documentation] how to go from SD card to eMMC on bpi-r3
56+
- [Document][bpi-r3-emmc-documentation] how to go from SD card to eMMC on BPi-R3
6157
- Add CLI commands for managing boot partition order: `show boot-order` and
6258
`set boot-order` allow viewing and changing the boot order from the CLI,
6359
complementing the existing YANG RPC support, issue #1032
@@ -75,6 +71,10 @@ All notable changes to the project are documented in this file.
7571
- Update factory configuration for BPi-R3 and NanoPi R2S boards to enable
7672
DHCPv6 client on WAN interface and allow traffic forwarding from LAN to WAN
7773
zone in the firewall (this is what most users expect)
74+
- New `support` command for collecting system diagnostics to aid in both
75+
troubleshooting and support. Run `support collect > data.tar.gz`
76+
locally or remotely via SSH to gather configuration, logs, network state,
77+
and system information (encryption using `gpg` available too)
7878

7979
### Fixes
8080

@@ -1820,7 +1820,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
18201820
- N/A
18211821

18221822
[buildroot]: https://buildroot.org/
1823-
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.10.0...HEAD
1823+
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.11.0...HEAD
18241824
[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
18251825
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0
18261826
[v25.10.0]: https://github.com/kernelkit/infix/compare/v25.09.0...v26.10.0

0 commit comments

Comments
 (0)