Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## 2.19.0 (December 2, 2025)

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.

MIGRATED TO FRAMEWORK:
- aci_attachable_access_entity_profile
- aci_access_port_block
- aci_access_port_selector
- aci_fex_profile
- aci_leaf_interface_profile
- aci_spine_interface_profile
- aci_spine_access_port_selector
- aci_vmm_credential

IMPROVEMENTS:
- Add uplink_order_container attribute to aci_relation_to_domain resource and datasource.
- Add uplink_order_container and relation_to_attachable_access_entity_profiles attributes to aci_application_epg resource and datasource.
- Add aci_imported_logical_device resource and datasource.
- Add aci_relation_from_application_epg_to_attachable_access_entity_profile resource and datasource.
- Add aci_relation_from_attachable_access_entity_profile_to_domain resource and datasource.
- Add content_on_destroy attributes to aci_rest_managed resource to modify an object during destroy instead of deleting it.
- Add aci_dwdm_interface_policy resource and datasource.

## 2.18.0 (November 7, 2025)

IMPROVEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions sbom.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"dataLicense": "CC0-1.0",
"SPDXID": "SPDXRef-DOCUMENT",
"name": "./",
"documentNamespace": "https://anchore.com/syft/dir/6ee3a976-e641-48ae-8286-5f7f3256e96b",
"documentNamespace": "https://anchore.com/syft/dir/589b468c-0c60-4857-a983-55cbe47ade12",
"creationInfo": {
"licenseListVersion": "3.27",
"creators": [
"Organization: Anchore, Inc",
"Tool: syft-1.36.0"
],
"created": "2025-11-07T03:44:03Z"
"created": "2025-11-17T17:17:30Z"
},
"packages": [
{
Expand Down
Loading