Skip to content

Commit 10e473d

Browse files
[Release] Release v1.81.0
## Release v1.81.0 ### Breaking Changes * Removed `access_point` argument for `databricks_external_location` resource [#4735](#4735) ### New Features and Improvements * Allow to specify budget policy for `databricks_vector_search_endpoint` [#4707](#4707) * Added `account_network_policy` resource and data sources [#4735](#4735) * Added `recipient_federation_policy` resource and data sources [#4735](#4735) * Added `workspace_network_option` resource and data sources [#4735](#4735) ### Bug Fixes * Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](#4727) * Fix debug logging for attributes used to configure the provider ([#4728](#4728)). * Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](#4738)). ### Documentation * Fix links to Delta Live Tables docs [#4732](#4732) * Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](#4737)). ### Internal Changes * Bump Go SDK to v0.70.0 [#4735](#4735)
1 parent 9fd928a commit 10e473d

File tree

4 files changed

+30
-17
lines changed

4 files changed

+30
-17
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-05-19 09:25:31+0000"
2+
"timestamp": "2025-05-22 19:27:03+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.81.0
4+
5+
### Breaking Changes
6+
* Removed `access_point` argument for `databricks_external_location` resource [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
7+
8+
### New Features and Improvements
9+
10+
* Allow to specify budget policy for `databricks_vector_search_endpoint` [#4707](https://github.com/databricks/terraform-provider-databricks/pull/4707)
11+
* Added `account_network_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
12+
* Added `recipient_federation_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
13+
* Added `workspace_network_option` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
14+
15+
### Bug Fixes
16+
17+
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](https://github.com/databricks/terraform-provider-databricks/pull/4727)
18+
* Fix debug logging for attributes used to configure the provider ([#4728](https://github.com/databricks/terraform-provider-databricks/pull/4728)).
19+
* Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](https://github.com/databricks/terraform-provider-databricks/pull/4738)).
20+
21+
### Documentation
22+
23+
* Fix links to Delta Live Tables docs [#4732](https://github.com/databricks/terraform-provider-databricks/pull/4732)
24+
* Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](https://github.com/databricks/terraform-provider-databricks/pull/4737)).
25+
26+
### Internal Changes
27+
* Bump Go SDK to v0.70.0 [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
28+
29+
330
## Release v1.80.0
431

532
### New Features and Improvements

NEXT_CHANGELOG.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.81.0
3+
## Release v1.82.0
44

55
### Breaking Changes
6-
* Removed `access_point` argument for `databricks_external_location` resource [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
76

87
### New Features and Improvements
98

10-
* Allow to specify budget policy for `databricks_vector_search_endpoint` [#4707](https://github.com/databricks/terraform-provider-databricks/pull/4707)
11-
* Added `account_network_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
12-
* Added `recipient_federation_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
13-
* Added `workspace_network_option` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
14-
159
### Bug Fixes
1610

17-
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](https://github.com/databricks/terraform-provider-databricks/pull/4727)
18-
* Fix debug logging for attributes used to configure the provider ([#4728](https://github.com/databricks/terraform-provider-databricks/pull/4728)).
19-
* Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](https://github.com/databricks/terraform-provider-databricks/pull/4738)).
20-
2111
### Documentation
2212

23-
* Fix links to Delta Live Tables docs [#4732](https://github.com/databricks/terraform-provider-databricks/pull/4732)
24-
* Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](https://github.com/databricks/terraform-provider-databricks/pull/4737)).
25-
2613
### Exporter
2714

2815
### Internal Changes
29-
* Bump Go SDK to v0.70.0 [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
var version = "1.80.0"
3+
var version = "1.81.0"
44

55
// Version returns version of provider
66
func Version() string {

0 commit comments

Comments
 (0)