Skip to content

Releases: CiscoDevNet/terraform-provider-mso

v0.8.1

02 Feb 11:45
Compare
Choose a tag to compare

BUG FIXES:

  • Fix issue with platform set to nd and require platform set to nd when using mso_schema_template_deploy_ndo

Detailed changelog: v0.8.0...v0.8.1

v0.8.0

31 Jan 13:20
Compare
Choose a tag to compare

BUG FIXES:

  • Fix concurrency issues by implementing a mutex in the MSO/NDO Golang client

IMPROVEMENTS:

  • Add mso_schema_template_deploy_ndo resource to support NDO4.1+ deploy API (#165)
  • Add support for multiple DHCP Label policies in mso_schema_template_bd (#161)
  • Add option in mso_tenant to decide if deleting tenant from mso/ndo only or not (#162)

Detailed changelog: v0.7.1...v0.8.0

v0.7.1

15 Oct 03:08
Compare
Choose a tag to compare

BUG FIXES:

  • Fix Cloud EPG default attribute issue in mso_schema_template_anp_epg
  • Fix mso_schema_template_filter_entry crash when tcp_session_rules attribute is not provided

Detailed changelog: v0.7.0...v0.7.1

v0.7.0

26 Aug 23:05
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Ability to add Microsoft and Redhat domains in mso_schema_site_anp_epg_domain (deprecate dn attribute) (#130)
  • Ability to add multiple templates using the resource mso_schema (#135)
  • Add import support for mso_schema_template_vrf_contract
  • Apple M1 support
  • Add name attribute to the subnet in resource_mso_schema_site_vrf_region (#140)

BUG FIXES:

  • Fix import in mso_schema_template_anp_epg which caused configured values to be null (#129)
  • Fix subnet name idempotency issue in mso_schema_template_external_epg_subnet
  • Update example and update documentation for mso_schema_template_external_epg_subnet
  • Fix mso_schema_template_anp_epg if only bd or vrf is provided
  • Fix terraform import of schema_template_external_epg_contract
  • Fix mso_schema_template_bd import issues (#136)
  • Fix mso_schema_template_external_epg_subnet recreation issue when IP was changed
  • Fix bug issue for mso_site import when platform is nd to keep consistency as mso platform (#137)
  • Fix mso_schema_template_external_epg_contract relation type and update example

Detailed changelog: v0.6.0...v0.7.0

v0.6.0

16 Mar 00:07
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add Service EPG support for cloud sites (#113)

BUG FIXES:

  • Update mso_schema_site_anp_epg_static_port documentation and example for path_type = vpc/dpc (#118)

Detailed changelog: v0.5.0...v0.6.0

v0.5.0

01 Mar 04:49
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add arp_flooding, virtual_mac_address, unicast_routing, ipv6_unknown_multicast_flooding, multi_destination_flooding and unknown_multicast_flooding in mso_schema_template_bd

BUG FIXES:

  • Fix import documentation for mso_schema_template_external_epg_subnet, mso_schema_site_bd_subnet and mso_schema_template_filter_entry.
  • Fix aci_site import and idempotency issues with NDO
  • Add check to ignore error code 141 Resource Not Present to all Delete methods
  • Fix idempotency issue of mso_schema_template_bd

Detailed changelog: v0.4.1...v0.5.0

v0.4.1

16 Dec 23:41
Compare
Choose a tag to compare

BUG FIXES:

  • Fix documentation for mso_schema_template_external_epg, mso_schema_template_external_epg_subnet and mso_schema_template_contract.

Detailed changelog: v0.4.0...v0.4.1

v0.4.0

16 Dec 02:17
Compare
Choose a tag to compare

BEHAVIOR CHANGE:

  • Modify mso_schema_template_deploy so destroy undeploy all sites

BUG FIXES:

  • Fix idemptotency issue with site_id in template_external_epg

Detailed changelog: v0.3.4...v0.4.0

v0.3.4

15 Dec 23:52
Compare
Choose a tag to compare

BUG FIXES:

  • Fix login payload issue due to NDO API change (mso-go-client v1.2.6 update)
  • Fix API change in l3outRef and add some error catching conditions

Detailed changelog: v0.3.3...v0.3.4

v0.3.3

15 Dec 02:17
Compare
Choose a tag to compare

BUG FIXES:

  • Fix login domain issue with NDO (mso-go-client v1.2.3 update)
  • Fix mso_user data source when running on NDO
  • Fix mso_schema_template_external_epg and mso_schema_site_external_epg when running on NDO

Detailed changelog: v0.3.2...v0.3.3