Skip to content

Commit f42e1fb

Browse files
Release v1.48.2 (#3722)
* Added isolation mode support for `databricks_external_location` & `databricks_storage_credential` ([#3704](#3704)). * Add terraform support for periodic triggers ([#3700](#3700)).
1 parent 03c71d0 commit f42e1fb

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.48.2
4+
5+
### New Features and Improvements
6+
* Added isolation mode support for `databricks_external_location` & `databricks_storage_credential` ([#3704](https://github.com/databricks/terraform-provider-databricks/pull/3704)).
7+
* Add terraform support for periodic triggers ([#3700](https://github.com/databricks/terraform-provider-databricks/pull/3700)).
8+
9+
310
## 1.48.1
411

512
### New Features and Improvements

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.48.1"
6+
version = "1.48.2"
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)