Skip to content

Commit a9862ac

Browse files
committed
Release 25.12.02
1 parent eccccff commit a9862ac

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Interested? [Read the documentation](https://netlab.tools) (also available on [G
1717

1818
## Releases
1919

20-
The latest release is [release 25.12.01](https://github.com/ipspace/netlab/releases/tag/release_25.12.01). We had to do "a bit" of refactoring (resulting in a few breaking changes); if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use [release 25.11.01](https://github.com/ipspace/netlab/releases/tag/release_25.11.01).
20+
The latest release is [release 25.12.02](https://github.com/ipspace/netlab/releases/tag/release_25.12.02). We had to do "a bit" of refactoring (resulting in a few breaking changes); if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use [release 25.11.01](https://github.com/ipspace/netlab/releases/tag/release_25.11.01).
2121

2222
<!--
2323
or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2).

docs/labs/clab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Supported Versions
1919

20-
The latest _netlab_ release was tested with _containerlab_ version 0.72. That's also the version the **netlab install containerlab** command installs.
20+
The latest _netlab_ release was tested with _containerlab_ version 0.72.0. That's also the version the **netlab install containerlab** command installs.
2121

2222
If needed, use ```sudo containerlab version upgrade``` to upgrade to the latest _containerlab_ version.
2323

docs/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Release Notes
22
=============
33

4-
**Release 25.11.02 (2025-12-05)**
4+
**Release 25.12.01/02 (2025-12-05)**
55

6-
Release 25.12.01 fixes [a stupid bug](bug-fixes-25.12.01) that crashed **netlab install**.
6+
Release 25.12.01 fixes [a stupid bug](bug-fixes-25.12.01) that crashed **netlab install**. Release 25.12.02 fixes the target containerlab release version (it wasn't one of my best days).
77

88
**Release 25.12 (2025-12-05)**
99

docs/release/25.12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Add `--title` parameter to the [**netlab graph**](netlab-graph) command
2323
* Add [**clab.exec** parameter](clab-other-parameters) to execute commands when starting containers
2424
* Replace routing policy **set.community.delete** attribute with **delete.community** attribute. _netlab_ automatically translates old attributes into new ones.
25-
* Bump minimum containerlab release to 0.72 (needed to support Cisco ASAv and the new Cisco IOSv **kind**)
25+
* Bump minimum containerlab release to 0.72.0 (needed to support Cisco ASAv and the new Cisco IOSv **kind**)
2626
* Use daemon configuration files to create container-side bash scripts that are executed during the container startup process
2727
* The [**netlab initial**](netlab-initial) command creates daemon configuration files in Python code, not in an Ansible playbook
2828
* You can use the `-m`, `-i` and `-c` parameters with the **netlab initial --output** command to control the configuration files created in the output directory
@@ -50,7 +50,7 @@ Cisco 8000v (IOS/XR):
5050

5151
Cisco ASAv:
5252

53-
* You can run ASAv in a vrnetlab container (supported in *containerlab* release 0.72)
53+
* You can run ASAv in a vrnetlab container (supported in *containerlab* release 0.72.0)
5454

5555
Cisco Catalyst 8000v:
5656

legacy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
sys.path.append('..')
88

9-
version="25.12.01"
9+
version="25.12.02"
1010

1111
long_description = (Path(__file__).parent / "README.md").read_text()
1212

netsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44

5-
__version__ = "25.12.01"
5+
__version__ = "25.12.02"
66

77
abort = False
88

0 commit comments

Comments
 (0)