Skip to content

Releases: CiscoDevNet/terraform-provider-aci

v0.7.0

26 May 18:57
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Fix "ctrl" attribute issues with list of items in OSPF Interface Policy resource/datasource.
  • Fix "enforce_rtctrl" attribute issues with list of items in L3 Outside resource/datasource.
  • Change aci_stp_if_pol resource name to aci_spanning_tree_interface_policy name

BUG FIXES:

  • Update aci_spanning_tree_interface_policy documentation to add description attribute.
  • Stop control(ctrl) from being added repeatedly when set to "unspecified" in OSPF Interface Policy, Subnet and STP Interface Policy resources.
  • Add alloc_mode in documentation of aci_vlan_pool datasource and update resource example.
  • Fix aci_l3out_path_attachment to accept custom MTU values.
  • Fix relation_infra_rs_spine_acc_node_p_grp issue in aci_spine_switch_association resource.

v0.6.0

11 May 08:38
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Updated documentation and examples for new terraform required_provider syntax.
  • Add new datasources and resources for Cloud ACI VGW, L3Outs, L2Outs, routing, Service Graphs, ESGs, STP Interface Policy, DHCP options, DHCP relay, DHCP labels, breakout, OOB/inband EPG and VMM domain policies.
  • Add vPC support for aci_fabric_path_ep.

BUG FIXES:

  • Fixed a few documentation issues.
  • Ignore REST errors on destroy for object that cannot be deleted.
  • Diverse fixes for issues.

v0.5.4

13 Jan 05:21
93da53a
Compare
Choose a tag to compare
Update CHANGELOG.md

v0.5.3

23 Dec 12:18
27393da
Compare
Choose a tag to compare
delete for rest updated (#182)

v0.5.2

20 Nov 07:57
Compare
Choose a tag to compare
update CHANGELOG.md

v0.5.1

05 Nov 11:48
f022ab2
Compare
Choose a tag to compare
Update CHANGELOG.md

v0.5.0

23 Oct 11:53
b0ae63f
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added new resources Spine Switch profiles and interfaces, L4-L7 interfaces.
  • access_port_block have default name attribute with auto incrementor.
  • Added resources to manage FEX profiles.

BUG FIXES:

  • Fixed an issue with docs being not rendered via name in Hashicorp registry.
  • Fixed an issue with subnet scope attribute to have list value.
  • Fixed all the bugs reported.

v0.4.1

23 Sep 20:33
Compare
Choose a tag to compare

IMPROVEMENTS:

  • First Terraform Registry release.