Skip to content

Commit 8a96a08

Browse files
0.5.6 version bump
1 parent 29ac763 commit 8a96a08

6 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.6 (unreleased)
1+
## 0.5.6
22

33
- Fix `catalystcenter_ip_pool` and `catalystcenter_ip_pool_reservation` to correctly replace resources when immutable fields change. Added RequiresReplace for fields not supported for in-place updates by the Catalyst Center API
44
- Fix `catalystcenter_deploy_template` resource to add UUID format validation for deployment ID extracted from API response, preventing false positives when regex matches non-UUID strings

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All resources and data sources have been tested with the following releases.
99
| Platform | Version |
1010
| --------------- | ------- |
1111
| Catalyst Center | 2.3.7.9 |
12+
| Catalyst Center | 2.3.7.10 |
1213

1314
Documentation: <https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest>
1415

docs/guides/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Changelog
99

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

1212
- Fix `catalystcenter_ip_pool` and `catalystcenter_ip_pool_reservation` to correctly replace resources when immutable fields change. Added RequiresReplace for fields not supported for in-place updates by the Catalyst Center API
1313
- Fix `catalystcenter_deploy_template` resource to add UUID format validation for deployment ID extracted from API response, preventing false positives when regex matches non-UUID strings

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All resources and data sources have been tested with the following releases.
1515
| Platform | Version |
1616
| --------------- | ------- |
1717
| Catalyst Center | 2.3.7.9 |
18+
| Catalyst Center | 2.3.7.10 |
1819

1920
## Getting Started
2021

templates/guides/changelog.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Changelog
99

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

1212
- Fix `catalystcenter_ip_pool` and `catalystcenter_ip_pool_reservation` to correctly replace resources when immutable fields change. Added RequiresReplace for fields not supported for in-place updates by the Catalyst Center API
1313
- Fix `catalystcenter_deploy_template` resource to add UUID format validation for deployment ID extracted from API response, preventing false positives when regex matches non-UUID strings

templates/index.md.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All resources and data sources have been tested with the following releases.
1515
| Platform | Version |
1616
| --------------- | ------- |
1717
| Catalyst Center | 2.3.7.9 |
18+
| Catalyst Center | 2.3.7.10 |
1819

1920
## Getting Started
2021

0 commit comments

Comments
 (0)