Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rn 0.38 #1292

Merged
merged 1 commit into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/rn/0.38.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down