Skip to content

Commit 739e0e9

Browse files
author
Parimi Bala Neeraja
committed
Merge branch 'master' into paneeraj_grpc_message
2 parents 74748b4 + 4dd9a4e commit 739e0e9

20 files changed

+234
-20
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables
22
ROOTDIR = $(shell pwd)
3-
ALL_CMDS = package test distribute distribute_staging distribute_staging_external clean develop undevelop docs
3+
ALL_CMDS = package test distribute distribute_staging distribute_staging_external clean develop undevelop docs changelogs
44

55
.PHONY: clean package distribute distribute_staging distribute_staging_external\
66
develop undevelop populate_dist_dir help docs distribute_docs test

connector/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ changelogs:
155155
@echo "Generating changelog file"
156156
@echo ""
157157
@$(PYTHON) -c "from ciscodistutils.make_changelog import main; main('./docs/changelog/undistributed', './docs/changelog/undistributed.rst')"
158-
@echo "pyats.contrib changelog created..."
158+
@echo "yang.connector changelog created..."
159159
@echo ""
160160
@echo "Done."
161161
@echo ""
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
September 2024
2+
==========
3+
4+
September 24 - Yang v24.9
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``yang.connector``, v24.9
13+
``yang.ncdiff``, v24.9
14+
15+
16+
17+
18+
Changelogs
19+
^^^^^^^^^^
20+
21+
yang.connector
22+
""""""""""""""
23+
24+
yang.ncdiff
25+
"""""""""""

connector/docs/changelog/2024/april.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ Upgrade Instructions
2424
2525
Changelogs
2626
^^^^^^^^^^
27+
28+
--------------------------------------------------------------------------------
29+
Fix
30+
--------------------------------------------------------------------------------
31+
* yang.ncdiff
32+
* Updated orderless configuration:
33+
* added redistribute under eigrp topology
34+
* added distribute-list under ipv6 router eigrp
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
August 2024
2+
==========
3+
4+
August 27 - Yang v24.8
5+
------------------------
6+
7+
8+
9+
+-------------------------------+-------------------------------+
10+
| Module | Versions |
11+
+===============================+===============================+
12+
| ``yang.connector `` | 24.8 |
13+
+-------------------------------+-------------------------------+
14+
15+
Upgrade Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
pip install --upgrade yang.connector
21+
22+
23+
24+
25+
Changelogs
26+
^^^^^^^^^^

connector/docs/changelog/2024/february.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,20 @@ Upgrade Instructions
2424
2525
Changelogs
2626
^^^^^^^^^^
27+
28+
29+
--------------------------------------------------------------------------------
30+
Fix
31+
--------------------------------------------------------------------------------
32+
33+
* yang.connector
34+
* updated `request` method
35+
* yang.ncdiff
36+
* synced PR2, 3, 5, 8, 13, 14, 19, 21, 24, 25, 26 and 27 from ncdiff repository
37+
* updated NetconfCalculator class
38+
* added diff_type `minimum-replace`
39+
* added `add_attribute_at_depath` method
40+
* added `add_attribute_by_xpath` method
41+
* added `find_by_tags` method
42+
* updated ConfigDelta class
43+
* added `replace_xpath` argument
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
July 2024
2+
==========
3+
4+
July 30 - Yang v24.7
5+
------------------------
6+
7+
8+
9+
+-------------------------------+-------------------------------+
10+
| Module | Versions |
11+
+===============================+===============================+
12+
| ``yang.connector `` | 24.7 |
13+
+-------------------------------+-------------------------------+
14+
15+
Upgrade Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
pip install --upgrade yang.connector
21+
22+
23+
24+
25+
Changelogs
26+
^^^^^^^^^^
27+
--------------------------------------------------------------------------------
28+
Fix
29+
--------------------------------------------------------------------------------
30+
* yang.ncdiff
31+
* Updated orderless configuration:
32+
* Added distribute-list 1300 out with depth 2
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
June 2024
2+
==========
3+
4+
- Yang v24.6
5+
------------------------
6+
7+
8+
9+
+-------------------------------+-------------------------------+
10+
| Module | Versions |
11+
+===============================+===============================+
12+
| ``yang.connector `` | 24.6 |
13+
+-------------------------------+-------------------------------+
14+
15+
Upgrade Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
pip install --upgrade yang.connector
21+
22+
23+
24+
25+
Changelogs
26+
^^^^^^^^^^
27+
28+
--------------------------------------------------------------------------------
29+
Fix
30+
--------------------------------------------------------------------------------
31+
* yang.ncdiff
32+
* Updated orderless configuration:
33+
* Added ip ospf message-digest-key with depth 1
34+
* Updated orderless configuration:
35+
* Added mpls mldp static with depth 0
36+
* Updated Router orderless configuration:
37+
* Added router with depth 0
38+
* Updated orderless configuration:
39+
* Added device-tracking binding orderless configuration

connector/docs/changelog/2024/march.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,23 @@ Upgrade Instructions
2424
2525
Changelogs
2626
^^^^^^^^^^
27+
28+
--------------------------------------------------------------------------------
29+
Fix
30+
--------------------------------------------------------------------------------
31+
32+
* yang.ncdiff
33+
* Fixed order issue with leaf
34+
* Support RFC7950 Section 7.8.5
35+
* Synced below commit from ncdiff repository
36+
* Adjust ORDERLESS_COMMANDS https://github.com/CiscoTestAutomation/ncdiff/commit/c4fd008c23650263c0f348e77041fba0eb0ec875
37+
* Add another CLI that is orderless https://github.com/CiscoTestAutomation/ncdiff/commit/71741edff0ec2d08bdf63a0abcfb1f85896e38b3
38+
* Workaround an NVGEN issue https://github.com/CiscoTestAutomation/ncdiff/commit/45e1c4e2ad78caceed297d43578b063dadfb6ecf
39+
* Fixed CLI "no logging dmvpn" and "no snmp-server manager" https://github.com/CiscoTestAutomation/ncdiff/commit/f5ee87aee6a8880612f597d391bb8275406a07f2
40+
* New rule to remove some unnecessary commands https://github.com/CiscoTestAutomation/ncdiff/commit/ebca5cfe67f937331317b54af52510fb1f035daf
41+
* Add more orderless CLIs https://github.com/CiscoTestAutomation/ncdiff/commit/6d02ca73929c0548c19be486d1d18151c96c7d4a
42+
* Add more CLIs that do not care about the order https://github.com/CiscoTestAutomation/ncdiff/commit/7e4c82f5dbd08ee69e610ac57cc9842c1a23341e
43+
* CLI "crypto keyring" does not have order. https://github.com/CiscoTestAutomation/ncdiff/commit/d5f8aab68ee32841be50a3e822b3f5b71f1b56cd
44+
* "route-target export" and "route-target import" are orderless https://github.com/CiscoTestAutomation/ncdiff/commit/d76d7a32b60e7516f947bc834475d6917eeff6a9
45+
* add vlan group to orderless clis https://github.com/CiscoTestAutomation/ncdiff/commit/1307b471cf17f6e28082ab18f56266c2ac9a0b56
46+
* "redistribute" CLIs do not consider order https://github.com/CiscoTestAutomation/ncdiff/commit/7402e8bf07f103705e28009d2c571f73112f3a52

connector/docs/changelog/2024/may.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Upgrade Instructions
2424
2525
Changelogs
2626
^^^^^^^^^^
27+
28+
--------------------------------------------------------------------------------
29+
Fix
30+
--------------------------------------------------------------------------------
31+
* yang.ncdiff
32+
* Updated orderless configuration:
33+
* Added redistribute under address-family in router eigrp

0 commit comments

Comments
 (0)