Changelog
0.3.0 December 9, 2025
Section titled “0.3.0 December 9, 2025”Tested versions: link
Upgrade procedure: link
Breaking Changes
- Rename resource
catalystcenter_fabric_provision_devicetocatalystcenter_provision_device(requires manual Terraform state migration) - RF Profile
enable_radio_type_cattribute is now required (was optional). Added extensive new 6GHz radio properties including standard power service, PSC enforcing, discovery frames, DBS width settings, preamble puncture, Multi-BSSID properties with 802.11ax/be parameters, and FRA properties - Discovery
snmp_modeenum values updated from uppercase to mixed case (e.g.,AUTHPRIV→AuthPriv,AUTHNOPRIV→AuthNoPriv,NOAUTHNOPRIV→NoAuthNoPriv) - Update several resources to align with provider version 0.4.0 schema changes (removal of deprecated and internal API attributes)
New Features
- Add support for Authentication and Policy Servers (ISE and AAA) in System Settings
- Add Fabric Extranet Policies support for inter-VN communication
- Add Fabric Multicast support for optimized multicast traffic in SD-Access fabric
- Add Access Point provisioning with RF profiles and PNP access points support
- Add Embedded Wireless Controller Node fabric role with wireless capabilities
- Add
interface_descriptionsupport for port assignments (interface ranges and descriptions) - Add
group_based_policy_enforcement_enabledto anycast gateways for EXTENDED_NODE pool types and TCP MSS adjustment - Add
reconfigureattribute to fabric site for applying pending fabric configuration events - Add
use_bulk_apiflag to enable bulk API operations for faster execution - Add
bulk_site_provisioningvariable: Site path for bulk device provisioning. When set withuse_bulk_api=true, provisions all devices from this site and all child sites in a single bulk operation. Example: ‘Global/Poland’ will provision all devices under Poland hierarchy - Add
device_name_to_iplookup map to support name and FQDN-based device IP resolution for border device mapping - Add MD5 checksum to templates variable to trigger redeployment when template variables change
- Add
units_of_measureto floor to selectfeetormetersfor floor dimensions (length, width, height)
Improvements:
- Consolidate template deployment resources from per-device-template to per-template grouping for improved scalability
Bug Fixes
- Fix issue with Vlan to SSID mappings while using
use_bulk_api - Fix issue when creating L2 VN while using multi state
- Fix issue when creating an L3 VN without a fabric site assignment
- Fix issue with sites hierarchy while using multi state
- Fix issue with ip pools reservations while using multi state
- Fix issue with assigning cli credentials to site while using multi state
- Fix idempotency issue during brownfield import of border devices
- Fix issue with assigning ip pool type
managementandservicein ip pools reservations - Fix EWLC provisioning
- Fix issue with provision edge device while using embedded wireless controller
- Fix multicast resource to tolerate both hostname and FQDN device names
- Fix floor width, length, height rounding to 3 decimal places
- Fix transit configuration and L2 handoff dependencies
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
hostnametofqdn_namein inventory devices data model - BREAKING CHANGE: Modify template redeployment, replace
deploy_statewithredeploy_templateattribute with valuesALWAYS,ON_CHANGE,NEVER - BREAKING CHANGE: Add
ip_pool_nameand renamenametol3_virtual_networkunderl2_handoffwith 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
namewithip_pool_nameunder 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 structure 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
COREandDISTRIBUTIONrole - 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
ASSIGNstate for assigning device to site without provisioning - Fix pnp issue when adding multiple devices
- Add support for
.vtland.vltextensions for velocity templates - Add support for
INFRA_VNandDEFAULT_VNL3 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 multiple 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 assigning 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