Commit a3c2c8c 1 parent 48d82f0 commit a3c2c8c Copy full SHA for a3c2c8c
File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ page_title: "Changelog"
4
4
5
5
# Changelog
6
6
7
+ ## v1.1.0-beta.3
8
+ * The ` polaris_cdm_bootstrap ` , ` polaris_cdm_bootstrap_cces_aws ` and ` polaris_cdm_bootstrap_cces_azure ` resources now
9
+ captures any status information returned in response to a bootstrap request failing.
10
+
11
+ ## v1.1.0-beta.2
12
+ * Fix a bug in the ` polaris_azure_exocompute ` resource where an AWS GraphQL endpoint was incorrectly called when mapping
13
+ an Azure cloud account.
14
+
7
15
## v1.1.0-beta.1
8
16
* Add support for registering clusters with RSC using the ` polaris_cdm_registration ` resource.
9
17
[[ docs] ( ../resources/cdm_registration )]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
9
github.com/hashicorp/terraform-plugin-docs v0.16.0
10
10
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
11
- github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.1
11
+ github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.2
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg
270
270
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
271
271
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k =
272
272
github.com/rogpeppe/go-internal v1.6.1 /go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc =
273
- github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.1 h1:0SjFVdZmJWNUGa+B5OK1IptXO4+fRix9Ue0lAEo5bHA =
274
- github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.1 /go.mod h1:ApBJPvFbE0CV4+QP6vYnqGyMzNuGvpK2bSz1qLjROL8 =
273
+ github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.2 h1:D0q1RQ/mXd7wu2javQiFHcitdbjgoPD+im4sAeRIojQ =
274
+ github.com/rubrikinc/rubrik-polaris-sdk-for-go v1.1.0-beta.2 /go.mod h1:ApBJPvFbE0CV4+QP6vYnqGyMzNuGvpK2bSz1qLjROL8 =
275
275
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww =
276
276
github.com/russross/blackfriday v1.6.0 /go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY =
277
277
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8 =
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ page_title: "Changelog"
4
4
5
5
# Changelog
6
6
7
+ ## v1.1.0-beta.3
8
+ * The `polaris_cdm_bootstrap`, `polaris_cdm_bootstrap_cces_aws` and `polaris_cdm_bootstrap_cces_azure` resources now
9
+ captures any status information returned in response to a bootstrap request failing.
10
+
11
+ ## v1.1.0-beta.2
12
+ * Fix a bug in the `polaris_azure_exocompute` resource where an AWS GraphQL endpoint was incorrectly called when mapping
13
+ an Azure cloud account.
14
+
7
15
## v1.1.0-beta.1
8
16
* Add support for registering clusters with RSC using the `polaris_cdm_registration` resource.
9
17
[[docs](../resources/cdm_registration)]
You can’t perform that action at this time.
0 commit comments