Skip to content

Commit 49b18ca

Browse files
committed
rn 0.63.0
1 parent d604006 commit 49b18ca

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/rn/0.63.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Release 0.63
2+
3+
:material-calendar: 2025-01-30 · :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases)
4+
5+
## `sudo`-less Containerlab
6+
7+
I bet for many users prepending `clab` with `sudo` has become a pattern our finger muscles have remembered for years. Time to get rid of this habit.
8+
9+
Thanks to @vista- work in #2408, Containerlab 0.63.0 ships one of its biggest quality of life features - the ability to run containerlab without `sudo`! Now, hold your horses, it doesn't mean you can run it as a regular user, the need for privileged access is still required to manage Linux things that we do. But now we do this in a more smart and user-friendly way.
10+
11+
Read more about it [in the docs](../install.md#sudo-less-operation) and enjoy!
12+
13+
Given the sheer blast radius this change brings, we are eager to hear your feedback. Ping us on Discord.
14+
15+
## Gomplate is gone, so does the bloat
16+
17+
For a couple of years Containerlab binary had a dependency on [gomplate](https://github.com/hairyhenderson/gomplate) - a tool that delivers advanced templating capabilities, but does it at a cost of 30MB of binary size. Since we never really used much of gomplate's features, we decided to remove it and add missing templating features based on the users feedback/request.
18+
19+
Containerlab binary size went down from 80 to 40 MB.
20+
21+
## Miscellaneous
22+
23+
* fixed environment substitution so that unset variables are not substituted #2424
24+
* new command: `clab version check` to check if a newer version is available #2420 by @FloSch62
25+
* oepnconfig server enabled by default for SR Linux #2421

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ nav:
144144
- 5-stage Clos topology: lab-examples/templated02.md
145145
- Generic VM: lab-examples/generic_vm01.md
146146
- Release notes:
147+
- "0.63": rn/0.63.md
147148
- "0.62": rn/0.62.md
148149
- "0.61": rn/0.61.md
149150
- "0.60": rn/0.60.md

0 commit comments

Comments
 (0)