Skip to content

Commit

Permalink
Merge pull request #48 from praveenramoorthy/2.1.33
Browse files Browse the repository at this point in the history
Release 2.1.33
  • Loading branch information
praveenramoorthy authored Nov 29, 2023
2 parents e8ab5d1 + 643c251 commit 1fed23d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
ansible-galaxy collection build
mkdir ./tmp/
ansible-galaxy collection install mikewiebe-test_ci_publish-$COLLECTION_VERSION.tar.gz -p ./tmp/
ansible-galaxy collection publish ./mikewiebe-test_ci_publish-$COLLECTION_VERSION.tar.gz --api-key=$GALAXYKEY
# ansible-galaxy collection publish ./mikewiebe-test_ci_publish-$COLLECTION_VERSION.tar.gz --api-key=$GALAXYKEY
rm -rf tmp/
rm -f mikewiebe-test_ci_publish-$COLLECTION_VERSION.tar.gz
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.33] - 2023-11-28

### 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.32] - 2023-09-12

### Added
Expand Down Expand Up @@ -453,6 +466,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.33]: https://github.com/CiscoDevNet/ansible-dcnm/compare/2.1.32...2.1.33
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
version: 2.1.33
```
## Using this collection
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: mikewiebe
name: test_ci_publish
version: 2.1.32
version: 2.1.33
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down
4 changes: 2 additions & 2 deletions releaseinfo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "2.1.32"
release_title: "NDFC collection Version 2.1.32"
version: "2.1.33"
release_title: "NDFC collection Version 2.1.33"
release_desc: "Ansible NDFC Collection"
changes:
added:
Expand Down

0 comments on commit 1fed23d

Please sign in to comment.