Skip to content

Changelog

Tested versions: link

Upgrade procedure: link

Breaking Changes

  • Rename resource catalystcenter_fabric_provision_device to catalystcenter_provision_device (requires manual Terraform state migration)
  • RF Profile enable_radio_type_c attribute 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_mode enum values updated from uppercase to mixed case (e.g., AUTHPRIVAuthPriv, AUTHNOPRIVAuthNoPriv, NOAUTHNOPRIVNoAuthNoPriv)
  • 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_description support for port assignments (interface ranges and descriptions)
  • Add group_based_policy_enforcement_enabled to anycast gateways for EXTENDED_NODE pool types and TCP MSS adjustment
  • Add reconfigure attribute to fabric site for applying pending fabric configuration events
  • Add use_bulk_api flag to enable bulk API operations for faster execution
  • Add bulk_site_provisioning variable: Site path for bulk device provisioning. When set with use_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_ip lookup 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_measure to floor to select feet or meters for 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 management and service in 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

Tested versions: link

Upgrade procedure: link

  • Add AP Zones support under Wireless Network Profile
  • BREAKING CHANGE: change hostname to fqdn_name in inventory devices data model
  • BREAKING CHANGE: Modify template redeployment, replace deploy_state with redeploy_template attribute with values ALWAYS, ON_CHANGE, NEVER
  • BREAKING CHANGE: Add ip_pool_name and rename name to l3_virtual_network under l2_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 with ip_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

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 own main.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

Tested versions: link

  • Add support for assigning tag to device
  • Add support for CORE and DISTRIBUTION 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 and DEFAULT_VN L3 Virtual Networks

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

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

Tested versions: link

  • Use new API endpoint for creating L3 Virtual Network

Tested versions: link

  • Initial release