-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added rn 0.38
- v0.66.0
- v0.65.1
- v0.65.0
- v0.64.0
- v0.63.3
- v0.63.2
- v0.63.1
- v0.63.0
- v0.62.2
- v0.62.1
- v0.62.0
- v0.61.0
- v0.60.1
- v0.60.0
- v0.60.0-rc1
- v0.59.0
- v0.58.0
- v0.57.5
- v0.57.4
- v0.57.3
- v0.57.2
- v0.57.1
- v0.57.0
- v0.56.0
- v0.55.1
- v0.55.0
- v0.54.2
- v0.54.1
- v0.54.0
- v0.53.0
- v0.52.0
- v0.51.3
- v0.51.2
- v0.51.1
- v0.51.0
- v0.50.0
- v0.49.0
- v0.48.6
- v0.48.5
- v0.48.4
- v0.48.3
- v0.48.2
- v0.48.1
- v0.48.0
- v0.47.2
- v0.47.1
- v0.47.0
- v0.46.2
- v0.46.1
- v0.46.0
- v0.45.1
- v0.45.0
- v0.44.3
- v0.44.2
- v0.44.1
- v0.44.0
- v0.43.0
- v0.42.0
- v0.41.2
- v0.41.1
- v0.41.0
- v0.40.0
- v0.39.0
- v0.38.0
- v0.0.0-multiarch
- v0.0.0-darwin1
- v0.0.0-14789vxlan
- v0.0.0-0.63.0-beta1
- v0.0.0-0.60.0-beta3
- v0.0.0-0.60.0-beta2
- v0.0.0-0.60.0-beta1
- v0.0.0-0.46.0+vxlan
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters