From 561c5b3a8000690921320a04aba157e676b29ab2 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Tue, 19 Mar 2024 12:44:11 -0700 Subject: [PATCH] A5 release notes --- docs/release-notes/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 738c6ac..33afdd4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -1,5 +1,30 @@ # Release notes +## Alpha-5 + +### Open Source + +* Apache License 2.0 +* The main repos are [public](https://github.com/githedgehog): + * Fabric + * Fabricator + * Das-boot + * Toolbox + * Docs +* Items not open-sourced: + * HONIE with front panel booting support + +### DHCP/PXE boot support for multi-homed connections + +* PXE URL support for on-demand DHCP service +* LACP link (MCLAG and ESLAG) fallback allows support of one of the links without the use of a host-level bond + +### Improvements + +* Native VLAN support for server-facing connections +* Extended wiring validation at hhfab init/build time +* External peering failover in case of using remote peering on the same switches as external connectivity + ## Alpha-4 ### Documentation