From 9626907f6415e1917f574615f2881de3d0e4fe37 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Mon, 13 Mar 2023 12:46:49 +0100 Subject: [PATCH] Added rn 0.38 (#1292) added rn 0.38 --- docs/rn/0.38.md | 18 ++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/rn/0.38.md diff --git a/docs/rn/0.38.md b/docs/rn/0.38.md new file mode 100644 index 000000000..c9e9971c0 --- /dev/null +++ b/docs/rn/0.38.md @@ -0,0 +1,18 @@ +# Release 0.38 + +:material-calendar: 2023-03-13 ยท :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases) + +## Remote startup-configs + +Node's [`startup-config`](../manual/nodes.md#startup-config) can now point to a remote http/https location. Containerlab will download the remote file and use it as a startup-config. #1283 + +## Link MTU + +Now users can set the MTU of the link between two nodes. This is done by [setting the `mtu`](../manual/network.md#link-mtu) field in the link definition. Prior to that change, MTU was always 9500B. #1285 + +## Miscellaneous + +* Network mode `none` has been added to allow running nodes without docker networking #1284 +* Fix extra newline chars added to files that already had one #1286 +* Default interface name checks are no longer enforced, with only specific kinds using them #1276 +* Updated Go to v1.20 #1287 diff --git a/mkdocs.yml b/mkdocs.yml index 5bac1c4c4..f32ecca1a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -93,6 +93,7 @@ nav: - Leaf-spine topology: lab-examples/templated01.md - 5-stage Clos topology: lab-examples/templated02.md - Release notes: + - "0.38": rn/0.38.md - "0.37": rn/0.37.md - "0.36": rn/0.36.md - "0.35": rn/0.35.md