Skip to content

Commit f593092

Browse files
authored
Release Prep (#377)
* Release Prep * Fix typo * Fix release date
1 parent 51365de commit f593092

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99
.. contents:: ``Release Versions``
1010

11+
`3.7.0`_
12+
=====================
13+
14+
**Release Date:** ``2025-02-28``
15+
16+
Added
17+
-----
18+
19+
- The following new modules are included in this release
20+
- ``dcnm_log`` - Module for logging messages based on environment variable ``NDFC_LOGGING_CONFIG``
21+
- Dynamic inventory for ansible-dcnm repository integration tests
22+
- Support for virtual peer link in ``dcnm_vpc_pair`` module
23+
- Support for pre-provision workflows when using ``dcnm_vpc_pair`` and ``dcnm_interface`` module
24+
- Support for port-channel sub-interfaces in ``dcnm_interface`` module
25+
26+
27+
Fixed
28+
-----
29+
30+
- Bug when ``deploy`` flag set to ``false`` in ``dcnm_vrf`` and ``dcnm_network`` modules
31+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/338
32+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/343
33+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/347
34+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/351
35+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/353
36+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/356
37+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/357
38+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/358
39+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/360
40+
41+
1142
`3.6.0`_
1243
=====================
1344

@@ -505,6 +536,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules
505536
- cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric.
506537
- cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces.
507538

539+
.. _3.7.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.6.0...3.7.0
508540
.. _3.6.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.5.1...3.6.0
509541
.. _3.5.1: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.5.0...3.5.1
510542
.. _3.5.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.4.3...3.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
7171
---
7272
collections:
7373
- name: cisco.dcnm
74-
version: 3.6.0
74+
version: 3.7.0
7575
```
7676
## Using this collection
7777
@@ -192,7 +192,7 @@ We welcome community contributions to this collection. If you find problems, ple
192192

193193
## Licensing
194194

195-
Copyright (c) 2020-2024 Cisco and/or its affiliates.
195+
Copyright (c) 2020-2025 Cisco and/or its affiliates.
196196

197197
Licensed under the Apache License, Version 2.0 (the "License");
198198
you may not use this file except in compliance with the License.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: dcnm
4-
version: 3.6.0
4+
version: 3.7.0
55
readme: README.md
66
authors:
77
- Shrishail Kariyappanavar <nkshrishail>

0 commit comments

Comments
 (0)