From c4fd75420ecb10f44cf3cce5f5cac39f766b867c Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Mon, 11 Jul 2022 21:43:28 +0200 Subject: [PATCH 1/2] 0.29 release notes --- docs/rn/0.29.md | 11 +++++++++++ mkdocs.yml | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/rn/0.29.md diff --git a/docs/rn/0.29.md b/docs/rn/0.29.md new file mode 100644 index 000000000..47a07fd30 --- /dev/null +++ b/docs/rn/0.29.md @@ -0,0 +1,11 @@ +# Release 0.29 +:material-calendar: 2022-07-11 + +## Checkpoint Cloudguard +Our firewall-focused camp got a new member - [Checkpoint Cloudguard](../manual/kinds/checkpoint_cloudguard.md) platform. This platform is built with [boxen](https://github.com/carlmontanari/boxen) project instead of vrnetlab. We are slowly building confidence in boxen and new platforms will likely be solely powered by boxen. PR #934 + +## Miscellaneous + +* added `-c` shorthand for `--cleanup` flag of the `destroy` command. Now to remove a lab and get rid of the lab directory simply call `clab des -c`. +* [`inspect`](../cmd/inspect.md) command has been fixed to display IP information even for nodes connected to external networks. +* added srlinux 6e and 10e platforms \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 20a0f96d5..fcb7a34f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,6 +89,7 @@ nav: - Leaf-spine topology: lab-examples/templated01.md - 5-stage Clos topology: lab-examples/templated02.md - Release notes: + - "0.29": rn/0.29.md - "0.28": rn/0.28.md - "0.27": rn/0.27.md - "0.26": rn/0.26.md From 54de76f1f28488f6c26b65024af2a317ea038df7 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Mon, 11 Jul 2022 21:53:25 +0200 Subject: [PATCH 2/2] removed revision date plugin --- Makefile | 2 +- mkdocs.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 69a41d7a4..58f41bdcf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_DIR = $$(pwd)/bin BINARY = $$(pwd)/bin/containerlab -MKDOCS_VER = 8.2.1 +MKDOCS_VER = 8.3.9 # insiders version/tag https://github.com/srl-labs/mkdocs-material-insiders/pkgs/container/mkdocs-material-insiders MKDOCS_INS_VER = 4.19.1-4 diff --git a/mkdocs.yml b/mkdocs.yml index fcb7a34f4..3ead8f243 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -175,12 +175,6 @@ plugins: separator: '[\s\-\_]' - minify: minify_html: true - - git-revision-date-localized: - enable_creation_date: true - type: timeago - # - git-committers: - # repository: srl-labs/containerlab - # token: !ENV GH_TOKEN - redirects: redirect_maps: lab-examples/tls-cert.md: https://clabs.netdevops.me/security/gnmitls/