Skip to content

Commit ef3d7bf

Browse files
authored
Merge pull request #159 from CiscoTestAutomation/release_25.3
Release 25.3
2 parents 3154255 + 70f04ec commit ef3d7bf

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed
Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1+
March 2025
2+
==========
3+
4+
March 25 - Yang v25.3
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``yang.connector``, v25.3
13+
``yang.ncdiff``, v25.3
14+
15+
16+
17+
18+
Changelogs
19+
^^^^^^^^^^
20+
21+
yang.connector
22+
""""""""""""""
123
--------------------------------------------------------------------------------
2-
New
24+
New
325
--------------------------------------------------------------------------------
26+
427
* yang
5-
* Modified Gnmi:
28+
* Modified Gnmi
629
* Added `skip_verify` property for `gnmi` connection
730
* if `skip_verify` is set to `true` pyats will establishes a secure connection, using the server credentials.
831
* Verification of certificate is skipped with this option.
32+
33+
34+
35+
yang.ncdiff
36+
"""""""""""

connector/docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2025/march
78
2025/february
89
2025/january
910
2024/november

connector/src/yang/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
# metadata
10-
__version__ = '25.2'
10+
__version__ = '25.3'
1111
__author__ = (
1212
'Jonathan Yang <[email protected]>',
1313
'Siming Yuan <[email protected]',

ncdiff/src/yang/ncdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
edit-config message."""
55

66
# metadata
7-
__version__ = '25.2'
7+
__version__ = '25.3'
88
__author__ = 'Jonathan Yang <[email protected]>'
99
__contact__ = '[email protected]'
1010
__copyright__ = 'Cisco Systems, Inc.'

0 commit comments

Comments
 (0)