-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog for upcoming release v3.4.0
- Loading branch information
1 parent
17e3839
commit 81e3ba2
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Release Notes for Nuts 3.4.0 | ||
|
||
The latest version of NUTS, 3.4.0, adds a few bug fixes and the option to cache the inventory. This is now the default behavior and can be switched off by using `--nornir-cache-disable`. | ||
|
||
* Fix softprops/action-gh-release version by @ubaumann | ||
* sort vlans before compare, fix #98 by @marcom4rtinez | ||
* Fix docs by @marcom4rtinez | ||
* Fix Nornir Config CLI option by @ubaumann | ||
* Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot | ||
* Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot | ||
* Bump zipp from 3.19.0 to 3.19.1 by @dependabot | ||
* ceos startup config test fails by @marcom4rtinez | ||
* Add mock project to CI/CD by @ubaumann | ||
* add regex by @marcom4rtinez | ||
* add option to not cache the inventory by @marcom4rtinez | ||
|
||
|
||
**Full Changelog**: https://github.com/network-unit-testing-system/nuts/compare/v3.3.0...v3.4.0 |