From 7c39c8509970b0531d3b2e2c51dcc8761fdded89 Mon Sep 17 00:00:00 2001 From: Douglas Monteiro <84336224+domachad@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:37:22 -0400 Subject: [PATCH] Delete docs/changelog_plugins/2024/september.rst --- docs/changelog_plugins/2024/september.rst | 67 ----------------------- 1 file changed, 67 deletions(-) delete mode 100644 docs/changelog_plugins/2024/september.rst diff --git a/docs/changelog_plugins/2024/september.rst b/docs/changelog_plugins/2024/september.rst deleted file mode 100644 index 746de0d6..00000000 --- a/docs/changelog_plugins/2024/september.rst +++ /dev/null @@ -1,67 +0,0 @@ -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. - -