-
Notifications
You must be signed in to change notification settings - Fork 48
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
Showing
15 changed files
with
331 additions
and
121 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,61 @@ | ||
February 2024 | ||
========== | ||
|
||
February 27 - Unicon v24.2 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.2 | ||
``unicon``, v24.2 | ||
|
||
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 | ||
-------------------------------------------------------------------------------- | ||
|
||
* connection_provider | ||
* Updated try/except to log error message as warning | ||
|
||
* unicon.eal | ||
* Add EOF handler for connection errors with telnet backend | ||
|
||
* sshutils | ||
* Add a new pattern for add tunnel | ||
|
||
|
||
-------------------------------------------------------------------------------- | ||
New | ||
-------------------------------------------------------------------------------- | ||
|
||
* utils | ||
* AbstractTokenDiscovey | ||
* Update the logic so the paltform set to sdwan if device is in controller mode. | ||
|
||
|
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/february | ||
2024/january | ||
2023/november | ||
2023/october | ||
|
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 @@ | ||
February 2024 | ||
========== | ||
|
||
February 27 - Unicon.Plugins v24.2 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.2 | ||
``unicon``, v24.2 | ||
|
||
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 | ||
-------------------------------------------------------------------------------- | ||
|
||
* generic | ||
* Add EOF statement to handle connection loss when using telnet backend | ||
|
||
* iosxe | ||
* Added below config error patterns | ||
* % Invalid address | ||
* % Deletion of RD in progress; wait for it to complete | ||
|
||
|
||
-------------------------------------------------------------------------------- | ||
Add | ||
-------------------------------------------------------------------------------- | ||
|
||
* utils | ||
* Update assertRegexpMatches to assertRegex to fix attribute error in python 3.12 | ||
|
||
|
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/february | ||
2024/january | ||
2023/november | ||
2023/october | ||
|
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.1' | ||
__version__ = '24.2' | ||
|
||
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
Oops, something went wrong.