Skip to content

Commit

Permalink
Release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Jan 29, 2025
1 parent c00244a commit d07e481
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Interested? [Read the documentation](https://netlab.tools) and [installation gui

## Releases

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).
The latest release is [release 1.9.4](https://github.com/ipspace/netlab/releases/tag/release_1.9.4). 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).

<!--
or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2).
Expand Down
6 changes: 5 additions & 1 deletion docs/release/1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ Cumulus Linux 4.x
Cumulus Linux 5.x (NVUE)
* Implement system default MTU
* Remove STP policer increase
* Limit VLANs allowed on a VLAN trunk

Dell OS10
* Redistribute EVPN prefixes into VRF OSPF instances
* Fix BGP neighbor name for EVPN AF on interface EBGP sessions
* Add IPv6 LLA to VRRPv3 configuration
* VRRP does not work on virtual networks

FRR
* Set MAC address and IPv6 LLA on VLAN interfaces
Expand All @@ -80,7 +82,8 @@ Junos:
* Sync IBGP and EBGP advertisement policies
* Increase vPTX timeouts in MPLS integration tests to ludicrous values
* vjunos-switch needs ages to wake up on IPv6
* Increase Junos startup delay in SR/IS-IS integration tests
* Increase the Junos startup delay in SR/IS-IS integration tests
* Don't add bogus 'vlan-id' to regular interfaces

SR Linux:
* Configure MTU on VLAN interfaces
Expand Down Expand Up @@ -593,6 +596,7 @@ Other breaking changes include:
(bug-fixes-1.9.4)=
### Bug Fixes in Release 1.9.4

* Add regular interfaces to VLAN integration tests
* Copy node MTU to SVI interfaces
* VXLAN: Avoid creating an empty `vni` attribute on VLANs
* Use Cumulus VMs DHCPv4 clients and Cisco IOSv as DHCPv6 client in integration tests
Expand Down
2 changes: 1 addition & 1 deletion legacy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

sys.path.append('..')

version="1.9.3-post1"
version="1.9.4"

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

Expand Down
2 changes: 1 addition & 1 deletion netsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import sys

__version__ = "1.9.4-rc1"
__version__ = "1.9.4"

abort = False

Expand Down

0 comments on commit d07e481

Please sign in to comment.