Skip to content

Commit

Permalink
Merge pull request #21 from praveenramoorthy/9.50.80
Browse files Browse the repository at this point in the history
Release 9.50.80
  • Loading branch information
praveenramoorthy authored Aug 18, 2023
2 parents cb56017 + a880499 commit a4ae6b6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
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/).

## [9.50.80] - 2023-08-17

### Added
* Support to configure 80 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.

## [9.50.70] - 2023-08-17

### Added
Expand Down Expand Up @@ -362,6 +375,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.
[9.50.80]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.50.70...9.50.80
[9.50.70]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.50.60...9.50.70
[9.50.60]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.50.50...9.50.60
[9.50.50]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.40.40...9.50.50
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: 9.50.70
version: 9.50.80
```
## 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: cisco
name: dcnm
version: 9.50.70
version: 9.50.80
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down
6 changes: 3 additions & 3 deletions releaseinfo.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "9.50.70"
release_title: "NDFC collection Version 9.50.70"
version: "9.50.80"
release_title: "NDFC collection Version 9.50.80"
release_desc: "Ansible NDFC Collection"
changes:
added:
- "Support to configure 70 multiple interfaces for vrf_lite on a vrf"
- "Support to configure 80 multiple interfaces for vrf_lite on a vrf"
- "Added support for more switch roles in inventory module."
- "Change 3"

Expand Down

0 comments on commit a4ae6b6

Please sign in to comment.