|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## 2.19.0 (March 27, 2026) |
| 6 | + |
| 7 | +DEPRECATIONS: |
| 8 | +- Deprecate aci_fabric_if_pol, which will be removed in the next major version of the provider. |
| 9 | +- Deprecate aci_port_security_policy, which will be removed in the next major version of the provider. |
| 10 | +- Deprecate aci_miscabling_protocol_interface_policy, which will be removed in the next major version of the provider. |
| 11 | +- Deprecate aci_interface_fc_policy, which will be removed in the next major version of the provider. |
| 12 | + |
| 13 | +IMPROVEMENTS: |
| 14 | +- Add support for uplink_order_container (fvuplinkordercont) in relation_to_domains attribute of aci_application_epg and aci_relation_to_domain resource and datasource |
| 15 | +- Add resource and data source to import l4-l7 logical devices from one tenant to another. |
| 16 | +- Addition of new attributes to resource_aci_rest_managed to modify an object during destroy instead of deleting it |
| 17 | +- Migrate resources and datasource aci_access_port_block, aci_access_port_selector, aci_fex_profile. aci_leaf_interface_profile, aci_spine_interface_profile and aci_spine_access_port_selector to terraform plugin framework |
| 18 | +- Migrate resource and datasource aci_vmm_credential to terraform plugin framework |
| 19 | +- Add resource and datasource aci_relation_from_application_epg_to_attachable_access_entity_profile for fvrsaepatt class support |
| 20 | +- Migrate resource and datasource aci_attachable_access_entity_profile to terraform plugin framework and add resource and datasource for aci_relation_from_attachable_access_entity_profile_to_domain |
| 21 | +- Add support for dwdm interface access policy with resources aci_dwdm_interface_policy |
| 22 | +- Add support for poe interface access policy with resource aci_poe_interface_policy |
| 23 | +- Add support for link level interface access policy with resource aci_link_level_interface_policy |
| 24 | +- Add support for slow drain interface access policy with resource aci_slow_drain_interface_policy |
| 25 | +- Add support for synchronous ethernet interface access policy with resource aci_synce_interface_policy |
| 26 | +- Add support for port security interface access policy with resource aci_port_security_interface_policy |
| 27 | +- Add support for monitoring access policy with resources aci_access_monitoring_policy |
| 28 | +- Add support for link level control flow interface access policy with resource aci_link_level_control_flow_interface_policy |
| 29 | +- Add support for mcp interface access policy with resource aci_mcp_interface_policy |
| 30 | +- Add support for fibre channel interface access policy with resource aci_fibre_channel_interface_policy |
| 31 | +- Add support for priority flow control interface access policy with resource aci_priority_flow_control_interface_policy |
| 32 | +- Add support for 802.1x port authentication interface access policy with resource aci_dot1x_port_authentication_interface_policy |
| 33 | +- Added 'do not edit' note to the custom_type.go.tmpl file |
| 34 | +- Add support for copp interface access policy with resources aci_copp_interface_policy and aci_copp_interface_protocol_policy |
| 35 | +- Migrate resource and datasource aci_spanning_tree_interface_policy to terraform plugin framework |
| 36 | +- Add support for no drop dscp match interface access policy with resource aci_no_drop_dscp_match_interface_policy |
| 37 | +- Add support for transceiver interface access policies with resourcea aci_zr_transceiver_interface_policy and aci_zrp_transceiver_interface_policy |
| 38 | +- Migrate resource and datasource aci_l2_interface_policy to terraform plugin framework |
| 39 | +- Migrate resources and data-sources aci_vmm_domain, aci_cdp_interface_policy, and aci_lldp_interface_policy to terraform plugin framework and create resources and data-sources for aci_firewall_policy, aci_ip_address_block, aci_ip_address_pool, and aci_l2_mtu_policy |
| 40 | +- Add support for link flap interface access policy with resource aci_link_flap_interface_policy |
| 41 | +- Add logic for static custom type |
| 42 | +- Upgrade go version to 1.25 |
| 43 | + |
| 44 | +BUG FIXES: |
| 45 | +- Bug fix for update of single nested children |
| 46 | +- Fix documentation examples for importing with a json string in aci_rest_managed |
| 47 | +- Fix child classes to be queried only when apic versions allows |
| 48 | + |
5 | 49 | ## 2.18.0 (November 7, 2025) |
6 | 50 |
|
7 | 51 | IMPROVEMENTS: |
|
0 commit comments