Skip to content

Commit 092fbd0

Browse files
committed
Release 1.9.3-post1
1 parent e4c93a6 commit 092fbd0

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Interested? [Read the documentation](https://netlab.tools) and [installation gui
1414

1515
## Releases
1616

17-
The latest release is [release 1.9.3](https://github.com/ipspace/netlab/releases/tag/release_1.9.3). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.2-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.2-post1).
17+
The latest release is [release 1.9.3-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.3-post1). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.2-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.2-post1).
1818

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

docs/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
**Release 1.9.3-post1 (2025-01-15)**
5+
6+
This release [fixes a few things we broke in 1.9.3](bug-fixes-1.9.3-post1) and [pins the version of `python-box`](https://github.com/ipspace/netlab/issues/1815).
7+
48
**[Release 1.9.3](release-1.9.3) (2025-01-09)**
59

610
* Multi-chassis Link Aggregation (MLAG) support in the [](module-lag)

docs/release/1.9.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,16 @@ Other breaking changes include:
507507

508508
## Bug Fixes
509509

510+
(bug-fixes-1.9.3-post1)=
511+
### Bug Fixes in Release 1.9.3-post1
512+
513+
* python-box 7.3.1 breaks netlab. Pin the version to 7.2 .. 7.3.0
514+
* Fix MAC address generation after changes in SVI ifindex (fixes #1806)
515+
* Set logging flags in 'netlab down' (fixes #1798)
516+
* Use just the filename of custom config template as netsim_action (fixes #1797)
517+
* Cumulus Linux 4.x: Insert newline before bond-lacp-rate slow (#1794)
518+
* Cumulux Linux 4.x / Cumulus Linux NVUE: Limit VLANs on bonds to those actually part of the trunk (#1795)
519+
510520
(bug-fixes-1.9.3)=
511521
### Bug Fixes in Release 1.9.3
512522

@@ -688,6 +698,15 @@ Other breaking changes include:
688698

689699
## Documentation Fixes
690700

701+
(doc-fixes-1.9.3-post1)=
702+
### Documentation Fixes in Release 1.9.3-post1
703+
704+
* Add notes about containerlab interaction with iptables/nftables (#1801)
705+
* Add new features to netlab.tools home page
706+
* Move Linux caveats to the proper place
707+
* Link to release 1.9.3 was broken
708+
* Fix links to _Topology Defaults_ document
709+
691710
(doc-fixes-1.9.3)=
692711
### Documentation Fixes in Release 1.9.3
693712

legacy/setup.py

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

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

8-
version="1.9.3"
8+
version="1.9.3-post1"
99

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

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__ = "1.9.3"
5+
__version__ = "1.9.3-post1"
66

77
abort = False
88

0 commit comments

Comments
 (0)