diff --git a/docs/manual/vrnetlab.md b/docs/manual/vrnetlab.md index b61a24be8..912db1aef 100644 --- a/docs/manual/vrnetlab.md +++ b/docs/manual/vrnetlab.md @@ -1,6 +1,6 @@ --- vr_rns: - "0.20.0": >- + "0.20.1": >- New platforms: [Cisco IOL](kinds/cisco_iol.md), [Cisco vIOS](https://github.com/hellt/vrnetlab/tree/master/vios), [Huawei VRP](kinds/huawei_vrp.md)
The vrnetlab version (commit) is now part of the image labels under the `vrnetlab-version` name. This should help you identify what version of vrnetlab is used to build the image. --- @@ -35,7 +35,7 @@ Containerlab depends on [`hellt/vrnetlab`](https://github.com/hellt/vrnetlab) pr | containerlab[^3] | vrnetlab[^4] | Notes | | ---------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `0.58.0` | [`0.20.0`](https://github.com/hellt/vrnetlab/releases/tag/v0.20.0) | [[[vr_rns["0.20.0"]]]] | +| `0.58.0` | [`0.20.1`](https://github.com/hellt/vrnetlab/releases/tag/v0.20.1) | [[[vr_rns["0.20.1"]]]] | | `0.56.0` | [`0.18.1`](https://github.com/hellt/vrnetlab/releases/tag/v0.18.1) | Added support for [Dell SONiC](kinds/dell_sonic.md), [SONiC VM](kinds/sonic-vm.md), [Cisco Catalyst 9000v](kinds/vr-cat9kv.md) | | `0.55.0` | [`0.17.0`](https://github.com/hellt/vrnetlab/releases/tag/v0.17.0) | Added support for [Juniper vJunos-router](kinds/vr-vjunosrouter.md), [Generic VM](kinds/generic_vm.md), support for setting qemu parameters via env vars for the nodes | diff --git a/docs/rn/0.58.md b/docs/rn/0.58.md new file mode 100644 index 000000000..654b016d9 --- /dev/null +++ b/docs/rn/0.58.md @@ -0,0 +1,30 @@ +# Release 0.58 + +:material-calendar: 2024-10-14 ยท :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases) + +## Cisco IOL + +Yes, "IOS on Linux" was a hot thing in early 2000s, but if you don't need datapath features and just want to have a lightweight Cisco IOS - [Cisco IOL](../manual/kinds/cisco_iol.md) is as light as it gets. + +Thanks to @kaelemc and @DanPartelly and their work in #2211, #2235 and https://github.com/hellt/vrnetlab/pull/256 and https://github.com/hellt/vrnetlab/pull/257 you can now experience Cisco IOL in containerlab. + +Getting an IOS prompt was never easier, and faster! + +## Cisco vIOS + +Another good news for Cisco fanboys and fangirls, there is yet another NOS, apparently abbreviated as [vIOS](https://github.com/hellt/vrnetlab/tree/master/vios) that is now supported in containerlab thanks to the effort from @jaro0149 in https://github.com/hellt/vrnetlab/pull/249. + +This variant doesn't have its own `kind` in containerlab, because you can get away with the regular `linux` kind, as explained in the [docs](https://github.com/hellt/vrnetlab/tree/master/vios). + +## Huawei VRP + +And yet another contribution to vrnetlab/containerlab that adds a new system - this time from @rafabr and his work in https://github.com/hellt/vrnetlab/pull/250 that adds [`huawei_vrp`](../manual/kinds/huawei_vrp.md) system. + +Both N40E and CE12800 images were tested and they come with startup-config support. Great work @rafabr! + +## Miscellaneous + +- vrnetlab images are now tagged with `vrnetlab-version` label to help you identify when they were build and off of which vrnetlab commit +- updated N9Kv system requirements (cpu and mem bump) +- ssh config file is now explicitly created with `644` permissions +- documentation prefix `3fff` is used for v6 addresses for containerlab-driven management addresses. Thanks @hyposcaler-bot diff --git a/mkdocs.yml b/mkdocs.yml index 5b76bba38..40736b700 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -141,6 +141,7 @@ nav: - 5-stage Clos topology: lab-examples/templated02.md - Generic VM: lab-examples/generic_vm01.md - Release notes: + - "0.58": rn/0.58.md - "0.57": rn/0.57.md - "0.56": rn/0.56.md - "0.55": rn/0.55.md