Skip to content

Commit

Permalink
Releasing v24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
domachad committed Sep 3, 2024
1 parent 1e8929e commit f896c8d
Show file tree
Hide file tree
Showing 31 changed files with 960 additions and 241 deletions.
92 changes: 92 additions & 0 deletions docs/changelog/2024/august.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
August 2024
==========

August 27 - Unicon v24.8
------------------------



.. csv-table:: Module Versions
:header: "Modules", "Versions"

``unicon.plugins``, v24.8
``unicon``, v24.8

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
--------------------------------------------------------------------------------

* unicon.bases
* Added message argument to log_service_call

* unicon.statemachine
* Modified Exception handling, propagate authentication failures

* unicon
* topology
* Fixed logic for proxy connection.
* sshtunnel
* Added -o EnableEscapeCommandline=yes to ssh-options.

* unicon.eal.backend
* Modified telnet backend
* improved option negotiation
* Added informational RTT log message


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* unicon.adapter
* Modified topology adapter to support enxr

* unicon.core.errors
* Add new exception LearnTokenError

* unicon.bases
* Update exception handling to raise LearnTokenError without closing connection


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* iosxe
* Modified Rommon service
* Allowing for a config-register parameter to the rommon service


--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* unicon.plugins.generic
* Modified password_handler
* Have it check for tacacs_password first


92 changes: 92 additions & 0 deletions docs/changelog/2024/september.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
September 2024
==========

September 24 - Unicon v24.8
------------------------



.. csv-table:: Module Versions
:header: "Modules", "Versions"

``unicon.plugins``, v24.8
``unicon``, v24.8

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
--------------------------------------------------------------------------------

* unicon.bases
* Added message argument to log_service_call

* unicon.statemachine
* Modified Exception handling, propagate authentication failures

* unicon
* topology
* Fixed logic for proxy connection.
* sshtunnel
* Added -o EnableEscapeCommandline=yes to ssh-options.

* unicon.eal.backend
* Modified telnet backend
* improved option negotiation
* Added informational RTT log message


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* unicon.adapter
* Modified topology adapter to support enxr

* unicon.core.errors
* Add new exception LearnTokenError

* unicon.bases
* Update exception handling to raise LearnTokenError without closing connection


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* iosxe
* Modified Rommon service
* Allowing for a config-register parameter to the rommon service


--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* unicon.plugins.generic
* Modified password_handler
* Have it check for tacacs_password first


2 changes: 2 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
.. toctree::
:maxdepth: 2

2024/september
2024/august
2024/july
2024/june
2024/may
Expand Down
67 changes: 67 additions & 0 deletions docs/changelog_plugins/2024/august.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
August 2024
==========

August 27 - Unicon.Plugins v24.8
------------------------



.. csv-table:: Module Versions
:header: "Modules", "Versions"

``unicon.plugins``, v24.8
``unicon``, v24.8

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
^^^^^^^^^^
--------------------------------------------------------------------------------
Add
--------------------------------------------------------------------------------

* pid_tokens
* add pid entry for ir1800 device


--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* generic
* Update execute() service log message to include device alias
* Update unittests to handle authentication exceptions
* Update unittests for token learning

* iosxr
* Update more prompt handling to support (END) prompt


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* iosxr
* New `monitor` service for IOS-XR with support for "monitor interface" command.


67 changes: 67 additions & 0 deletions docs/changelog_plugins/2024/september.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
September 2024
==========

September 24 - Unicon.Plugins v24.8
------------------------



.. csv-table:: Module Versions
:header: "Modules", "Versions"

``unicon.plugins``, v24.8
``unicon``, v24.8

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
^^^^^^^^^^
--------------------------------------------------------------------------------
Add
--------------------------------------------------------------------------------

* pid_tokens
* add pid entry for ir1800 device


--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* generic
* Update execute() service log message to include device alias
* Update unittests to handle authentication exceptions
* Update unittests for token learning

* iosxr
* Update more prompt handling to support (END) prompt


--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* iosxr
* New `monitor` service for IOS-XR with support for "monitor interface" command.


2 changes: 2 additions & 0 deletions docs/changelog_plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Plugins Changelog
.. toctree::
:maxdepth: 2

2024/september
2024/august
2024/july
2024/june
2024/may
Expand Down
Loading

0 comments on commit f896c8d

Please sign in to comment.