Skip to content

Commit d0ef4ba

Browse files
authored
Release v1.33.0 (#3048)
1 parent 02b4d2c commit d0ef4ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version changelog
22

3+
## 1.33.0
4+
New Features and Improvements:
5+
* Added support for ownership changes for unity catalog resources ([#3029](https://github.com/databricks/terraform-provider-databricks/pull/3029)).
6+
7+
Exporter:
8+
* Ignore workspace assets of deleted users and service principals ([#2980](https://github.com/databricks/terraform-provider-databricks/pull/2980)).
9+
310
## 1.32.0
411
New Features and Improvements:
512
* Improved debugging of errors ([#744](https://github.com/databricks/databricks-sdk-go/pull/744))

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.32.0"
6+
version = "1.33.0"
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)