From 31cb4ebbc3a00be82da8ac631afde348c2ea1a5a Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 23 Dec 2022 10:53:14 +0100 Subject: [PATCH] added rn 0.34 --- .markdownlint.yml | 1 + docs/rn/0.34.md | 19 +++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 21 insertions(+) create mode 100644 docs/rn/0.34.md diff --git a/.markdownlint.yml b/.markdownlint.yml index bb017092f..7b0cf5732 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,3 +1,4 @@ +"MD026": false # allow trailing punctuation to support icons shortcodes at the end of a sentence "MD038": false "MD033": false # inline html "MD013": false # line-length diff --git a/docs/rn/0.34.md b/docs/rn/0.34.md new file mode 100644 index 000000000..467f6a41c --- /dev/null +++ b/docs/rn/0.34.md @@ -0,0 +1,19 @@ +# Release 0.34 :christmas_tree: + +:material-calendar: 2022-12-23 + +## Cisco XRd support + +Thanks to @trustywolf we finally landed support for [Cisco XRd](../manual/kinds/xrd.md)! No more dealing with a 16GB mem-hungry VM monster when all you need is a control plane. #1144 + +## Major codebase refactoring + +@steiler went into the berzerk mode and refactored half of the containerlab's internal code base to have a cleaner separation of packages, internal APIs and increased extensibility. + +This change was carried over in multiple PRs and touched a lot of files; while we did quite some testing and maintained the same user experience, there might be things that work differently, do let us know if there is something out of order. + +## Miscellaneous + +* Containerlab can now be installed on Core OS #1115 +* Fixed pull image function to support pulling images without explicit tags #1123 +* Memory calculation function has been fixed to report on available memory, not just free one #1133 diff --git a/mkdocs.yml b/mkdocs.yml index b5daea7a8..afeab6356 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,6 +92,7 @@ nav: - Leaf-spine topology: lab-examples/templated01.md - 5-stage Clos topology: lab-examples/templated02.md - Release notes: + - "0.34": rn/0.34.md - "0.33": rn/0.33.md - "0.32": rn/0.32.md - "0.31": rn/0.31.md