Skip to content

Commit 344dea5

Browse files
[Release] Release v1.82.0
## Release v1.82.0 ### New Features and Improvements * Add `workspace_consume` entitlement [#4762](#4762). * Support configuration of file events in `databricks_external_location` [#4749](#4749). * Improve support for new fields in `databricks_pipeline` [#4744](#4744). ### Bug Fixes * Populate `partitions` when reading `databricks_sql_table` ([#4674](#4674)). * Fail when creating `databricks_query` and `databricks_alert` with already existing names [#4697](#4697). ### Documentation * Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the `host` argument. * Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4752](#4752)).
1 parent 23d2437 commit 344dea5

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
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-05-23 11:02:38+0000"
2+
"timestamp": "2025-06-04 07:50:40+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.82.0
4+
5+
### New Features and Improvements
6+
7+
* Add `workspace_consume` entitlement [#4762](https://github.com/databricks/terraform-provider-databricks/pull/4762).
8+
* Support configuration of file events in `databricks_external_location` [#4749](https://github.com/databricks/terraform-provider-databricks/pull/4749).
9+
* Improve support for new fields in `databricks_pipeline` [#4744](https://github.com/databricks/terraform-provider-databricks/pull/4744).
10+
11+
### Bug Fixes
12+
13+
* Populate `partitions` when reading `databricks_sql_table` ([#4674](https://github.com/databricks/terraform-provider-databricks/pull/4674)).
14+
* Fail when creating `databricks_query` and `databricks_alert` with already existing names [#4697](https://github.com/databricks/terraform-provider-databricks/pull/4697).
15+
16+
### Documentation
17+
18+
* Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the `host` argument.
19+
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4752](https://github.com/databricks/terraform-provider-databricks/pull/4752)).
20+
21+
322
## Release v1.81.1
423

524
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v1.82.0
3+
## Release v1.83.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Add `workspace_consume` entitlement [#4762](https://github.com/databricks/terraform-provider-databricks/pull/4762).
10-
* Support configuration of file events in `databricks_external_location` [#4749](https://github.com/databricks/terraform-provider-databricks/pull/4749).
11-
* Improve support for new fields in `databricks_pipeline` [#4744](https://github.com/databricks/terraform-provider-databricks/pull/4744).
12-
139
### Bug Fixes
1410

15-
* Populate `partitions` when reading `databricks_sql_table` ([#4674](https://github.com/databricks/terraform-provider-databricks/pull/4674)).
16-
* Fail when creating `databricks_query` and `databricks_alert` with already existing names [#4697](https://github.com/databricks/terraform-provider-databricks/pull/4697).
17-
1811
### Documentation
1912

20-
* Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the `host` argument.
21-
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4752](https://github.com/databricks/terraform-provider-databricks/pull/4752)).
22-
2313
### Exporter
2414

2515
### 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.81.1"
3+
var version = "1.82.0"
44

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

0 commit comments

Comments
 (0)