Skip to content

Commit b9ccd98

Browse files
[Release] Release v1.70.0
## Release v1.70.0 ### Bug Fixes * Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](#4563)) * Handle auto-enabled errors with `databricks_system_schema` [#4547](#4547) * Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](#4548)). ### Documentation * Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](#4549)) * Document management of permissions of `databricks_budget_policy` resource ([#4561](#4561)) * Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](#4557)) * Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](#4546)
1 parent 70cfc38 commit b9ccd98

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-03-04 16:01:26+0000"
2+
"timestamp": "2025-03-12 12:35:05+0000"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Version changelog
22

3+
## Release v1.70.0
4+
5+
### Bug Fixes
6+
7+
* Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](https://github.com/databricks/terraform-provider-databricks/pull/4563))
8+
* Handle auto-enabled errors with `databricks_system_schema` [#4547](https://github.com/databricks/terraform-provider-databricks/pull/4547)
9+
* Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](https://github.com/databricks/terraform-provider-databricks/pull/4548)).
10+
11+
### Documentation
12+
13+
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](https://github.com/databricks/terraform-provider-databricks/pull/4549))
14+
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
15+
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
16+
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](https://github.com/databricks/terraform-provider-databricks/pull/4546)
17+
18+
319
## Release v1.69.0
420

521
### Documentation

NEXT_CHANGELOG.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.70.0
3+
## Release v1.71.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
88

9-
* Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](https://github.com/databricks/terraform-provider-databricks/pull/4563))
10-
* Handle auto-enabled errors with `databricks_system_schema` [#4547](https://github.com/databricks/terraform-provider-databricks/pull/4547)
11-
* Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](https://github.com/databricks/terraform-provider-databricks/pull/4548)).
12-
139
### Documentation
1410

15-
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](https://github.com/databricks/terraform-provider-databricks/pull/4549))
16-
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
17-
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
18-
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](https://github.com/databricks/terraform-provider-databricks/pull/4546)
19-
2011
### Exporter
2112

2213
### Internal Changes

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.69.0"
6+
version = "1.70.0"
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)