Skip to content

Commit

Permalink
Release v1.48.1 (#3711)
Browse files Browse the repository at this point in the history
### New Features and Improvements
* Fixed case sensitivity for principals in `databricks_grants` and `databricks_grant` ([#3708](#3708)).

### Documentation Changes
* Update cluster policy doc ([#3707](#3707)).

### Internal Changes
* Refactor some common functions for workspace bindings ([#3702](#3702)).
  • Loading branch information
hectorcast-db authored Jun 27, 2024
1 parent dfbcb5c commit 48262a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version changelog

## 1.48.1

### New Features and Improvements
* Fixed case sensitivity for principals in `databricks_grants` and `databricks_grant` ([#3708](https://github.com/databricks/terraform-provider-databricks/pull/3708)).


### Documentation Changes
* Update cluster policy doc ([#3707](https://github.com/databricks/terraform-provider-databricks/pull/3707)).


### Internal Changes
* Refactor some common functions for workspace bindings ([#3702](https://github.com/databricks/terraform-provider-databricks/pull/3702)).


## 1.48.0

### New Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package common
import "context"

var (
version = "1.48.0"
version = "1.48.1"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit 48262a8

Please sign in to comment.