Skip to content

Commit

Permalink
Merge pull request #939 from srl-labs/0.29
Browse files Browse the repository at this point in the history
0.29 release notes
  • Loading branch information
hellt authored Jul 11, 2022
2 parents 1df832c + 54de76f commit c0055a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions docs/rn/0.29.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 1 addition & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -174,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/
Expand Down

0 comments on commit c0055a0

Please sign in to comment.