-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Ryan
committed
May 27, 2024
1 parent
85e2791
commit c361060
Showing
17 changed files
with
355 additions
and
12 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,59 @@ | ||
May 2024 | ||
========== | ||
|
||
May 28 - Unicon v24.5 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.5 | ||
``unicon``, v24.5 | ||
|
||
Install Instructions | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. code-block:: bash | ||
bash$ pip install unicon.plugins | ||
bash$ pip install unicon | ||
Upgrade Instructions | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. code-block:: bash | ||
bash$ pip install --upgrade unicon.plugins | ||
bash$ pip install --upgrade unicon | ||
Features and Bug Fixes: | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
|
||
|
||
|
||
Changelogs | ||
^^^^^^^^^^ | ||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
|
||
* playback | ||
* mock_helper | ||
* Added show version | include operating mode to list of recorded commands | ||
|
||
|
||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
|
||
* iosxe | ||
* cat9k | ||
* Modified summary.py | ||
* Added reload_confirm_iosxe to reload_to_rommon_statement_list | ||
* Added post time | ||
* Added POST_SWITCHOVER_WAIT before enable | ||
|
||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ Changelog | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
2024/may | ||
2024/april | ||
2024/march | ||
2024/february | ||
|
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,51 @@ | ||
May 2024 | ||
========== | ||
|
||
May 28 - Unicon.Plugins v24.5 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.5 | ||
``unicon``, v24.5 | ||
|
||
Install Instructions | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. code-block:: bash | ||
bash$ pip install unicon.plugins | ||
bash$ pip install unicon | ||
Upgrade Instructions | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. code-block:: bash | ||
bash$ pip install --upgrade unicon.plugins | ||
bash$ pip install --upgrade unicon | ||
Features and Bug Fixes: | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
|
||
|
||
|
||
Changelogs | ||
^^^^^^^^^^ | ||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
|
||
* sros | ||
* Updated mdcli regex prompt to accommodate various output | ||
|
||
* iosxe | ||
* CAT9K | ||
* Updated regex in Rommon service | ||
* Modified learn_tokens to go to enable mode before sending stop PnP disovery | ||
|
||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ Plugins Changelog | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
2024/may | ||
2024/april | ||
2024/march | ||
2024/february | ||
|
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,4 +1,4 @@ | ||
__version__ = '24.4' | ||
__version__ = '24.5' | ||
|
||
supported_chassis = [ | ||
'single_rp', | ||
|
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 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
Oops, something went wrong.