Skip to content

Commit b94e0d4

Browse files
authored
Update changelog (#172)
1 parent ee96e26 commit b94e0d4

File tree

2 files changed

+32
-16
lines changed

2 files changed

+32
-16
lines changed

docs/guides/changelog.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,35 @@ page_title: "Changelog"
44

55
# Changelog
66

7+
## v0.9.0-beta.6
8+
* Fix an issue with the permissions of subscriptions onboarded using the `polaris_azure_subscription` resource where
9+
the RSC UI would show the status as "Update permissions" even though the app registration would have all the required
10+
permissions.
11+
12+
## v0.9.0-beta.5
13+
* Move changelog and upgrade guides to guides folder.
14+
715
## v0.9.0-beta.4
8-
* Add support for creating Azure cloud native archival locations. [[docs](resources/azure_archival_location)]
16+
* Add support for creating Azure cloud native archival locations. [[docs](../../resources/azure_archival_location)]
917

1018
## v0.9.0-beta.3
1119
* Fix a bug in the `polaris_aws_exocompute` resource where customer supplied security groups were not validated
1220
correctly.
1321

1422
## v0.9.0-beta.2
1523
* Add support for shared Exocompute to the `polaris_azure_exocompute` resource.
16-
[[docs](resources/azure_exocompute#host_cloud_account_id)]
17-
* Add the `polaris_account` data source. [[docs](data-sources/account)]
24+
[[docs](../../resources/azure_exocompute#host_cloud_account_id)]
25+
* Add the `polaris_account` data source. [[docs](../../data-sources/account)]
1826

1927
## v0.9.0-beta.1
2028
* Add support for the Cloud Native Archival feature to the `polaris_azure_subscription` resource.
21-
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival)]
29+
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival)]
2230
* Add support for the Cloud Native Archival Encryption feature to the `polaris_azure_subscription` resource.
23-
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
31+
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
2432
* Add support for the Azure SQL Database Protection feature to the `polaris_azure_subscription` resource.
25-
[[docs](resources/azure_subscription#nested-schema-for-sql_db_protection)]
33+
[[docs](../../resources/azure_subscription#nested-schema-for-sql_db_protection)]
2634
* Add support for the Azure SQL Managed Instance Protection feature to the `polaris_azure_subscription` resource.
27-
[[docs](resources/azure_subscription#nested-schema-for-sql_mi_protection)]
35+
[[docs](../../resources/azure_subscription#nested-schema-for-sql_mi_protection)]
2836
* Add support for specifying an Azure resource group when onboarding the Cloud Native Archival, Cloud Native Archival
2937
Encryption, Cloud Native Protection or Exocompute features using the `polaris_azure_subscription` resource.
30-
[[docs](resources/azure_subscription#optional)]
38+
[[docs](../../resources/azure_subscription#optional)]

templates/guides/changelog.md.tmpl

+16-8
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,35 @@ page_title: "Changelog"
44

55
# Changelog
66

7+
## v0.9.0-beta.6
8+
* Fix an issue with the permissions of subscriptions onboarded using the `polaris_azure_subscription` resource where
9+
the RSC UI would show the status as "Update permissions" even though the app registration would have all the required
10+
permissions.
11+
12+
## v0.9.0-beta.5
13+
* Move changelog and upgrade guides to guides folder.
14+
715
## v0.9.0-beta.4
8-
* Add support for creating Azure cloud native archival locations. [[docs](resources/azure_archival_location)]
16+
* Add support for creating Azure cloud native archival locations. [[docs](../../resources/azure_archival_location)]
917

1018
## v0.9.0-beta.3
1119
* Fix a bug in the `polaris_aws_exocompute` resource where customer supplied security groups were not validated
1220
correctly.
1321

1422
## v0.9.0-beta.2
1523
* Add support for shared Exocompute to the `polaris_azure_exocompute` resource.
16-
[[docs](resources/azure_exocompute#host_cloud_account_id)]
17-
* Add the `polaris_account` data source. [[docs](data-sources/account)]
24+
[[docs](../../resources/azure_exocompute#host_cloud_account_id)]
25+
* Add the `polaris_account` data source. [[docs](../../data-sources/account)]
1826

1927
## v0.9.0-beta.1
2028
* Add support for the Cloud Native Archival feature to the `polaris_azure_subscription` resource.
21-
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival)]
29+
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival)]
2230
* Add support for the Cloud Native Archival Encryption feature to the `polaris_azure_subscription` resource.
23-
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
31+
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
2432
* Add support for the Azure SQL Database Protection feature to the `polaris_azure_subscription` resource.
25-
[[docs](resources/azure_subscription#nested-schema-for-sql_db_protection)]
33+
[[docs](../../resources/azure_subscription#nested-schema-for-sql_db_protection)]
2634
* Add support for the Azure SQL Managed Instance Protection feature to the `polaris_azure_subscription` resource.
27-
[[docs](resources/azure_subscription#nested-schema-for-sql_mi_protection)]
35+
[[docs](../../resources/azure_subscription#nested-schema-for-sql_mi_protection)]
2836
* Add support for specifying an Azure resource group when onboarding the Cloud Native Archival, Cloud Native Archival
2937
Encryption, Cloud Native Protection or Exocompute features using the `polaris_azure_subscription` resource.
30-
[[docs](resources/azure_subscription#optional)]
38+
[[docs](../../resources/azure_subscription#optional)]

0 commit comments

Comments
 (0)