Skip to content

Commit e777ef1

Browse files
authored
Rn 0.66.0 (#2510)
* remove checkout step from the vrnetlab docs * added rn
1 parent 913f85b commit e777ef1

File tree

3 files changed

+36
-18
lines changed

3 files changed

+36
-18
lines changed

docs/manual/vrnetlab.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ To build a vrnetlab image compatible with containerlab, users first need to ensu
8585

8686
```bash
8787
git clone https://github.com/hellt/vrnetlab && cd vrnetlab
88-
89-
# assuming we are running containerlab 0.11.0,
90-
# the latest compatible vrnetlab version is 0.2.3
91-
# at the moment of this writing
92-
git checkout v0.2.3
9388
```
9489

9590
2. Enter the directory for the image of interest

docs/rn/0.66.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Release 0.66
2+
3+
:material-calendar: 2025-03-07 · :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases)
4+
5+
## Netem Reset Command
6+
7+
The [`reset` command](../cmd/tools/netem/reset.md) has been added to the `netem` tools command to reset the network emulation settings. #2488
8+
9+
## WSL-Containerlab goes GA
10+
11+
The [Containerlab on Windows](../windows.md) documentation has been updated with recommendations to use WSL-Containerlab distribution as the default choice. #2498
12+
13+
If you haven't yet tried out WSL-Containerlab, now is the time to do it!
14+
15+
## Miscellaneous
16+
17+
* fixed sudo-less operation when AD groups are used #2496
18+
* added missing `seq` template function #2497
19+
* updated VS Code extension documentation #2499
20+
* support for detecting proxy settings when performing `containerlab version upgrade` command #2507
21+
* support for custom SR Linux topology files #2509

mkdocs.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ nav:
106106
- sign: cmd/tools/cert/sign.md
107107
- netem:
108108
- set: cmd/tools/netem/set.md
109+
- reset: cmd/tools/netem/reset.md
109110
- show: cmd/tools/netem/show.md
110111
- version:
111112
- cmd/version/index.md
@@ -147,6 +148,7 @@ nav:
147148
- 5-stage Clos topology: lab-examples/templated02.md
148149
- Generic VM: lab-examples/generic_vm01.md
149150
- Release notes:
151+
- "0.66": rn/0.66.md
150152
- "0.65": rn/0.65.md
151153
- "0.64": rn/0.64.md
152154
- "0.63": rn/0.63.md
@@ -193,19 +195,19 @@ nav:
193195
- "0.22": rn/0.22.md
194196
- "0.21": rn/0.21.md
195197
- "0.20": rn/0.20.md
196-
- 0.19: rn/0.19.md
197-
- 0.18: rn/0.18.md
198-
- 0.17: rn/0.17.md
199-
- 0.16: rn/0.16.md
200-
- 0.15: rn/0.15.md
201-
- 0.14.4: rn/0.14.4.md
202-
- 0.14.3: rn/0.14.3.md
203-
- 0.14.2: rn/0.14.2.md
204-
- 0.14.1: rn/0.14.1.md
205-
- 0.14.0: rn/0.14.0.md
206-
- 0.13.0: rn/0.13.0.md
207-
- 0.12.0: rn/0.12.0.md
208-
- 0.11.0: rn/0.11.0.md
198+
- "0.19": rn/0.19.md
199+
- "0.18": rn/0.18.md
200+
- "0.17": rn/0.17.md
201+
- "0.16": rn/0.16.md
202+
- "0.15": rn/0.15.md
203+
- "0.14.4": rn/0.14.4.md
204+
- "0.14.3": rn/0.14.3.md
205+
- "0.14.2": rn/0.14.2.md
206+
- "0.14.1": rn/0.14.1.md
207+
- "0.14.0": rn/0.14.0.md
208+
- "0.13.0": rn/0.13.0.md
209+
- "0.12.0": rn/0.12.0.md
210+
- "0.11.0": rn/0.11.0.md
209211
- Community: community.md
210212

211213
site_author: Roman Dodin

0 commit comments

Comments
 (0)