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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## 2.19.0 (December 2, 2025)
6
+
7
+
This release includes resources and data sources that have been migrated from SDKv2 to the Terraform Provider Framework. Those resources and data sources will continue to accept legacy attributes but deprecation warnings will be displayed. See the [migration guide](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/guides/migration) for more details on the migration and how to upgrade the provider to this release and any subsequent v2.x release that will include migrated resources and data sources.
8
+
9
+
MIGRATED TO FRAMEWORK:
10
+
- aci_attachable_access_entity_profile
11
+
- aci_access_port_block
12
+
- aci_access_port_selector
13
+
- aci_fex_profile
14
+
- aci_leaf_interface_profile
15
+
- aci_spine_interface_profile
16
+
- aci_spine_access_port_selector
17
+
- aci_vmm_credential
18
+
19
+
IMPROVEMENTS:
20
+
- Add uplink_order_container attribute to aci_relation_to_domain resource and datasource.
21
+
- Add uplink_order_container and relation_to_attachable_access_entity_profiles attributes to aci_application_epg resource and datasource.
22
+
- Add aci_imported_logical_device resource and datasource.
23
+
- Add aci_relation_from_application_epg_to_attachable_access_entity_profile resource and datasource.
24
+
- Add aci_relation_from_attachable_access_entity_profile_to_domain resource and datasource.
25
+
- Add content_on_destroy attributes to aci_rest_managed resource to modify an object during destroy instead of deleting it.
0 commit comments