Skip to content

Commit

Permalink
Release v1.41.0 (#3499)
Browse files Browse the repository at this point in the history
* Release v1.41.0

* -
  • Loading branch information
tanmay-db authored Apr 24, 2024
1 parent 14c07d7 commit f4a53dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Version changelog

## 1.41.0

### New Features and Improvements
* Added resources for configuring Serverless network connectivity ([#3402](https://github.com/databricks/terraform-provider-databricks/pull/3402)).
* Data source `databricks_current_metastore` should not error out for non-UC workspaces ([#3497](https://github.com/databricks/terraform-provider-databricks/pull/3497)).

### Exporter
* Adjust retry error on deadline exceeded ([#3491](https://github.com/databricks/terraform-provider-databricks/pull/3491)).

### Internal Changes
* Added account workspace setting type ([#3415](https://github.com/databricks/terraform-provider-databricks/pull/3415)).
* Added test config ([#3487](https://github.com/databricks/terraform-provider-databricks/pull/3487)).
* Refactor `CustomizeSchema` for `ResourceProvider` to skip unfeasible customizations ([#3481](https://github.com/databricks/terraform-provider-databricks/pull/3481)).
* Bump golang.org/x/net from 0.22.0 to 0.23.0 ([#3493](https://github.com/databricks/terraform-provider-databricks/pull/3493)).


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

0 comments on commit f4a53dc

Please sign in to comment.