Skip to content

Commit 787ff17

Browse files
0.5.3 version bump
1 parent 64a70a3 commit 787ff17

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
## 0.5.3 (unreleased)
1+
## 0.5.3
22

33
- Fix `catalystcenter_assign_credentials` resource with multiple improvements: automatically retry when encountering "Global Settings Save is in progress" error (NCND00010) by waiting 15 seconds and retrying once; include all credential types in request payload even when null to resolve API error when assigning credentials at global level
44
- Fix `catalystcenter_deploy_template` resource to properly handle updates to composite template `member_template_deployment_info`, including `redeploy` parameter changes and template variable modifications. Previously, changes to member template configurations were ignored during updates, causing composite templates to not redeploy when member attributes changed
55
- **CRITICAL FIX**: Prevent DELETE requests to base endpoint when device ID is empty or null in `catalystcenter_provision_device` and `catalystcenter_provision_devices` resources. Previously, empty IDs could result in DELETE requests to `/sda/provisionDevices/`, which the API could interpret as deleting all provisioned devices. The provider now skips delete operations for resources with empty IDs and fails provisioning if device ID cannot be retrieved
66
- BREAKING CHANGE: Update `auth_type` enum value from `OPEN_SECURED` to `OPEN-SECURED` in `catalystcenter_wireless_ssid` resource to match API specification
77

8-
98
## 0.5.2
109

1110
- Add `catalystcenter_dot11be_profile` resource and data source

docs/guides/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ description: |-
77

88
# Changelog
99

10-
## 0.5.3 (unreleased)
10+
## 0.5.3
1111

1212
- Fix `catalystcenter_assign_credentials` resource with multiple improvements: automatically retry when encountering "Global Settings Save is in progress" error (NCND00010) by waiting 15 seconds and retrying once; include all credential types in request payload even when null to resolve API error when assigning credentials at global level
1313
- Fix `catalystcenter_deploy_template` resource to properly handle updates to composite template `member_template_deployment_info`, including `redeploy` parameter changes and template variable modifications. Previously, changes to member template configurations were ignored during updates, causing composite templates to not redeploy when member attributes changed
1414
- **CRITICAL FIX**: Prevent DELETE requests to base endpoint when device ID is empty or null in `catalystcenter_provision_device` and `catalystcenter_provision_devices` resources. Previously, empty IDs could result in DELETE requests to `/sda/provisionDevices/`, which the API could interpret as deleting all provisioned devices. The provider now skips delete operations for resources with empty IDs and fails provisioning if device ID cannot be retrieved
1515
- BREAKING CHANGE: Update `auth_type` enum value from `OPEN_SECURED` to `OPEN-SECURED` in `catalystcenter_wireless_ssid` resource to match API specification
1616

17-
1817
## 0.5.2
1918

2019
- Add `catalystcenter_dot11be_profile` resource and data source

templates/guides/changelog.md.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ description: |-
77

88
# Changelog
99

10-
## 0.5.3 (unreleased)
10+
## 0.5.3
1111

1212
- Fix `catalystcenter_assign_credentials` resource with multiple improvements: automatically retry when encountering "Global Settings Save is in progress" error (NCND00010) by waiting 15 seconds and retrying once; include all credential types in request payload even when null to resolve API error when assigning credentials at global level
1313
- Fix `catalystcenter_deploy_template` resource to properly handle updates to composite template `member_template_deployment_info`, including `redeploy` parameter changes and template variable modifications. Previously, changes to member template configurations were ignored during updates, causing composite templates to not redeploy when member attributes changed
1414
- **CRITICAL FIX**: Prevent DELETE requests to base endpoint when device ID is empty or null in `catalystcenter_provision_device` and `catalystcenter_provision_devices` resources. Previously, empty IDs could result in DELETE requests to `/sda/provisionDevices/`, which the API could interpret as deleting all provisioned devices. The provider now skips delete operations for resources with empty IDs and fails provisioning if device ID cannot be retrieved
1515
- BREAKING CHANGE: Update `auth_type` enum value from `OPEN_SECURED` to `OPEN-SECURED` in `catalystcenter_wireless_ssid` resource to match API specification
1616

17-
1817
## 0.5.2
1918

2019
- Add `catalystcenter_dot11be_profile` resource and data source

0 commit comments

Comments
 (0)