Skip to content

Commit a3c2c8c

Browse files
authored
Capture the status of CDM bootstrap requests (#222)
1 parent 48d82f0 commit a3c2c8c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docs/guides/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ page_title: "Changelog"
44

55
# Changelog
66

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+
715
## v1.1.0-beta.1
816
* Add support for registering clusters with RSC using the `polaris_cdm_registration` resource.
917
[[docs](../resources/cdm_registration)]

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
99
github.com/hashicorp/terraform-plugin-docs v0.16.0
1010
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
1212
)
1313

1414
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg
270270
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
271271
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
272272
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=
275275
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
276276
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
277277
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=

templates/guides/changelog.md.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ page_title: "Changelog"
44

55
# Changelog
66

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+
715
## v1.1.0-beta.1
816
* Add support for registering clusters with RSC using the `polaris_cdm_registration` resource.
917
[[docs](../resources/cdm_registration)]

0 commit comments

Comments
 (0)