From d2a2ede1ff3f194632bab0875ff6508f95d1065e Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sun, 22 Oct 2023 21:21:56 +0200 Subject: [PATCH] added rn 0.47 (#1662) * added rn 0.47 * added remote labs --- docs/rn/0.47.md | 36 ++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 37 insertions(+) create mode 100644 docs/rn/0.47.md diff --git a/docs/rn/0.47.md b/docs/rn/0.47.md new file mode 100644 index 000000000..7f2165be7 --- /dev/null +++ b/docs/rn/0.47.md @@ -0,0 +1,36 @@ +# Release 0.47 + +:material-calendar: 2023-10-20 ยท :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases) + +## Remote labs + +Making labs easily accessible is one of the main goals of Containerlab. With this release, we are introducing a new feature that allows you to deploy labs even faster and easier. You can now deploy labs by simply referring to a github repository! + +Containerlab will clone the repository on your behalf and deploy the topology. Hey, it can't be easier than that! + +Read more about this feature in the [deploy command reference](../cmd/deploy.md#remote-topology-files). + + + +Delivered in #1654. + +## Auto-provisioning of DNS servers for the SR Linux management VRF + +Containerlab is now able to automatically detect which DNS servers are configured on the hosts and [configure them](../manual/kinds/srl.md#dns-configuration) in the SR Linux'es management VRF accordingly. This aligns SR Linux nodes behavior with the behavior of regular containers launched by Docker where the DNS requests are handled by Docker's DNS resolver #1650. + +## SSH Config + +Even though auto accepting the changed host key is in the DNA of network engineers, the warning message is still annoying. + +Containerlab now [generates an SSH config](../manual/inventory.md#ssh-config) file for each lab that removes the host key check and sets the username to the one known to Containerlab. Making it even easier to quickly SSH into the nodes #1660. + +## Miscellaneous + +* fixes to mgmt0 interface config on SR Linux nodes #1641 +* MAC address config for macvlan links #1642 +* documentation fix for extended links format #1649 +* podman exec command fix #1653 +* APT/YUM repositories are now automatically added to all SR Linux nodes. They are used to install NDK apps and CLI plugins provided by Nokia #1657 +* SR Linux's mgmt0.0 interface is now auto-configured with the correct IP-MTU value #1658 diff --git a/mkdocs.yml b/mkdocs.yml index 4eac281c9..1b1cccbf7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -107,6 +107,7 @@ nav: - 5-stage Clos topology: lab-examples/templated02.md - RARE/freeRtr: lab-examples/rare-freertr.md - Release notes: + - "0.47": rn/0.47.md - "0.46": rn/0.46.md - "0.45": rn/0.45.md - "0.44": rn/0.44.md