From c1e9ec0ba7765d48a2ead2f136e0c0e5e7564613 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 13 May 2024 15:23:36 -0700 Subject: [PATCH] update to CHANGELOG for release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425f2ae0..a020450d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 2024-XX-XX CORE 9.1.0 + +* Installation + * most install files are now consolidated under /opt/core + * \#830 / \#831 - fixed issues with systemd service support +* Documentation + * added notes about MaxSession configuration for SSH when running distributed + * \#826 - updated tutorial 3 documentation +* core-daemon + * updated Docker nodes to use docker exec by default for commands + * added Podman nodes + * Docker/Podman compose support for nodes to allow greater configuration + * Docker/Podman node images no longer require network tools for orchestration + * EMANE configuration parsing updated to treat regexes as provided + * executables are now symlinks under $prefix/bin to avoid PATH issues + * new flag added to quickly enable debug logging + * code refactoring for handling internal nodes like control nets and ptp + * \#789 - wlan nodes can now configure the subnet for connected nodes + * \#801 - fixed issue running EMANE within Docker/Podman + * \#816 - fixed split link configuration saving to XML + * \#823 - config services are now the default and only services available + * \#842 - gRPC WLAN add node during runtime fixed +* core-gui + * fixed copy/paste nodes to include image name + * adds root to xhost by default when running + * \#811 - added convenience shortcut to run arbitrary commands from nodes, like wireshark + ## 2023-08-01 CORE 9.0.3 * Installation