You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
**Bug Fixes:**
4
4
- Fix issue with provisioning the embedded wireless controller and enabling the edge role in a single Terraform run
5
+
- Fix multicast rendezvous point IP addresses being sent for fabric-internal RPs; `ipv4_address` and `ipv6_address` are now only populated when `rp_location` is not `FABRIC`
6
+
- Fix extranet policy to only be managed when not using `manage_global_settings` with `managed_sites`, resolving incorrect state evaluation in single-state deployments
7
+
- Fix L3 virtual network global instance to use `merge_fabric_sites` attribute instead of ignoring `fabric_ids` changes via lifecycle
5
8
6
9
**New Features:**
7
10
- Add RMA (Return Material Authorization) device replacement workflow with `catalystcenter_device_replacement` and `catalystcenter_device_replacement_workflow` resources; use `state: MARK_FOR_REPLACEMENT` to mark a device, then update `serial_number` and set `state: PROVISION` to trigger the replacement workflow
@@ -15,6 +18,8 @@
15
18
16
19
**Improvements:**
17
20
- Add support for skipping configuration cleanup during delete to remove unreachable provisioned devices from inventory
21
+
- Allow `clean_up_config` to be set as a module-level default in `defaults.yaml` under `catalyst_center.inventory.devices.clean_up_config`, falling back to per-device setting
22
+
- Add support for deploying the same template name used across multiple template projects by using a `project_name#template_name` composite key for resource addressing while preserving backward compatibility when template names are unique
0 commit comments