Skip to content

Commit 7603d1c

Browse files
authored
Bump containerlab version to 0.69.3 (#2651)
Fixes #2648
1 parent 85cf9d6 commit 7603d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netsim/providers/clab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config: clab.yml
66
lab_prefix: "clab" # Containerlab default, set to "" to remove prefix
77
node_config_attributes: [ type, cmd, dns, env, license, ports, startup-delay, restart-policy ]
88
template: clab.j2
9-
version: 0.68.0
9+
version: 0.69.3
1010
# Preserve env to allow user to configure PATH
1111
start: sudo -E containerlab deploy --reconfigure -t clab.yml
1212
stop: sudo -E containerlab destroy --cleanup -t clab.yml
@@ -15,8 +15,8 @@ act_title: "Running containers"
1515
probe:
1616
- cmd: "containerlab version"
1717
err: "Containerlab is not installed"
18-
- cmd: [ bash, '-c', "[[ `containerlab version|awk '/version/ {print $2}'` > '0.62.1' ]] && echo OK" ]
19-
err: "Containerlab version is too old, please upgrade to 0.62.2 or later with 'sudo containerlab version upgrade'"
18+
- cmd: [ bash, '-c', "[[ `containerlab version|awk '/version/ {print $2}'` > '0.69.2' ]] && echo OK" ]
19+
err: "Containerlab version is too old, please upgrade to 0.69.3 or later with 'sudo containerlab version upgrade'"
2020

2121
cleanup: [ clab.yml, clab_files ]
2222
bridge_type: bridge # Use 'ovs-bridge' to create Openvswitch bridges

0 commit comments

Comments
 (0)