Skip to content

Commit 4c8b2a5

Browse files
authored
Update changelog (#210)
1 parent 1a276fe commit 4c8b2a5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/guides/changelog.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ page_title: "Changelog"
44

55
# Changelog
66

7+
## v0.10.0-beta.10
8+
* Fix a type conversion error in the `polaris_aws_exocompute` resource. During a prior refactoring, a new type was
9+
introduced for AWS regions to handle cases where the same region has multiple representations in the GraphQL API.
10+
This type was not properly converted in all code paths.
11+
712
## v0.10.0-beta.9
813
* Fix a bug in the `polaris_aws_cnp_permissions` data source where the data source's id was accidentally calculated for
914
the complete set of role keys and not just the specified role key.
@@ -22,8 +27,8 @@ page_title: "Changelog"
2227
[[docs](../resources/azure_subscription#nested-schema-for-cloud_native_blob_protection)]
2328

2429
## v0.10.0-beta.5
25-
* The data_center_archival_location_amazon_s3 resource will now monitor and wait for the asynchronous CDM operations to
26-
finish.
30+
* The `data_center_archival_location_amazon_s3` resource will now monitor and wait for the asynchronous CDM operations
31+
to finish.
2732

2833
## v0.10.0-beta.4
2934
* Fix a regression in the cloud native archival location resources. An extra level of structure in the RSC response

templates/guides/changelog.md.tmpl

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ page_title: "Changelog"
44

55
# Changelog
66

7+
## v0.10.0-beta.10
8+
* Fix a type conversion error in the `polaris_aws_exocompute` resource. During a prior refactoring, a new type was
9+
introduced for AWS regions to handle cases where the same region has multiple representations in the GraphQL API.
10+
This type was not properly converted in all code paths.
11+
712
## v0.10.0-beta.9
813
* Fix a bug in the `polaris_aws_cnp_permissions` data source where the data source's id was accidentally calculated for
914
the complete set of role keys and not just the specified role key.
@@ -22,8 +27,8 @@ page_title: "Changelog"
2227
[[docs](../resources/azure_subscription#nested-schema-for-cloud_native_blob_protection)]
2328

2429
## v0.10.0-beta.5
25-
* The data_center_archival_location_amazon_s3 resource will now monitor and wait for the asynchronous CDM operations to
26-
finish.
30+
* The `data_center_archival_location_amazon_s3` resource will now monitor and wait for the asynchronous CDM operations
31+
to finish.
2732

2833
## v0.10.0-beta.4
2934
* Fix a regression in the cloud native archival location resources. An extra level of structure in the RSC response

0 commit comments

Comments
 (0)