Releases: CiscoDevNet/terraform-provider-dcnm
Releases · CiscoDevNet/terraform-provider-dcnm
v1.2.7
v1.2.6
v1.2.5
v1.2.4
BUG FIXES:
- Fix waiting logic for switch config save in inventory
- Fix dcnm_template has missing parameters required for the HTTP request (#95)
- Fix dcnm_interface admin_state = false cause error (#94)
- Fix config removal triggered by destroy of the policy (#93)
- Improvement to documentation
Detailed changelog: https://github.com/CiscoDevNet/terraform-provider-dcnm/compare/v1.2.3..v1.2.4
v1.2.3
BUG FIXES:
- Fix free_form_config typo issue (#90)
- Fix dcnm_network removal issue by setting DHCP attributes to non-computed (#88)
- Fix dcnm_policy destroy issue and dcnm_inventory issue (#85)
Detailed changelog: https://github.com/CiscoDevNet/terraform-provider-dcnm/compare/v1.2.2..v1.2.3
v1.2.2
BUG FIXES:
- Add M1 MacOS support.
- Fix dcnm_policy resource destroy and deployement issue when modifying multiple policies.
Detailed changelog: https://github.com/CiscoDevNet/terraform-provider-dcnm/compare/v1.2.1..v1.2.2
v1.2.1
BUG FIXES:
- Fix dcnm_policy resource destroy issue and add redeployement of switch to policy destroy workflow.
- Fix dcnm_rest resource to work with ndfc, accept any URL and not require payload when not needed.
Detailed changelog: v1.1.0...v1.2.0
v1.2.0
IMPROVEMENTS:
- Add capability to post text file with dcnm_rest resource to support template validation by introducing payload_type attribute
BUG FIXES:
- Add provider source to examples
- Fix handling of Multicast Group setting when not provided by user in dcnm_network.
Detailed changelog: v1.1.0...v1.2.0
v1.1.0
IMPROVEMENTS:
- New resource and data source for dcnm_policy, dcnm_route_peering, dcnm_service_node, dcnm_service_policy, dcnm_template
- Add support for NDFC 12.x
- Add support for secondary_gw_3, secondary_gw_4, dhcp_3, dhcp_vrf_2, dhcp_vrf_3, netflow_flag, svi_netflow_monitor, vlan_netflow_monitor, nve_id in dcnm_network resource and data source
- Add support for vrf_lite attachment in dcnm_vrf resource
BUG FIXES:
- Fix typo in bpdu_guard_flag in dcnm_interface resource
Detailed changelog: v1.0.0...v1.1.0