Skip to content

Commit 38d7097

Browse files
[Release] Release v1.108.0
## Release v1.108.0 ### New Features and Improvements * Added `database_project_name` to `databricks_permissions` for managing Lakebase database project permissions. * Added `node_type_flexibility` block to `databricks_instance_pool` resource ([#5381](#5381)). ### Bug Fixes * Handle error during WorkspaceClient() creation in databricks_grant and databricks_grants resources ([#5403](#5403)) ### Documentation * Added note to `databricks_mws_ncc_binding` that a workspace can only have one NCC binding at a time. ### Internal Changes * Update Go SDK to v0.110.
1 parent e4806f6 commit 38d7097

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
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": "2026-02-16 16:18:26+0000"
2+
"timestamp": "2026-02-19 15:52:58+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.108.0 (2026-02-19)
4+
5+
### New Features and Improvements
6+
7+
* Added `database_project_name` to `databricks_permissions` for managing Lakebase database project permissions.
8+
* Added `node_type_flexibility` block to `databricks_instance_pool` resource ([#5381](https://github.com/databricks/terraform-provider-databricks/pull/5381)).
9+
10+
### Bug Fixes
11+
12+
* Handle error during WorkspaceClient() creation in databricks_grant and databricks_grants resources ([#5403](https://github.com/databricks/terraform-provider-databricks/pull/5403))
13+
14+
### Documentation
15+
16+
* Added note to `databricks_mws_ncc_binding` that a workspace can only have one NCC binding at a time.
17+
18+
### Internal Changes
19+
20+
* Update Go SDK to v0.110.
21+
22+
323
## Release v1.107.0 (2026-02-16)
424

525
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.108.0
3+
## Release v1.109.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Added `database_project_name` to `databricks_permissions` for managing Lakebase database project permissions.
10-
* Added `node_type_flexibility` block to `databricks_instance_pool` resource ([#5381](https://github.com/databricks/terraform-provider-databricks/pull/5381)).
11-
129
### Bug Fixes
1310

14-
* Handle error during WorkspaceClient() creation in databricks_grant and databricks_grants resources ([#5403](https://github.com/databricks/terraform-provider-databricks/pull/5403))
15-
1611
### Documentation
1712

18-
* Added note to `databricks_mws_ncc_binding` that a workspace can only have one NCC binding at a time.
19-
2013
### Exporter
2114

2215
### Internal Changes
23-
24-
* Update Go SDK to v0.110.

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

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

0 commit comments

Comments
 (0)