-
Notifications
You must be signed in to change notification settings - Fork 274
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.47 * added remote labs
- Loading branch information
Showing
2 changed files
with
37 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,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). | ||
|
||
<video width="100%" controls> | ||
<source src="https://gitlab.com/rdodin/pics/-/wikis/uploads/1c2023f60dd16640346fe0746c9bf7fd/remote-labs.mp4" type="video/mp4"> | ||
</video> | ||
|
||
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 |
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