Skip to content

Commit

Permalink
Release 1.8.0-post2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Mar 16, 2024
1 parent 1c13fff commit fda314f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/release/1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ devices.linux.group_vars.netlab_lldp_enable: True

## Bug Fixes

### Bug Fixes in Release 1.8.0-post2

* Check IOS XR management IP address only for libvirt provider
* Cannot mix include-tasks and import-tasks in recent Ansible versions
* Cleanup the 'using netlab from Git repo' setup script

### Bug Fixes in Release 1.8.0-post1

* SSH options should be in key=value format
Expand Down Expand Up @@ -95,6 +101,11 @@ devices.linux.group_vars.netlab_lldp_enable: True

## Documentation Fixes

### Documentation Fixes in Release 1.8.0-post2

* Caveat: you might have to install MPLS drivers on Ubuntu
* Caveat: IOS XR enables the SSH server before it configures users

### Documentation Fixes in Release 1.8.0

* Changed documentation theme colors and dark mode
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.0-post1"
version="1.8.0-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.0-post1"
__version__ = "1.8.0-post2"

try:
import box
Expand Down

0 comments on commit fda314f

Please sign in to comment.