From eec5286e321535ff30dd8eccfdcf51b611af6dfd Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Mon, 8 Dec 2025 15:44:51 -0500 Subject: [PATCH 1/4] Open branches for release_25.11 --- connector/src/yang/connector/__init__.py | 2 +- ncdiff/src/yang/ncdiff/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/connector/src/yang/connector/__init__.py b/connector/src/yang/connector/__init__.py index c7ce86b..7a72ae9 100644 --- a/connector/src/yang/connector/__init__.py +++ b/connector/src/yang/connector/__init__.py @@ -7,7 +7,7 @@ """ # metadata -__version__ = "25.10" +__version__ = "25.11" __author__ = ( 'Jonathan Yang ', 'Siming Yuan Date: Mon, 8 Dec 2025 16:19:34 -0500 Subject: [PATCH 2/4] Releasing v25.11 --- connector/docs/changelog/2025/december.rst | 34 +++++++++++++++++++ connector/docs/changelog/index.rst | 1 + .../change_log_device_202512051700.rst | 7 ---- ...fig_added_helper_function_202511072253.rst | 6 ---- 4 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 connector/docs/changelog/2025/december.rst delete mode 100644 ncdiff/docs/changelog/undistributed/change_log_device_202512051700.rst delete mode 100644 ncdiff/docs/changelog/undistributed/change_log_running_config_added_helper_function_202511072253.rst diff --git a/connector/docs/changelog/2025/december.rst b/connector/docs/changelog/2025/december.rst new file mode 100644 index 0000000..4356216 --- /dev/null +++ b/connector/docs/changelog/2025/december.rst @@ -0,0 +1,34 @@ +December 2025 +========== + +December 30 - Yang v25.11 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``yang.connector``, v25.11 + ``yang.ncdiff``, v25.11 + + + + +Changelogs +^^^^^^^^^^ + +yang.connector +"""""""""""""" + +yang.ncdiff +""""""""""" +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* yang.ncdiff + * NETCONF masking to hide encrypted values in get-config while preserving unmasked data for edit-config. + * Added _normalize_passwords() helper function normalization replaces the hash portion of any password 6 line. + + diff --git a/connector/docs/changelog/index.rst b/connector/docs/changelog/index.rst index f634efd..f756de8 100644 --- a/connector/docs/changelog/index.rst +++ b/connector/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2025/december 2025/october 2025/september 2025/august diff --git a/ncdiff/docs/changelog/undistributed/change_log_device_202512051700.rst b/ncdiff/docs/changelog/undistributed/change_log_device_202512051700.rst deleted file mode 100644 index a76bf53..0000000 --- a/ncdiff/docs/changelog/undistributed/change_log_device_202512051700.rst +++ /dev/null @@ -1,7 +0,0 @@ - - --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* yang.ncdiff - * NETCONF masking to hide encrypted values in get-config while preserving unmasked data for edit-config. \ No newline at end of file diff --git a/ncdiff/docs/changelog/undistributed/change_log_running_config_added_helper_function_202511072253.rst b/ncdiff/docs/changelog/undistributed/change_log_running_config_added_helper_function_202511072253.rst deleted file mode 100644 index d0545e3..0000000 --- a/ncdiff/docs/changelog/undistributed/change_log_running_config_added_helper_function_202511072253.rst +++ /dev/null @@ -1,6 +0,0 @@ - --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* yang.ncdiff - * Added _normalize_passwords() helper function normalization replaces the hash portion of any password 6 line. \ No newline at end of file From 0cfc5dde870bdbc1c54c7269c1c4ba78b85c3457 Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Mon, 8 Dec 2025 16:30:29 -0500 Subject: [PATCH 3/4] Releasing v25.11 From 1efe320c9d0a81298af78aa933de79946cd1f3e3 Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Mon, 8 Dec 2025 16:31:18 -0500 Subject: [PATCH 4/4] Releasing v25.11