Skip to content

Commit 392bbf7

Browse files
committed
feat: add plugin_routing redirects to cisco.catalystcenter, declare collection dependency, and bump version to 6.50.0
1 parent a482bb9 commit 392bbf7

3 files changed

Lines changed: 10955 additions & 1 deletion

File tree

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,3 +2005,13 @@ releases:
20052005
sda_host_port_onboarding_playbook_config_generator.
20062006
- Updated related workflow manager modules to align with the new
20072007
playbook config generator design.
2008+
2009+
6.50.0:
2010+
release_date: "2026-03-30"
2011+
changes:
2012+
release_summary: Redirect-only release for cisco.dnac to cisco.catalystcenter migration per Ansible community renaming guidelines
2013+
major_changes:
2014+
- Added plugin_routing redirects in meta/runtime.yml for all 1136 modules and 1052 action plugins from cisco.dnac to cisco.catalystcenter with deprecation warnings targeting removal in version 7.0.0
2015+
- Added cisco.catalystcenter >= 2.7.0 as a collection dependency in galaxy.yml so that redirects resolve automatically when cisco.dnac is installed
2016+
deprecated_features:
2017+
- All modules and action plugins in cisco.dnac now redirect to their cisco.catalystcenter equivalents. Users should migrate playbooks to use cisco.catalystcenter directly. The cisco.dnac collection will be removed in a future major Ansible release.

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: dnac
4-
version: 6.49.0
4+
version: 6.50.0
55
readme: README.md
66
authors:
77
- Rafael Campos <rcampos@cloverhound.com>
@@ -46,6 +46,7 @@ tags:
4646
- sdn
4747
dependencies:
4848
ansible.utils: ">=2.0.0,<7.0"
49+
cisco.catalystcenter: ">=2.6.0"
4950
repository: https://github.com/cisco-en-programmability/dnacenter-ansible
5051
documentation: https://cisco-en-programmability.github.io/dnacenter-ansible/
5152
homepage: https://github.com/cisco-en-programmability/dnacenter-ansible

0 commit comments

Comments
 (0)