From fa17019607f08a1b29c91d8d6f0c709261409feb Mon Sep 17 00:00:00 2001 From: omid Date: Mon, 29 Sep 2025 13:23:21 -0400 Subject: [PATCH 1/3] Open branches for release_25.9 --- src/rest/connector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index f787746..b081316 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = "25.8" +__version__ = "25.9" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) '] From 12ed6a39a28107ca146e34d0f065c7c836100e81 Mon Sep 17 00:00:00 2001 From: omid Date: Tue, 30 Sep 2025 14:05:43 -0400 Subject: [PATCH 2/3] Releasing v25.9 --- docs/changelog/2025/september.rst | 27 +++++++++++++++++++++++++++ docs/changelog/index.rst | 1 + docs/changelog/undistributed.rst | 9 +++++++++ 3 files changed, 37 insertions(+) create mode 100644 docs/changelog/2025/september.rst create mode 100644 docs/changelog/undistributed.rst diff --git a/docs/changelog/2025/september.rst b/docs/changelog/2025/september.rst new file mode 100644 index 0000000..9a6d1f3 --- /dev/null +++ b/docs/changelog/2025/september.rst @@ -0,0 +1,27 @@ +September 2025 +========== + + - Rest v25.9 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v25.9 + + + + +Changelogs +^^^^^^^^^^ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * Modified ``Implementation(RestImplementation)`` + * Added the option to control certificate validation to the device connection, using the ``verify`` parameter (issue #138). + + diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 2cba494..b8612b1 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2025/september 2025/august 2025/july 2025/june diff --git a/docs/changelog/undistributed.rst b/docs/changelog/undistributed.rst new file mode 100644 index 0000000..f47ac7e --- /dev/null +++ b/docs/changelog/undistributed.rst @@ -0,0 +1,9 @@ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * Modified ``Implementation(RestImplementation)`` + * Added the option to control certificate validation to the device connection, using the ``verify`` parameter (issue #138). + + From ea565a165c425f35a11e879ecbba985ec4fc4e30 Mon Sep 17 00:00:00 2001 From: omid Date: Wed, 1 Oct 2025 16:54:11 -0400 Subject: [PATCH 3/3] Releasing v25.9 --- docs/changelog/2025/september.rst | 2 +- docs/changelog/undistributed.rst | 9 --------- .../undistributed/issue138_iosxe_cert_validation.rst | 6 ------ 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 docs/changelog/undistributed.rst delete mode 100644 docs/changelog/undistributed/issue138_iosxe_cert_validation.rst diff --git a/docs/changelog/2025/september.rst b/docs/changelog/2025/september.rst index 9a6d1f3..2fd172a 100644 --- a/docs/changelog/2025/september.rst +++ b/docs/changelog/2025/september.rst @@ -1,7 +1,7 @@ September 2025 ========== - - Rest v25.9 +September 30 - Rest v25.9 ------------------------ diff --git a/docs/changelog/undistributed.rst b/docs/changelog/undistributed.rst deleted file mode 100644 index f47ac7e..0000000 --- a/docs/changelog/undistributed.rst +++ /dev/null @@ -1,9 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- - -* iosxe - * Modified ``Implementation(RestImplementation)`` - * Added the option to control certificate validation to the device connection, using the ``verify`` parameter (issue #138). - - diff --git a/docs/changelog/undistributed/issue138_iosxe_cert_validation.rst b/docs/changelog/undistributed/issue138_iosxe_cert_validation.rst deleted file mode 100644 index 3145a1c..0000000 --- a/docs/changelog/undistributed/issue138_iosxe_cert_validation.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* iosxe - * Modified ``Implementation(RestImplementation)``: - * Added the option to control certificate validation to the device connection, using the ``verify`` parameter (issue #138).