From ec17e4f1a052cbb9f478bd03e85d0d9d697d3c4c Mon Sep 17 00:00:00 2001 From: Ivan Pepelnjak Date: Sat, 5 Oct 2024 09:11:50 +0200 Subject: [PATCH] Release 1.9.1 --- README.md | 13 +++++++------ docs/index.md | 12 +++++++----- docs/release.md | 9 ++++----- docs/release/1.9.md | 5 +++++ legacy/setup.py | 2 +- netsim/__init__.py | 2 +- 6 files changed, 25 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9b64f23cb..fc7f2f256 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * Create *containerlab* configuration file * Create Ansible inventory and configuration file * Create IPv4 and IPv6 addressing plan and OSPFv2, OSPFv3, EIGRP, IS-IS, and BGP routing design -* Configure IPv4, IPv6, DHCP, DHCPv6, VLANs, VRFs, VXLAN, LLDP, BFD, OSPFv2, OSPFv3, EIGRP, IS-IS, BGP, RIPv2, VRRP, anycast gateways, route maps, prefix lists, AS-path prefix lists, MPLS, BGP-LU, L3VPN (VPNv4 + VPNv6), 6PE, EVPN, SR-MPLS, or SRv6 on your lab devices. +* Configure IPv4, IPv6, DHCP, DHCPv6, VLANs, VRFs, VXLAN, LLDP, BFD, OSPFv2, OSPFv3, EIGRP, IS-IS, BGP, RIPv2, RIPng, VRRP, anycast gateways, route maps, prefix lists, AS-path prefix lists, route redistribution, default route origination, MPLS, BGP-LU, L3VPN (VPNv4 + VPNv6), 6PE, EVPN, SR-MPLS, or SRv6 on your lab devices. Instead of wasting time creating lab topology in a GUI and configuring boring details, you'll start with a lab preconfigured according to your specifications. @@ -14,9 +14,7 @@ Interested? [Read the documentation](https://netlab.tools) and [installation gui ## Releases -The latest release is [release 1.9.0-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.0-post1). The 1.9.0 release contains tons of new features, and although we ran the most extensive integration tests ever, it might still have a few bugs. - -Should you encounter one of those creatures, please report it with [a GitHub issue](https://github.com/ipspace/netlab/issues/new/choose) and use release [release 1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2) or [1.8.3](https://github.com/ipspace/netlab/releases/tag/release_1.8.3). +The latest release is [release 1.9.1](https://github.com/ipspace/netlab/releases/tag/release_1.9.1). 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.0-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.0-post1) or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2).