Releases: CiscoDevNet/terraform-provider-aci
Releases · CiscoDevNet/terraform-provider-aci
v2.15.0
DEPRECATIONS:
- Deprecate the non-functional
relation_vz_rs_graph_att
attribute fromaci_contract
. Userelation_vz_rs_subj_graph_att
onaci_contract_subject
instead. - Deprecate
relation_fv_rs_cust_qos_pol
inaci_endpoint_security_group
(ESG) resource
BUG FIXES:
- Add error handling in try login function for
aaa_user
- Prevent error by setting
flood_on_encap
andprio
foraci_endpoint_security_group
- Fix to avoid known after applies for children when they are not provided and not configured on APIC
- Fix import functionality for
aci_rest_managed
when brackets are present in DN
IMPROVEMENTS:
- Add
aci_netflow_record_policy
resource and data-source. (#1220) - Add
aci_l3out_node_sid_profile
resource and data-source - Add
aci_netflow_monitor_policy
andaci_relation_to_netflow_exporter
resources and data-sources (#1208) - Add
aci_l3out_provider_label
resource and data-source (#1200) - Add
aci_relation_to_fallback_route_group
resource and data-source (#1195) - Add attributes
pc_tag
andscope
toaci_vrf
(#1238) - Allow dn based filtering for
aci_client_end_point
data-source - Remove
flood_on_encap
andprio
attributes and change the non required attributes to read-only inaci_endpoint_security
data-source - Enable toggling of escaping of HTML characters with escape_html attribute in
aci_rest_managed
payloads (#1199)
Detailed changelog: v2.14.0...v2.15.0
v2.14.0
BUG FIXES:
- Fix support for double quotes in login password.
- Fix documentation for aci_function_node and and aci_connection to have a particular format for names.
- Allow setting an empty string as default provider level annotation
- Allow import where a semicolon is part of the dn for ipv6 address
- Changed is_copy to ForceNew, so that when changed the resource is recreated.
- Error when object not found for datasources aci_interface_config, aci_cloud_l4_l7_third_party_device, and aci_cloud_l4_l7_native_load_balancer
IMPROVEMENTS:
- Add support for ip endpoint tags in aci_endpoint_tag_ip resource and datasource
- Add support for mac endpoint tags in aci_endpoint_tag_mac resource and datasource
- Add aci_fallback_route_group and aci_fallback_member resource
- Add Default Route Leak Policy to the aci_l3_outside resource
- Add connector_type and att_notify parameters to 'aci_function_node'
- Add support for copy-function node in on-prem APICs
- Add ip parameter to fix resource creation when is_static_ip parameter is set in aci_cloud_l4_l7_native_load_balancer resource/datasource.
- Migration of aci_tag into plugin framework
Detailed changelog: v2.13.2...v2.14.0
v2.13.2
BUG FIXES:
- Fix path for signature calculation for private_key authentication in plugin framework provider resources
Detailed changelog: v2.13.1...v2.13.2
v2.13.1
BUG FIXES:
- Fix regex match to allow matching full dn in aci_rest_managed
Detailed changelog: v2.13.0...v2.13.1
v2.13.0
2.13.0 (January 25, 2024)
IMPROVEMENTS:
- Add support importing for specified children in aci_rest_managed_resource
- Migration of aci_rest_managed into plugin framework
- Add ip_data_plane_learning attribute to aci_subnet resource and data source (#1138)
Detailed changelog: v2.12.0...v2.13.0
v2.12.0
This release is the first release of a muxed provider including resources created using the new terraform-plugin-framework.
New resources will be created using the new approach based on terraform-plugin-framework.
IMPROVEMENTS:
- Mux existing provider with terraform-plugin-framework base for new provider
- Migrate aci_annotation resource and datasource to framework provider
- Add aci_external_management_network_instance_profile, aci_external_management_network_subnet, aci_l3out_consumer_label, aci_l3out_redistribute_policy, aci_out_of_band_contract, aci_pim_route_map_entry, aci_pim_route_map_policy and aci_relation_to_consumed_out_of_band_contract resources and data sources.
v2.11.1
BUG FIXES:
- Add missing annotation attribute to aci_rest_managed datasource
Detailed changelog: v2.11.0...v2.11.1
v2.11.0
DEPRECATIONS:
- Deprecated relation_vz_rs_fwd_r_flt_p_att and relation_vz_rs_rev_r_flt_p_att for aci_filter
IMPROVEMENTS:
- Add aci_cloud_service_epg, aci_cloud_service_endpoint_selector and aci_cloud_private_link_label resources and datasources (#1096)
- Add Cloud L4-L7 device resources (aci_cloud_l4_l7_native_load_balancer and aci_cloud_l4_l7_third_party_device) (#1097)
- Add bfd_multihop_node_policy resource and data source (#1092)
- Add aci_power_supply_redundancy_policy (psuInstPol) resource and data source (#1070)
- Add default annotation when annotation is not provided for aci_rest_managed
- Add forceNew to createOnly attributes to allow for object replacement in resource aci_fabric_node_member
BUG FIXES:
- Set type attribute for import operation of aci_static_node_mgmt_address
- Fixed aci_epg_to_contract import issue and updated documentation
- Ignore changes to relation_l3ext_rs_dyn_path_att.encap when going from unknown to empty to fix idempotency issue in 'l3out_floating_svi' (#1114)
- Remove non configurable properties from POST payload when child configuration is present for aci_rest_managed
- Fix import issue with leaf_port_dn attribute for aci_l3out_vpc_member.
- Modify resource for aci_bgp_peer_connectivity_profile to normalize IPv6 different formats. (#1101)
- Fix relation_fv_rs_node_att by changing it to a block and fix relationship attribute import in aci_application_epg (#1083)
- Fix aci_filter null update by setting the relationships to computed
Detailed changelog: v2.10.1...v2.11.0
v2.10.1
v2.10.0
IMPROVEMENTS:
- Add aci_snmp_user resource (#1077)
- Add aci_bfd_multihop_interface_policy and aci_bfd_multihop_interface_profile resources (#1066)
- Add aci_pim_interface_policy and aci_igmp_interface_policy resources and data sources (#1061)
- Add relationship attributes for PIM/IGMP/Multicast into aci_l3_outside and aci_logical_interface_profile (#1061)
- Add read-only attributes operational_associated_group, operational_associated_sub_group, port_dn, pc_port_dn in aci_interface_config (#1081)
- Add the ability to disable/enable hub network peering for Azure with aci_cloud_template_region_detail (#1063)
Detailed changelog: v2.9.0...v2.10.0