-
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
Taarini Sarath Chander
committed
Sep 25, 2024
1 parent
87005c4
commit c41e3d5
Showing
15 changed files
with
222 additions
and
99 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,45 @@ | ||
September 2024 | ||
========== | ||
|
||
September 24 - Unicon v24.9 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.9 | ||
``unicon``, v24.9 | ||
|
||
|
||
|
||
|
||
Changelogs | ||
^^^^^^^^^^ | ||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
|
||
* backend.spawn0 | ||
* Modified RawSpawn | ||
* Added check for when a decode error occurs n amount of times | ||
|
||
* unicon | ||
* topology | ||
* Fixed logic for proxy connection. | ||
* sshtunnel | ||
* Added -o EnableEscapeCommandline=yes to ssh-options. | ||
|
||
* unicon.bases | ||
* Added message argument to log_service_call | ||
|
||
|
||
-------------------------------------------------------------------------------- | ||
New | ||
-------------------------------------------------------------------------------- | ||
|
||
* generic | ||
* Added upwards error propagation for decode errors | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Changelog | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
2024/September | ||
2024/august | ||
2024/july | ||
2024/june | ||
|
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,42 @@ | ||
September 2024 | ||
========== | ||
|
||
September 24 - Unicon.Plugins v24.9 | ||
------------------------ | ||
|
||
|
||
|
||
.. csv-table:: Module Versions | ||
:header: "Modules", "Versions" | ||
|
||
``unicon.plugins``, v24.9 | ||
``unicon``, v24.9 | ||
|
||
|
||
|
||
|
||
Changelogs | ||
^^^^^^^^^^ | ||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
|
||
* iosxr | ||
* Added support for APIC patterns | ||
|
||
* iosxe | ||
* Update config prompt pattern to support CA cert map | ||
|
||
* generic | ||
* Update execute() service log message to include device alias | ||
* Add parse method to bash_console context manager with abstraction fallback to linux os | ||
|
||
|
||
-------------------------------------------------------------------------------- | ||
Add | ||
-------------------------------------------------------------------------------- | ||
|
||
* apic plugin | ||
* Added Regex in post_service in Execute to remove extra junk values. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = '24.8' | ||
__version__ = '24.9' | ||
|
||
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
Oops, something went wrong.