Skip to content

Commit

Permalink
0.58.0 release notes (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Oct 15, 2024
1 parent 2bd726c commit ac2199d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/vrnetlab.md
Original file line number Diff line number Diff line change
@@ -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)<br/>
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.
---
Expand Down Expand Up @@ -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 |

Expand Down
30 changes: 30 additions & 0 deletions docs/rn/0.58.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac2199d

Please sign in to comment.