From 1212a1584b22ba36d230ddb0ec4824f7c7f355d3 Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Tue, 1 Jul 2025 12:52:17 -0400 Subject: [PATCH 1/3] Update galaxy.yml --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index fc82c1226..5cbd38ff8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dcnm -version: 3.8.0-dev +version: 3.8.1-dev readme: README.md authors: - Shrishail Kariyappanavar From 0934d61d1bc3a76484eaf18bbd2cdabb35099af1 Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Tue, 1 Jul 2025 12:55:15 -0400 Subject: [PATCH 2/3] Update CHANGELOG.rst --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc677aaa8..4ad4c5906 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,29 @@ This project adheres to `Semantic Versioning `_. .. contents:: ``Release Versions`` +`3.8.1`_ +===================== + +**Release Date:** ``2025-07-02`` + +Added +----- + +- Enhanced integration tests for the `dcnm_network` and `dcnm_interface` modules +- Refactored support for breakout interfaces to fix workflow issues in the dcnm_interface module + +Fixed +----- + +- https://github.com/CiscoDevNet/ansible-dcnm/issues/80 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/149 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/216 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/239 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/279 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/407 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/428 +- https://github.com/CiscoDevNet/ansible-dcnm/issues/436 + `3.8.0`_ ===================== @@ -563,6 +586,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. +.. _3.8.1: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.8.0...3.8.1 .. _3.8.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.7.0...3.8.0 .. _3.7.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.6.0...3.7.0 .. _3.6.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.5.1...3.6.0 From 34adee4c9dfd2eaa105b2123c802c4506f503e4c Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Tue, 1 Jul 2025 12:57:15 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba008ae84..3f49fb3fb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl --- collections: - name: cisco.dcnm - version: 3.8.0 + version: 3.8.1 ``` ## Using this collection