Skip to content

Commit 839de05

Browse files
[Release] Release v1.91.0
## Release v1.91.0 ### New Features and Improvements * Add `table_id` to the output of `databricks_sql_table` resource ([#5058](#5058)). ### Bug Fixes * Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](#5034)) ### Documentation * Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](#5043))
1 parent a8ad3fa commit 839de05

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
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-09-17 14:21:13+0000"
2+
"timestamp": "2025-09-29 12:10:37+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.91.0
4+
5+
### New Features and Improvements
6+
7+
* Add `table_id` to the output of `databricks_sql_table` resource ([#5058](https://github.com/databricks/terraform-provider-databricks/pull/5058)).
8+
9+
### Bug Fixes
10+
11+
* Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](https://github.com/databricks/terraform-provider-databricks/pull/5034))
12+
13+
### Documentation
14+
15+
* Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](https://github.com/databricks/terraform-provider-databricks/pull/5043))
16+
17+
318
## Release v1.90.0
419

520
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.91.0
3+
## Release v1.92.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Add `table_id` to the output of `databricks_sql_table` resource ([#5058](https://github.com/databricks/terraform-provider-databricks/pull/5058)).
10-
119
### Bug Fixes
1210

13-
* Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](https://github.com/databricks/terraform-provider-databricks/pull/5034))
14-
1511
### Documentation
1612

17-
* Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](https://github.com/databricks/terraform-provider-databricks/pull/5043))
18-
1913
### Exporter
2014

2115
### Internal Changes

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.90.0"
3+
var version = "1.91.0"
44

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

0 commit comments

Comments
 (0)