Skip to content

Commit bf2ccfe

Browse files
[Release] Release v1.101.0
## Release v1.101.0 ### Bug Fixes * [Fix] Allow Updating Share Objects With shared_as Defined ([#5287](#5287)) ### Internal Changes * Switch to use Go SDK struct in `databricks_metastore` resource ([#5088](#5088))
1 parent 21090c8 commit bf2ccfe

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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-12-11 14:37:24+0000"
2+
"timestamp": "2026-01-06 10:46:10+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.101.0 (2026-01-06)
4+
5+
### Bug Fixes
6+
* [Fix] Allow Updating Share Objects With shared_as Defined ([#5287](https://github.com/databricks/terraform-provider-databricks/pull/5287))
7+
8+
### Internal Changes
9+
10+
* Switch to use Go SDK struct in `databricks_metastore` resource ([#5088](https://github.com/databricks/terraform-provider-databricks/pull/5088))
11+
12+
313
## Release v1.100.0 (2025-12-11)
414

515
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.101.0
3+
## Release v1.102.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

99
### Bug Fixes
10-
* [Fix] Allow Updating Share Objects With shared_as Defined ([#5287](https://github.com/databricks/terraform-provider-databricks/pull/5287))
1110

1211
### Documentation
1312

1413
### Exporter
1514

1615
### Internal Changes
17-
18-
* Switch to use Go SDK struct in `databricks_metastore` resource ([#5088](https://github.com/databricks/terraform-provider-databricks/pull/5088))

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

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

0 commit comments

Comments
 (0)