Changelog
0.1.1August 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.0July 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
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
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
Tested versions: link
- Use new API endpoint for creating L3 Virtual Network
0.0.1-beta1 March 20, 2025
Tested versions: link
- Initial release