From 3f5f2058dba7f3addd183c36b6e08d5a0bbde1ea Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Mon, 28 Oct 2024 16:47:56 +0100 Subject: [PATCH] [Release] Release v1.56.0 ### Bug Fixes * Recreate missing system schema ([#4068](https://github.com/databricks/terraform-provider-databricks/pull/4068)). * Tolerate `databricks_permissions` resources for SQL warehouses with `/warehouses/...` IDs ([#4158](https://github.com/databricks/terraform-provider-databricks/pull/4158)). ### Documentation * Fix `databricks_grant` regarding metastore_id description ([#4164](https://github.com/databricks/terraform-provider-databricks/pull/4164)). ### Internal Changes * Automatically trigger integration tests on PR ([#4149](https://github.com/databricks/terraform-provider-databricks/pull/4149)). ### Exporter * **Breaking change** Use new query and alert resources instead of legacy resources ([#4150](https://github.com/databricks/terraform-provider-databricks/pull/4150)). * Improve exporting of `databricks_pipeline` resources ([#4142](https://github.com/databricks/terraform-provider-databricks/pull/4142)). * Improving reliability of `Emit` function ([#4163](https://github.com/databricks/terraform-provider-databricks/pull/4163)). --- CHANGELOG.md | 25 +++++++++++++++++++++++++ common/version.go | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a6da9f8..7f2de0133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Version changelog +## [Release] Release v1.56.0 + +### Bug Fixes + + * Recreate missing system schema ([#4068](https://github.com/databricks/terraform-provider-databricks/pull/4068)). + * Tolerate `databricks_permissions` resources for SQL warehouses with `/warehouses/...` IDs ([#4158](https://github.com/databricks/terraform-provider-databricks/pull/4158)). + + +### Documentation + + * Fix `databricks_grant` regarding metastore_id description ([#4164](https://github.com/databricks/terraform-provider-databricks/pull/4164)). + + +### Internal Changes + + * Automatically trigger integration tests on PR ([#4149](https://github.com/databricks/terraform-provider-databricks/pull/4149)). + + +### Exporter + + * **Breaking change** Use new query and alert resources instead of legacy resources ([#4150](https://github.com/databricks/terraform-provider-databricks/pull/4150)). + * Improve exporting of `databricks_pipeline` resources ([#4142](https://github.com/databricks/terraform-provider-databricks/pull/4142)). + * Improving reliability of `Emit` function ([#4163](https://github.com/databricks/terraform-provider-databricks/pull/4163)). + + ## [Release] Release v1.55.0 ### New Features and Improvements diff --git a/common/version.go b/common/version.go index c3770f13c..44a7242a4 100644 --- a/common/version.go +++ b/common/version.go @@ -3,7 +3,7 @@ package common import "context" var ( - version = "1.55.0" + version = "1.56.0" // ResourceName is resource name without databricks_ prefix ResourceName contextKey = 1 // Provider is the current instance of provider