Commit 4c8b2a5 1 parent 1a276fe commit 4c8b2a5 Copy full SHA for 4c8b2a5
File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ page_title: "Changelog"
4
4
5
5
# Changelog
6
6
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
+
7
12
## v0.10.0-beta.9
8
13
* Fix a bug in the ` polaris_aws_cnp_permissions ` data source where the data source's id was accidentally calculated for
9
14
the complete set of role keys and not just the specified role key.
@@ -22,8 +27,8 @@ page_title: "Changelog"
22
27
[[ docs] ( ../resources/azure_subscription#nested-schema-for-cloud_native_blob_protection )]
23
28
24
29
## 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.
27
32
28
33
## v0.10.0-beta.4
29
34
* Fix a regression in the cloud native archival location resources. An extra level of structure in the RSC response
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ page_title: "Changelog"
4
4
5
5
# Changelog
6
6
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
+
7
12
## v0.10.0-beta.9
8
13
* Fix a bug in the `polaris_aws_cnp_permissions` data source where the data source's id was accidentally calculated for
9
14
the complete set of role keys and not just the specified role key.
@@ -22,8 +27,8 @@ page_title: "Changelog"
22
27
[[docs](../resources/azure_subscription#nested-schema-for-cloud_native_blob_protection)]
23
28
24
29
## 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.
27
32
28
33
## v0.10.0-beta.4
29
34
* Fix a regression in the cloud native archival location resources. An extra level of structure in the RSC response
You can’t perform that action at this time.
0 commit comments