From 28bf91c7196f6b153d60378692f3ebbd105a135c Mon Sep 17 00:00:00 2001 From: Praveen Ramoorthy Date: Tue, 12 Sep 2023 19:22:55 +0530 Subject: [PATCH 1/3] test ci --- plugins/modules/dcnm_network.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/modules/dcnm_network.py b/plugins/modules/dcnm_network.py index 8a7ca37b6..c0e995e7e 100644 --- a/plugins/modules/dcnm_network.py +++ b/plugins/modules/dcnm_network.py @@ -6,8 +6,6 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# -# # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software From 11869087d35274601be88956ac3d45cafda4eb00 Mon Sep 17 00:00:00 2001 From: praveenramoorthy <62758226+praveenramoorthy@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:34:56 +0530 Subject: [PATCH 2/3] Update releaseinfo.yaml --- releaseinfo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseinfo.yaml b/releaseinfo.yaml index fb47bf709..4796942c8 100644 --- a/releaseinfo.yaml +++ b/releaseinfo.yaml @@ -1,5 +1,5 @@ -version: "2.1.31" -release_title: "NDFC collection Version 2.1.31" +version: "2.1.32" +release_title: "NDFC collection Version 2.1.32" release_desc: "Ansible NDFC Collection" changes: added: From d319b1723293091de398810a5c9c971a65f9939d Mon Sep 17 00:00:00 2001 From: praveenramoorthy Date: Tue, 12 Sep 2023 07:05:37 -0700 Subject: [PATCH 3/3] Released new version: 2.1.32 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- galaxy.yml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f386dee1..be0e2e950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.32] - 2023-09-12 + +### Added +* Support to configure 31 multiple interfaces for vrf_lite on a vrf +* Added support for more switch roles in inventory module. +* Change 3 + +### Fixed +* https://github.com/CiscoDevNet/ansible-dcnm/issues/204 +* https://github.com/CiscoDevNet/ansible-dcnm/issues/205 +* https://github.com/CiscoDevNet/ansible-dcnm/issues/206 +* Removed the restriction on netcommon version supported by DCNM collection. The restriction was introduced as fix for CiscoDevNet#209. Netcommon versions >=2.6.1 is supported. + ## [2.1.31] - 2023-08-24 ### Added @@ -440,6 +453,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules * cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric. * cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces. +[2.1.32]: https://github.com/CiscoDevNet/ansible-dcnm/compare/2.1.31...2.1.32 [2.1.31]: https://github.com/CiscoDevNet/ansible-dcnm/compare/2.1.30...2.1.31 [2.1.30]: https://github.com/CiscoDevNet/ansible-dcnm/compare/2.1.29...2.1.30 [2.1.29]: https://github.com/CiscoDevNet/ansible-dcnm/compare/2.1.28...2.1.29 diff --git a/README.md b/README.md index 08425d1fb..87aba4175 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl --- collections: - name: cisco.dcnm - version: 2.1.31 + version: 2.1.32 ``` ## Using this collection diff --git a/galaxy.yml b/galaxy.yml index ebbb07ac6..d5386e6cf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: mikewiebe name: test_ci_publish -version: 2.1.31 +version: 2.1.32 readme: README.md authors: - Shrishail Kariyappanavar