-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.0 release to implement changes based on pyntc 1.0.0 release (#21)
* Add files via upload * Update repo with proper logo * Prep2.0 Release (#20) * prep for 2.0.0 with 1.0.0 of pyntc being release * prep 2.0 release
- Loading branch information
Showing
16 changed files
with
47 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,16 @@ | ||
# v2.0.0 Release Notes | ||
|
||
## [2.0.0] 04-2023 | ||
|
||
### Added | ||
|
||
- Add `wait_for_reload` kwarg in `pyntc_reboot` task to mirror updated pyntc methods as of `1.0.0` of pyntc. | ||
|
||
### Fixed | ||
|
||
- `pyntc_config` - Update docstrings and support both list|str inputs. | ||
|
||
### Deprecated | ||
|
||
- Remove `pyntc_show_list` tasks, as `pyntc_show` now accepts a list or a str argument. | ||
- Remove `timer` argument from `pyntc_reboot` task as it was deprecated in underlying `pyntc` library in `1.0.0`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nornir-pyntc" | ||
version = "1.0.1" | ||
version = "2.0.0" | ||
description = "pyntc plugin for Nornir" | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -12,7 +12,7 @@ repository = "https://github.com/networktocode-llc/nornir_pyntc" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
pyntc = "^0.20.1" | ||
pyntc = "^1.0.0" | ||
nornir = "^3.2.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
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
This file was deleted.
Oops, something went wrong.