Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.

.. contents:: ``Release Versions``

`3.11.0`_
=====================

**Release Date:** ``2026-03-13``

Added
-----

- Added support for External fabric type in the dcnm_fabric module
- Added support for the following parameters in the dcnm_interface module
- `enable_qos`
- `qos_policy`
- `queuing_policy


Fixed
-----

- https://github.com/CiscoDevNet/ansible-dcnm/issues/440
- https://github.com/CiscoDevNet/ansible-dcnm/issues/525
- https://github.com/CiscoDevNet/ansible-dcnm/issues/617
- https://github.com/CiscoDevNet/ansible-dcnm/issues/634
- https://github.com/CiscoDevNet/ansible-dcnm/issues/637

`3.10.0`_
=====================

Expand Down Expand Up @@ -45,7 +69,6 @@ Fixed
- https://github.com/CiscoDevNet/ansible-dcnm/issues/615
- https://github.com/CiscoDevNet/ansible-dcnm/issues/626


`3.9.1`_
=====================

Expand Down Expand Up @@ -698,6 +721,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.11.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.10.0...3.11.0
.. _3.10.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.9.1...3.10.0
.. _3.9.1: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.9.0...3.9.1
.. _3.9.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.8.1...3.9.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
---
collections:
- name: cisco.dcnm
version: 3.10.0
version: 3.11.0
```
## 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: 3.10.0-dev
version: 3.11.0-dev
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down
Loading