Skip to content

Commit

Permalink
added 0.45.0 release notes (#1600)
Browse files Browse the repository at this point in the history
added RNs
  • Loading branch information
hellt committed Sep 20, 2023
1 parent f2b4a62 commit 172fb93
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/rn/0.45.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Release 0.45

:material-calendar: 2023-09-20 · :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases)

## vJunos-switch

Thanks to contributions from @akielaries done in #1553 and accompanying vrnetlab PR containerlab gets support for [Juniper vJunos-switch](../manual/kinds/vr-vjunosswitch.md). This is a new VM-based virtual product from Juniper that has been integrated in containerlab by juniper folks, kudos to them!

## Find topology file in a directory

For quite a while containerlab had two ways of finding which topology file to use when deploying/destroing/inspecting a lab:

1. when users provide a path to a topology file via `-t` flag, containerlab will use that file
2. when users do not provide a path to a topology file (no `-t` flag present), containerlab would search for a file named `*.clab.yml` in the current directory and use it.

Now @steiler enhanced this functionality by making sure that if a user provides a path with `-t` flag that points to a directory, then we will apply topology file finding logic in this directory, instead of bailing out with an error.

## suppress-startup-config

@bewing added a new node parameter called [`suppress-config`](../manual/nodes.md#suppress-startup-config) to give users ability to suppress startup config generation for a given node or a set of nodes. This is particularly useful in scenarios when you want to test ZTP and thus make sure containerlab doesn't add anything on its own accord.

## Miscellaneous

* #1571 - ansible proxy variable is added to containerlab produced ansible inventory
* #1592 - ca cert and node certs now have a default country code set to US
* #1583 - default link MTU is now fixed to be 9500 again
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ nav:
- 5-stage Clos topology: lab-examples/templated02.md
- RARE/freeRtr: lab-examples/rare-freertr.md
- Release notes:
- "0.45": rn/0.45.md
- "0.44": rn/0.44.md
- "0.43": rn/0.43.md
- "0.42": rn/0.42.md
Expand Down

0 comments on commit 172fb93

Please sign in to comment.