diff --git a/CHANGELOG.md b/CHANGELOG.md index aeca8ab..9be25db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ ## 0.1.11 (unreleased) -- Add `fabric_vlan_to_ssid` resource and data source +- Add `catalystcenter_fabric_vlan_to_ssid` resource and data source ## 0.1.10 -- Add `fabric_l2_handoff` resource and data source -- BREAKING CHANGE: Modified `wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ -- Add `wireless_device_provision` resource -- Add `fabric_provision_device` resource and data source -- Add `assign_templates_to_tag` resource and data source -- Add `tag` resource and data source -- Add `pnp_import_devices` resource -- Add `fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` -- Add `fabric_l3_handoff_ip_transit` resource and data source -- Add `transitPeerNetworkId` as `id` to `transit_peer_network` resource -- Add `anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` -- BREAKING CHANGE: Modified `fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ -- Fix issue with mandatory attributes in `transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) -- BREAKING CHANGE: Fix `ip_pool` update if more than 25 pools are registered +- Add `catalystcenter_fabric_l2_handoff` resource and data source +- BREAKING CHANGE: Modified `catalystcenter_wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ +- Add `catalystcenter_wireless_device_provision` resource +- Add `catalystcenter_fabric_provision_device` resource and data source +- Add `catalystcenter_assign_templates_to_tag` resource and data source +- Add `catalystcenter_tag` resource and data source +- Add `catalystcenter_pnp_import_devices` resource +- Add `catalystcenter_fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` +- Add `catalystcenter_fabric_l3_handoff_ip_transit` resource and data source +- Add `transitPeerNetworkId` as `id` to `catalystcenter_transit_peer_network` resource +- Add `catalystcenter_anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` +- BREAKING CHANGE: Modified `catalystcenter_fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ +- Fix issue with mandatory attributes in `catalystcenter_transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) +- BREAKING CHANGE: Fix `catalystcenter_ip_pool` update if more than 25 pools are registered - BREAKING CHANGE: Rename `radio_type_a_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_a_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_b_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_b_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_c_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_c_power_threshold_v1` diff --git a/docs/guides/changelog.md b/docs/guides/changelog.md index 8f26bb7..1030bfc 100644 --- a/docs/guides/changelog.md +++ b/docs/guides/changelog.md @@ -9,24 +9,24 @@ description: |- ## 0.1.11 (unreleased) -- Add `fabric_vlan_to_ssid` resource and data source +- Add `catalystcenter_fabric_vlan_to_ssid` resource and data source ## 0.1.10 -- Add `fabric_l2_handoff` resource and data source -- BREAKING CHANGE: Modified `wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ -- Add `wireless_device_provision` resource -- Add `fabric_provision_device` resource and data source -- Add `assign_templates_to_tag` resource and data source -- Add `tag` resource and data source -- Add `pnp_import_devices` resource -- Add `fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` -- Add `fabric_l3_handoff_ip_transit` resource and data source -- Add `transitPeerNetworkId` as `id` to `transit_peer_network` resource -- Add `anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` -- BREAKING CHANGE: Modified `fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ -- Fix issue with mandatory attributes in `transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) -- BREAKING CHANGE: Fix `ip_pool` update if more than 25 pools are registered +- Add `catalystcenter_fabric_l2_handoff` resource and data source +- BREAKING CHANGE: Modified `catalystcenter_wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ +- Add `catalystcenter_wireless_device_provision` resource +- Add `catalystcenter_fabric_provision_device` resource and data source +- Add `catalystcenter_assign_templates_to_tag` resource and data source +- Add `catalystcenter_tag` resource and data source +- Add `catalystcenter_pnp_import_devices` resource +- Add `catalystcenter_fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` +- Add `catalystcenter_fabric_l3_handoff_ip_transit` resource and data source +- Add `transitPeerNetworkId` as `id` to `catalystcenter_transit_peer_network` resource +- Add `catalystcenter_anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` +- BREAKING CHANGE: Modified `catalystcenter_fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ +- Fix issue with mandatory attributes in `catalystcenter_transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) +- BREAKING CHANGE: Fix `catalystcenter_ip_pool` update if more than 25 pools are registered - BREAKING CHANGE: Rename `radio_type_a_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_a_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_b_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_b_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_c_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_c_power_threshold_v1` diff --git a/templates/guides/changelog.md.tmpl b/templates/guides/changelog.md.tmpl index 8f26bb7..1030bfc 100644 --- a/templates/guides/changelog.md.tmpl +++ b/templates/guides/changelog.md.tmpl @@ -9,24 +9,24 @@ description: |- ## 0.1.11 (unreleased) -- Add `fabric_vlan_to_ssid` resource and data source +- Add `catalystcenter_fabric_vlan_to_ssid` resource and data source ## 0.1.10 -- Add `fabric_l2_handoff` resource and data source -- BREAKING CHANGE: Modified `wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ -- Add `wireless_device_provision` resource -- Add `fabric_provision_device` resource and data source -- Add `assign_templates_to_tag` resource and data source -- Add `tag` resource and data source -- Add `pnp_import_devices` resource -- Add `fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` -- Add `fabric_l3_handoff_ip_transit` resource and data source -- Add `transitPeerNetworkId` as `id` to `transit_peer_network` resource -- Add `anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` -- BREAKING CHANGE: Modified `fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ -- Fix issue with mandatory attributes in `transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) -- BREAKING CHANGE: Fix `ip_pool` update if more than 25 pools are registered +- Add `catalystcenter_fabric_l2_handoff` resource and data source +- BREAKING CHANGE: Modified `catalystcenter_wireless_profile` resource to use `/intent/api/v1/wirelessProfiles` API endpoint, this resource now only works with Catalyst Center version 2.3.7.6+ +- Add `catalystcenter_wireless_device_provision` resource +- Add `catalystcenter_fabric_provision_device` resource and data source +- Add `catalystcenter_assign_templates_to_tag` resource and data source +- Add `catalystcenter_tag` resource and data source +- Add `catalystcenter_pnp_import_devices` resource +- Add `catalystcenter_fabric_device` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/fabricDevices` +- Add `catalystcenter_fabric_l3_handoff_ip_transit` resource and data source +- Add `transitPeerNetworkId` as `id` to `catalystcenter_transit_peer_network` resource +- Add `catalystcenter_anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways` +- BREAKING CHANGE: Modified `catalystcenter_fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+ +- Fix issue with mandatory attributes in `catalystcenter_transit_peer_network` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/92) +- BREAKING CHANGE: Fix `catalystcenter_ip_pool` update if more than 25 pools are registered - BREAKING CHANGE: Rename `radio_type_a_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_a_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_b_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_b_power_threshold_v1` - BREAKING CHANGE: Rename `radio_type_c_power_treshold_v1` attribute of `catalystcenter_wireless_rf_profile` resource to `radio_type_c_power_threshold_v1`