Changelog
0.2.0 September 19, 2025
Section titled “0.2.0 September 19, 2025”Tested versions: link
Upgrade procedure: link
- Add AP Zones support under Wireless Network Profile
- BREAKING CHANGE: change
hostname
tofqdn_name
in inventory devices data model - BREAKING CHANGE: Modify template redeployment, replace
deploy_state
withredeploy_template
attribute with valuesALWAYS
,ON_CHANGE
,NEVER
- BREAKING CHANGE: Add
ip_pool_name
and renamename
tol3_virtual_network
underl2_handoff
with anycast gateway data model - BREAKING CHANGE: L3 Handoff Ip Transit resource creation now leverages bulk operations, allowing multiple objects to be provisioned in one API call for faster deployments.
- BREAKING CHANGE: Replace
name
withip_pool_name
under Anycast Gateway data model - BREAKING CHANGE: Modify data model for Lan Automation
- Fix issue with assigning Local to VLAN to wireless profile for Flex Connect Local Switching
- Fix issue with assigning L3 Virtual Networks to Fabric Zones.
- BREAKING_CHANGE: Fix issue with assigning UseLoopBack as preferred_mgmt_ip_method to Discovery.
- Fix issue with assigning global_credential_id_list to Discovery.
- BREAKING CHANGE: Replace resource for assigining network profile to site
0.1.1 August 7, 2025
Section titled “0.1.1 August 7, 2025”Tested versions: link
- Add support for a new hierarchy area level:
Global/area/area/area/area
- Fix issue with assigning security_group_name to fabric port assignments
- BREAKING CHANGE: Change data model struture for l3_virtual_networks to support L3 VNs on global level
- Add support for reprovisioning wireless controller device
- Add support for separating global and site-specific configuration
Terraform configurations can now be split into multiple state files (e.g., by using separate folders with their ownmain.tf
). New options allow you to manage global settings independently from site-specific resources, and to control whether only selected sites or also their child sites are managed in each configuration. - BREAKING CHANGE: Fix an issue where devices that were initially provisioned could not be successfully reprovisioned after being added to a Fabric Site
0.1.0 July 3, 2025
Section titled “0.1.0 July 3, 2025”Tested versions: link
- Add support for assigning tag to device
- Add support for
CORE
andDISTRIBUTION
role - Fix wireless ssid radio type mapping to match API response
- Fix issue with ssid to vlan mapping in fabric
- Add support for same L3 Virtual Networks under multiple Anycast Gateways
- Add experimental feature: fabric_zone
- BREAKING CHANGE: Add support to update authentication_template settings globally and on fabric site level
- Add
ASSIGN
state for assigning device to site without provisioning - Fix pnp issue when adding multiple devices
- Add support for
.vtl
and.vlt
extensions for velocity templates - Add support for
INFRA_VN
andDEFAULT_VN
L3 Virtual Networks
0.0.4-beta1 May 14, 2025
Section titled “0.0.4-beta1 May 14, 2025”Tested versions: link
- Fix issue with assigning the same VLAN to different anycast gateways from different fabric sites
- Fix issue with provision non fabric wireless controller
- Add support for SDA Transit
0.0.3-beta1 April 25, 2025
Section titled “0.0.3-beta1 April 25, 2025”Tested versions: link
- Add support for multple interfaces under l3_handoffs
- Add redeploy option to catalystcenter_deploy_template
- Add non fabric device provisioning
- Update banner settings to use allow banner settings to be assigned to Global area
- BREAKING CHANGE: rename catalystcenter_fabric_port_assignment to catalystcenter_fabric_port_assignments
- Fix issue with assiging same L3 VN to multiple fabric_sites
- Removed network_profile dependencies for deploying templates
- Fix issue with pnp onboarding templates
0.0.2-beta1 March 27, 2025
Section titled “0.0.2-beta1 March 27, 2025”Tested versions: link
- Use new API endpoint for creating L3 Virtual Network
0.0.1-beta1 March 20, 2025
Section titled “0.0.1-beta1 March 20, 2025”Tested versions: link
- Initial release