Skip to content

Commit 68c8090

Browse files
committed
[Release] Release v1.55.1
### Bug Fixes * Recreate missing system schema ([#4068](#4068)). * Tolerate `databricks_permissions` resources for SQL warehouses with `/warehouses/...` IDs ([#4158](#4158)). ### Documentation * Fix `databricks_grant` regarding metastore_id description ([#4164](#4164)). ### Internal Changes * Automatically trigger integration tests on PR ([#4149](#4149)). ### Exporter * **Breaking change** Use new query and alert resources instead of legacy resources ([#4150](#4150)). * Improve exporting of `databricks_pipeline` resources ([#4142](#4142)). * Improving reliability of `Emit` function ([#4163](#4163)).
1 parent 2c13e8d commit 68c8090

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Version changelog
22

3+
## [Release] Release v1.55.1
4+
5+
### Bug Fixes
6+
7+
* Recreate missing system schema ([#4068](https://github.com/databricks/terraform-provider-databricks/pull/4068)).
8+
* Tolerate `databricks_permissions` resources for SQL warehouses with `/warehouses/...` IDs ([#4158](https://github.com/databricks/terraform-provider-databricks/pull/4158)).
9+
10+
11+
### Documentation
12+
13+
* Fix `databricks_grant` regarding metastore_id description ([#4164](https://github.com/databricks/terraform-provider-databricks/pull/4164)).
14+
15+
16+
### Internal Changes
17+
18+
* Automatically trigger integration tests on PR ([#4149](https://github.com/databricks/terraform-provider-databricks/pull/4149)).
19+
20+
21+
### Exporter
22+
23+
* **Breaking change** Use new query and alert resources instead of legacy resources ([#4150](https://github.com/databricks/terraform-provider-databricks/pull/4150)).
24+
* Improve exporting of `databricks_pipeline` resources ([#4142](https://github.com/databricks/terraform-provider-databricks/pull/4142)).
25+
* Improving reliability of `Emit` function ([#4163](https://github.com/databricks/terraform-provider-databricks/pull/4163)).
26+
27+
328
## [Release] Release v1.55.0
429

530
### New Features and Improvements

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.55.0"
6+
version = "1.55.1"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)