Skip to content

Commit

Permalink
[Release] Release v1.49.1 (#3810)
Browse files Browse the repository at this point in the history
## 1.49.1

### Bug Fixes
* Fixed reading of permissions for SQL objects
([#3800](#3800)).
* don't update `databricks_metastore` during creation if not required
([#3783](#3783)).

### Documentation
* Clarified schedule block in `databricks_job`
([#3805](#3805)).
* Use correct names for isolation mode for storage credentials and
external locations
([#3804](#3804)).
* Fix incomplete note in databricks_workspace_binding resource
([#3806](#3806))

### Internal Changes
* Refactored `databricks_zones` and `databricks_spark_versions` data
sources to Go SDK
([#3687](#3687)).

### Exporter
* Add support for exporting of Lakeview dashboards
([#3779](#3779)).
* Adding more retries for SCIM API calls
([#3807](#3807))
  • Loading branch information
tanmay-db authored Jul 24, 2024
1 parent 0a4a5be commit b3cea48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Version changelog

## 1.49.1

### Bug Fixes
* Fixed reading of permissions for SQL objects ([#3800](https://github.com/databricks/terraform-provider-databricks/pull/3800)).
* don't update `databricks_metastore` during creation if not required ([#3783](https://github.com/databricks/terraform-provider-databricks/pull/3783)).

### Documentation
* Clarified schedule block in `databricks_job` ([#3805](https://github.com/databricks/terraform-provider-databricks/pull/3805)).
* Use correct names for isolation mode for storage credentials and external locations ([#3804](https://github.com/databricks/terraform-provider-databricks/pull/3804)).
* Fix incomplete note in databricks_workspace_binding resource ([#3806](https://github.com/databricks/terraform-provider-databricks/pull/3806))

### Internal Changes
* Refactored `databricks_zones` and `databricks_spark_versions` data sources to Go SDK ([#3687](https://github.com/databricks/terraform-provider-databricks/pull/3687)).

### Exporter
* Add support for exporting of Lakeview dashboards ([#3779](https://github.com/databricks/terraform-provider-databricks/pull/3779)).
* Adding more retries for SCIM API calls ([#3807](https://github.com/databricks/terraform-provider-databricks/pull/3807))


## 1.49.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.49.0"
version = "1.49.1"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit b3cea48

Please sign in to comment.