Skip to content

Commit

Permalink
Release 1.9.0-post1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Aug 26, 2024
1 parent 754e5ee commit 9207a36
Show file tree
Hide file tree
Showing 5 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.0](https://github.com/ipspace/netlab/releases/tag/release_1.9.0). It contains tons of new features, and although we ran the most extensive integration tests ever, it might still have a few bugs.
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).

Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

**[Release 1.9.0-post1](release-1.9.0-post1) (2024-07-13)**
**[Release 1.9.0-post1](release-1.9.0-post1) (2024-08-26)**

This release contains [minor improvements](release-1.9.0-post1), numerous [SR Linux configuration fixes](release-1.9.0-post1-device-fixes), a few other [bug fixes](bug-fixes-1.9.0-post1), and [documentation fixes](doc-fixes-1.9.0-post1).

Expand Down
4 changes: 4 additions & 0 deletions docs/release/1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ VyOS:
* Enhance diagnostics of L3VPN EVPN integration tests and add a failure barrier
* Add checks for connected subnet redistribution to complex VRF integration tests
* Display IPv4 unnumbered and IPv6 LLA in addressing reports instead of 'True'
* Change integration test color-coding for "not supported" error
* Make named prefixes available as part of the 'all' group
* Add '--all' option to 'netlab inspect' to add global Ansible vars to node data

(bug-fixes-1.9.0)=
### Bug Fixes in Release 1.9.0
Expand Down Expand Up @@ -195,6 +198,7 @@ VyOS:
### Documentation Fixes in Release 1.9.0-post1

* Tutorial: add Linux hosts and custom software to a netlab topology
* Add a more explicit description of how Vagrant treats box names

(doc-fixes-1.9.0)=
### Documentation Fixes in Release 1.9.0
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.0"
version="1.9.0-post1"

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.0"
__version__ = "1.9.0-post1"

try:
import box
Expand Down

0 comments on commit 9207a36

Please sign in to comment.