diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index f07cf44e5f..6782474ac9 100644 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -9bb7950fa3390afb97abaa552934bc0a2e069de5 \ No newline at end of file +2797802be71b292b87b57b465341c7192b4237de \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8b04de40..70b1fbd68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Version changelog +## 1.43.0 + +### New Features and Improvements +* Added state upgrader to remove `max_clusters_per_user` and ebs volume attributes set to zero ([#3551](https://github.com/databricks/terraform-provider-databricks/pull/3551)). +* Robust retries for workspace get-status ([#3550](https://github.com/databricks/terraform-provider-databricks/pull/3550)). +* Updated data_aws_crossaccount_policy to format resource string with account and region ([#3544](https://github.com/databricks/terraform-provider-databricks/pull/3544)). +* Fixed Issue: The field `node_type_id` cannot be supplied when an instance pool ID is provided ([#3549](https://github.com/databricks/terraform-provider-databricks/pull/3549)) + +### Documentation Changes +* Fixed error message typo in mounts.go ([#3552](https://github.com/databricks/terraform-provider-databricks/pull/3552)). +* State the options for run_if ([#3548](https://github.com/databricks/terraform-provider-databricks/pull/3548)). + +### Exporter +* Don't emit all UC objects when handling dependencies ([#3556](https://github.com/databricks/terraform-provider-databricks/pull/3556)). +* Track removed objects during the `Emit` phase ([#3554](https://github.com/databricks/terraform-provider-databricks/pull/3554)). +* Optimize generation of `databricks_group_member` resource ([#3559](https://github.com/databricks/terraform-provider-databricks/pull/3559)). +* Included some UC objects into default listing ([#3565](https://github.com/databricks/terraform-provider-databricks/pull/3565)) + +### Internal Changes +* Jobs GoSDK schema migration ([#3532](https://github.com/databricks/terraform-provider-databricks/pull/3532)). +* Stabilize integration tests ([#3542](https://github.com/databricks/terraform-provider-databricks/pull/3542)). + + ## 1.42.0 ### New Features and Improvements diff --git a/common/version.go b/common/version.go index 139aa04577..416f18f2e6 100644 --- a/common/version.go +++ b/common/version.go @@ -3,7 +3,7 @@ package common import "context" var ( - version = "1.42.0" + version = "1.43.0" // ResourceName is resource name without databricks_ prefix ResourceName contextKey = 1 // Provider is the current instance of provider