Skip to content

Commit

Permalink
Merge pull request #27 from praveenramoorthy/2.1.28
Browse files Browse the repository at this point in the history
Release 2.1.28
  • Loading branch information
praveenramoorthy authored Aug 23, 2023
2 parents 55e8edb + cca5722 commit 6e65bc7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
git checkout -b $COLLECTION_VERSION
git push origin $COLLECTION_VERSION
gh pr create --base main --head $COLLECTION_VERSION --title "Release $COLLECTION_VERSION" --body "Release $COLLECTION_VERSION"
cat galaxy.yml
finish-merge:
working_directory: ~/release
Expand Down Expand Up @@ -244,7 +245,7 @@ jobs:
command: |
source /tmp/collectversion.txt
cat galaxy.yml
git checkout main
git pull
Expand All @@ -253,10 +254,10 @@ jobs:
gh release create "$COLLECTION_VERSION" -F /tmp/taginfo.txt --title "NDFC Collection Version $COLLECTION_VERSION" --latest
ansible-galaxy collection build
mkdir ./tmp/
ansible-galaxy collection install cisco-dcnm-$COLLECTION_VERSION.tar.gz -p ./tmp/
# ansible-galaxy collection publish ./cisco-dcnm-$COLLECTION_VERSION.tar.gz --api-key=
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=
rm -rf tmp/
rm -f cisco-dcnm-*
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.28] - 2023-08-23

### Added
* Support to configure 28 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.90] - 2023-08-17

### Added
Expand Down Expand Up @@ -388,6 +401,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.28]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.50.90...2.1.28
[9.50.90]: https://github.com/CiscoDevNet/ansible-dcnm/compare/9.50.80...9.50.90
[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
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.90
version: 2.1.28
```
## 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: 9.50.90
version: 2.1.28
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/dcnm_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
# 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
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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.90"
release_title: "NDFC collection Version 9.50.90"
version: "2.1.28"
release_title: "NDFC collection Version 2.1.28"
release_desc: "Ansible NDFC Collection"
changes:
added:
- "Support to configure 90 multiple interfaces for vrf_lite on a vrf"
- "Support to configure 28 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 6e65bc7

Please sign in to comment.