Skip to content

Commit

Permalink
Release 1.8.4-post2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Jul 13, 2024
1 parent 681e2c0 commit 0df4586
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 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.8.4-post1](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post1), and as always, it might 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 [1.8.3](https://github.com/ipspace/netlab/releases/tag/release_1.8.2) or [1.7.2](https://github.com/ipspace/netlab/releases/tag/release_1.7.2).
The latest release is [release 1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2), and as always, it might 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 [1.8.3](https://github.com/ipspace/netlab/releases/tag/release_1.8.2) or [1.7.2](https://github.com/ipspace/netlab/releases/tag/release_1.7.2).

<!--
If you encounter bugs using release 1.7.x, please downgrade to [1.6.4](https://github.com/ipspace/netlab/releases/tag/release_1.6.4) and [open a GitHub issue](https://github.com/ipspace/netlab/issues).
Expand Down
4 changes: 4 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

**Release 1.8.4-post2 (2024-07-13)**

This release contains only [bug fixes](bug-fixes-1.8.4-post2) and [documentation fixes](doc-fixes-1.8.4-post2).

**Release 1.8.4-post1 (2024-07-01)**

This release contains only [bug fixes](bug-fixes-1.8.4-post1) and [documentation fixes](doc-fixes-1.8.4-post1).
Expand Down
11 changes: 11 additions & 0 deletions docs/release/1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ devices.linux.group_vars.netlab_lldp_enable: True

## Bug Fixes

(bug-fixes-1.8.4-post2)=
### Bug Fixes in Release 1.8.4-post2

* Save FRR running configuration (#1233)
* Add missing `__init__.py` files in FRR validation modules (#1232)

(bug-fixes-1.8.4-post1)=
### Bug Fixes in Release 1.8.4-post1

Expand Down Expand Up @@ -436,6 +442,11 @@ devices.linux.group_vars.netlab_lldp_enable: True

## Documentation Fixes

(doc-fixes-1.8.4-post2)=
### Documentation Fixes in Release 1.8.4-post2

* _clab_ configuration template search path for user-specified templates has changed in release 1.8.0

(doc-fixes-1.8.4-post1)=
### Documentation Fixes in Release 1.8.4-post1

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.8.4-post1"
version="1.8.4-post2"

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.8.4-post1"
__version__ = "1.8.4-post2"

try:
import box
Expand Down

0 comments on commit 0df4586

Please sign in to comment.