From fa230f6484a702ffd91885c81d0549b47516601c Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Tue, 13 Apr 2021 19:33:28 +0200 Subject: [PATCH] Rn 0.13.0 (#375) * added rn 0.13 to toc * added rn * added csr rn * style fixes * aligned release notes --- docs/rn/0.13.0.md | 30 ++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 31 insertions(+) create mode 100644 docs/rn/0.13.0.md diff --git a/docs/rn/0.13.0.md b/docs/rn/0.13.0.md new file mode 100644 index 000000000..508b2a413 --- /dev/null +++ b/docs/rn/0.13.0.md @@ -0,0 +1,30 @@ +# Release 0.13.0 +:material-calendar: 2021-04-13 + +## Cisco CSR1000v support +Added support for Cisco CSR1000v system via [`vr-csr`](../manual/kinds/vr-csr.md) kind. + +## RouterOS support +With [`vr-ros`](../manual/kinds/vr-ros.md) kind added support for Mikrotik RouterOS system. + +## Arista cEOS improvements +This patch release brings the following improvements to Arista cEOS: + +1. Arista Ma0 MAC address is now having Arista OUI, instead of docker generated local MAC. Additionally, [System MAC address is now generated](https://github.com/srl-labs/containerlab/pull/362) as the next MAC address from Ma0 interface. +2. ETBA environment variable is [set to `4`](https://github.com/srl-labs/containerlab/pull/360), from its original value of `1`. +3. Default cEOS configuration now has the following config line to allow for enhanced BGP daemon to run on startup: + ``` + service routing protocols model multi-agent + ``` + +## Attachments to management network +With a new reserved endpoint definition it is now [possible](../manual/network.md#additional-connections-to-management-network) to attach data interface of a node to the management network. + + +## Miscellaneous +* a warning message will be displayed if container host has less than 1GB of free memory +* a lab won't deploy if a user specified `eth0` interface in the links section as this is not a possible configuration +* Now it is possible to safely use `-` (dashes) in lab name. + +## New contributors +Thanks to [@kellerza](https://github.com/kellerza), [@burnyd](https://github.com/burnyd), [@dharmbhai](https://github.com/dharmbhai), [@dpnetca](https://github.com/dpnetca) for providing some of these enhancements and joining our [contributors ranks](https://github.com/srl-labs/containerlab/graphs/contributors)! \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2d2538623..fe47156c7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,6 +70,7 @@ nav: - BGP VPLS between Nokia and Juniper: lab-examples/bgp-vpls-nok-jun.md - Multi-node labs: lab-examples/multinode.md - Release notes: + - 0.13.0: rn/0.13.0.md - 0.12.0: rn/0.12.0.md - 0.11.0: rn/0.11.0.md