From e4119be1e27861d6be2e50279121bb551fdaf9c3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 12 Sep 2024 06:44:31 +0200 Subject: [PATCH] doc: update ChangeLog with fixes Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index ae65d51bb..e6e33def9 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -10,6 +10,10 @@ All notable changes to the project are documented in this file. ### Changes - Updated `infix-routing.yang` to declare deviations for unsupported OSPF RPCs and Notifications in `ietf-ospf.yang` +- The CLI admin-exec command `show dns` now also shows any configured + name servers, not just ones acquired via DHCP. Issue #510 +- Silence `yanger` log warnings for failing `mctl` command. Caused + by `mctl` reporting no multicast filtering enabled on bridge ### Fixes - Fix #357: EUI-64 based IPv6 autoconf address on bridges seem to be @@ -20,6 +24,15 @@ All notable changes to the project are documented in this file. authorized users, like `admin`, to not being able to query status of OSPF or BFD. Workaround by using the UNIX shell `sudo vtysh`. Regression introduced in v24.08.0 +- Fix #613: CLI regression in tab completion of container commands, + e.g., `container shell `. Regression introduced in v24.08.0 +- Fix #618: CLI command `show interfaces` does not show bridges and + bridge ports, regression introduced in v24.08.0 -- only affects + bridges without multicast snooping +- Fix #623: CLI command `container upgrade NAME` does not work, + regression introduced in v24.06.0 +- Spellcheck path to `/var/lib/containers` when unpacking OCI archives + on container upgrade - The timeout before giving up on loading the `startup-config` at boot is now 1 minute, just like operations via other front-ends (NETCONF and RESTCONF). This was previously (incorrectly) set to 10 seconds.