Skip to content

Commit 89280eb

Browse files
[Release] Release v1.99.0
## Release v1.99.0 ### New Features and Improvements * Added `databricks_workspace_entity_tag_assignment` resource and data source ([#5252](#5252)) ### Internal Changes * Update Go SDK to v0.93.0 ([#5252](#5252)) * Bump github.com/hashicorp/terraform-plugin-testing from 1.13.3 to 1.14.0 ([#5254](#5254)) * Bump google.golang.org/api from 0.256.0 to 0.257.0 ([#5253](#5253))
1 parent e7557e4 commit 89280eb

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
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-03 15:12:30+0000"
2+
"timestamp": "2025-12-04 11:46:28+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.99.0 (2025-12-04)
4+
5+
### New Features and Improvements
6+
* Added `databricks_workspace_entity_tag_assignment` resource and data source ([#5252](https://github.com/databricks/terraform-provider-databricks/pull/5252))
7+
8+
### Internal Changes
9+
* Update Go SDK to v0.93.0 ([#5252](https://github.com/databricks/terraform-provider-databricks/pull/5252))
10+
* Bump github.com/hashicorp/terraform-plugin-testing from 1.13.3 to 1.14.0 ([#5254](https://github.com/databricks/terraform-provider-databricks/pull/5254))
11+
* Bump google.golang.org/api from 0.256.0 to 0.257.0 ([#5253](https://github.com/databricks/terraform-provider-databricks/pull/5253))
12+
13+
314
## Release v1.98.0 (2025-12-03)
415

516
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.99.0
3+
## Release v1.100.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
8-
* Added `databricks_workspace_entity_tag_assignment` resource and data source ([#5252](https://github.com/databricks/terraform-provider-databricks/pull/5252))
98

109
### Bug Fixes
1110

@@ -14,6 +13,3 @@
1413
### Exporter
1514

1615
### Internal Changes
17-
* Update Go SDK to v0.93.0 ([#5252](https://github.com/databricks/terraform-provider-databricks/pull/5252))
18-
* Bump github.com/hashicorp/terraform-plugin-testing from 1.13.3 to 1.14.0 ([#5254](https://github.com/databricks/terraform-provider-databricks/pull/5254))
19-
* Bump google.golang.org/api from 0.256.0 to 0.257.0 ([#5253](https://github.com/databricks/terraform-provider-databricks/pull/5253))

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

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

0 commit comments

Comments
 (0)