Skip to content

Commit

Permalink
Update changelog (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
johan3141592 committed May 28, 2024
1 parent ee96e26 commit b94e0d4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
24 changes: 16 additions & 8 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@ page_title: "Changelog"

# Changelog

## v0.9.0-beta.6
* Fix an issue with the permissions of subscriptions onboarded using the `polaris_azure_subscription` resource where
the RSC UI would show the status as "Update permissions" even though the app registration would have all the required
permissions.

## v0.9.0-beta.5
* Move changelog and upgrade guides to guides folder.

## v0.9.0-beta.4
* Add support for creating Azure cloud native archival locations. [[docs](resources/azure_archival_location)]
* Add support for creating Azure cloud native archival locations. [[docs](../../resources/azure_archival_location)]

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

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

## v0.9.0-beta.1
* Add support for the Cloud Native Archival feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival)]
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival)]
* Add support for the Cloud Native Archival Encryption feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
* Add support for the Azure SQL Database Protection feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-sql_db_protection)]
[[docs](../../resources/azure_subscription#nested-schema-for-sql_db_protection)]
* Add support for the Azure SQL Managed Instance Protection feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-sql_mi_protection)]
[[docs](../../resources/azure_subscription#nested-schema-for-sql_mi_protection)]
* Add support for specifying an Azure resource group when onboarding the Cloud Native Archival, Cloud Native Archival
Encryption, Cloud Native Protection or Exocompute features using the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#optional)]
[[docs](../../resources/azure_subscription#optional)]
24 changes: 16 additions & 8 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@ page_title: "Changelog"

# Changelog

## v0.9.0-beta.6
* Fix an issue with the permissions of subscriptions onboarded using the `polaris_azure_subscription` resource where
the RSC UI would show the status as "Update permissions" even though the app registration would have all the required
permissions.

## v0.9.0-beta.5
* Move changelog and upgrade guides to guides folder.

## v0.9.0-beta.4
* Add support for creating Azure cloud native archival locations. [[docs](resources/azure_archival_location)]
* Add support for creating Azure cloud native archival locations. [[docs](../../resources/azure_archival_location)]

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

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

## v0.9.0-beta.1
* Add support for the Cloud Native Archival feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival)]
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival)]
* Add support for the Cloud Native Archival Encryption feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
[[docs](../../resources/azure_subscription#nested-schema-for-cloud_native_archival_encryption)]
* Add support for the Azure SQL Database Protection feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-sql_db_protection)]
[[docs](../../resources/azure_subscription#nested-schema-for-sql_db_protection)]
* Add support for the Azure SQL Managed Instance Protection feature to the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#nested-schema-for-sql_mi_protection)]
[[docs](../../resources/azure_subscription#nested-schema-for-sql_mi_protection)]
* Add support for specifying an Azure resource group when onboarding the Cloud Native Archival, Cloud Native Archival
Encryption, Cloud Native Protection or Exocompute features using the `polaris_azure_subscription` resource.
[[docs](resources/azure_subscription#optional)]
[[docs](../../resources/azure_subscription#optional)]

0 comments on commit b94e0d4

Please sign in to comment.