Skip to content
Open
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
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,3 +2005,13 @@ releases:
sda_host_port_onboarding_playbook_config_generator.
- Updated related workflow manager modules to align with the new
playbook config generator design.

6.50.0:
release_date: "2026-03-30"
changes:
release_summary: Redirect-only release for cisco.dnac to cisco.catalystcenter migration per Ansible community renaming guidelines
major_changes:
- 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
- Added cisco.catalystcenter >= 2.7.0 as a collection dependency in galaxy.yml so that redirects resolve automatically when cisco.dnac is installed
deprecated_features:
- 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.
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dnac
version: 6.49.0
version: 6.50.0
readme: README.md
authors:
- Rafael Campos <rcampos@cloverhound.com>
Expand Down Expand Up @@ -46,6 +46,7 @@ tags:
- sdn
dependencies:
ansible.utils: ">=2.0.0,<7.0"
cisco.catalystcenter: ">=2.6.0"
repository: https://github.com/cisco-en-programmability/dnacenter-ansible
documentation: https://cisco-en-programmability.github.io/dnacenter-ansible/
homepage: https://github.com/cisco-en-programmability/dnacenter-ansible
Expand Down
Loading
Loading