Skip to content

Commit f877f43

Browse files
dcne-automationlhercot
authored andcommitted
[ignore] Update Changelog and annotation_unsupported.go for new release (v2.16.0)
1 parent 1bc8d18 commit f877f43

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# Terraform Provider ACI - Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## 2.16.0 (April 18, 2025)
6+
7+
This release is the first release that 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_tenant
11+
- aci_bridge_domain
12+
- aci_application_profile
13+
- aci_application_epg
14+
- aci_endpoint_security_group
15+
- aci_system
16+
17+
TYPE CHANGE:
18+
- The relation_to_netflow_record attribute in the aci_netflow_monitor_policy resource has been changed from a list of map to a single map which requires a config update. State will be migrated automatically.
19+
20+
IMPROVEMENTS:
21+
- Add aci_custom_qos_policy resource and data source.
22+
- Add aci_netflow_exporter_policy resource and datasource.
23+
- Add aci_access_interface_override resource and data source.
24+
- Add aci_certificate_authority and aci_key_ring resources and data sources.
25+
- Add aci_dot1p_classifier and aci_dscp_to_priority_map resources and data sources.
26+
- Add aci_vrf_fallback_route and aci_vrf_fallback_route_group datasources and resources.
27+
- Add aci_ip_sla_track_list, aci_relation_to_ip_sla_track_member, and ip_sla_track member resources and data sources.
28+
- Add aci_data_plane_policing_policy, aci_management_access_policy and aci_trust_control_policy resources and data sources.
29+
- Add aci_relation_to_domain, aci_relation_to_fibre_channel_path, aci_relation_to_static_leaf, and aci_relation_to_static_path resources and data sources.
30+
- Add aci_relation_from_l3out_consumer_label_to_external_epg and aci_relation_from_l3out_consumer_label_to_route_control_profile resources and data sources.
31+
- Add aci_relation_to_consumed_contract, aci_relation_to_provided_contract, aci_relation_to_contract_master, aci_relation_to_imported_contract, aci_relation_to_intra_epg_contract, and aci_relation_to_taboo_contract resources and data sources.
32+
- Add aci_epg_useg_block_statement, aci_epg_useg_sub_block_statement, aci_epg_useg_ad_group_attribute, aci_epg_useg_dns_attribute, aci_epg_useg_ip_attribute, aci_epg_useg_mac_attribute, and aci_epg_useg_vm_attribute resources and data-sources.
33+
- Add aci_first_hop_security_policy, aci_igmp_snooping_policy, aci_mld_snooping_policy, aci_neighbor_discovery_interface_policy, aci_relation_from_bridge_domain_to_l3_outside, aci_relation_from_bridge_domain_to_netflow_monitor_policy, and aci_rogue_coop_exception resources and data sources.
34+
- Move aci_route_control_profile to Terraform Provider Framework without migration as not needed.
35+
- Add a provider level attribute to prevent creation of objects that are already existing in APIC.
36+
- Add read-only pctag attribute to aci_endpoint_security_group resource and datasource.
37+
- Add service_bd_routing_disable attribute to aci_bridge_domain resource and datasource.
38+
- Add read-only pctag, scope and segment attributes to aci_bridge_domain resource and data source.
39+
- Add scope attribute to aci_endpoint_security_group and aci_application_epg resources and data sources
40+
- Add auto to the allowed value for the speed attribute of aci_fabric_if_pol resource.
41+
- Add ability to commission a node (decommissioned but not removed from controller) with new commission attribute in the aci_fabric_node_member resource.
42+
- Set the id during the plan phase for plugin framework resources where the DN can be constructed.
43+
44+
BUG FIXES:
45+
- Improved error catching for error returned by APIC
46+
- Resolves deletion of nodes from controller upon destroy.
47+
- Fix computed behaviour when configuration is not provided for relation_infra_rs_att_ent_p and relation_infra_rs_l2_inst_pol in the aci_leaf_access_bundle_policy_group resource
48+
149
## 2.15.0 (July 2, 2024)
250
DEPRECATIONS:
351
- Deprecate the non-functional `relation_vz_rs_graph_att` attribute from `aci_contract`. Use `relation_vz_rs_subj_graph_att` on `aci_contract_subject` instead.

0 commit comments

Comments
 (0)