Skip to content

Commit b9a74d6

Browse files
[Release] Release v1.97.0
## Release v1.97.0 ### Bug Fixes * Fixed spurious diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources when the API returns `served_models` or `served_entities` in a different order than specified in the configuration ([#5188](#5188)). ### Documentation * Explain that special characters in URLs should be percent-encoded ([#5178](#5178)). * Improve documentation about `preloaded_docker_images.basic_auth` in `databricks_cluster` and `databricks_instance_pool` ([#5154](#5154)). ### Exporter * Support exporting of `databricks_mws_ncc_binding` ([#5184](#5184)). * Initial support for resources implemented with plugin framework ([#5176](#5176)). ### Internal Changes * Add client support in CustomizeDiff for SDKv2 resources and data sources ([#5171](#5171)).
1 parent 1bf2981 commit b9a74d6

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": "2025-10-30 14:12:51+0000"
2+
"timestamp": "2025-11-06 13:49:08+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.97.0 (2025-11-06)
4+
5+
### Bug Fixes
6+
7+
* Fixed spurious diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources when the API returns `served_models` or `served_entities` in a different order than specified in the configuration ([#5188](https://github.com/databricks/terraform-provider-databricks/pull/5188)).
8+
9+
### Documentation
10+
11+
* Explain that special characters in URLs should be percent-encoded ([#5178](https://github.com/databricks/terraform-provider-databricks/pull/5178)).
12+
* Improve documentation about `preloaded_docker_images.basic_auth` in `databricks_cluster` and `databricks_instance_pool` ([#5154](https://github.com/databricks/terraform-provider-databricks/pull/5154)).
13+
14+
### Exporter
15+
16+
* Support exporting of `databricks_mws_ncc_binding` ([#5184](https://github.com/databricks/terraform-provider-databricks/pull/5184)).
17+
* Initial support for resources implemented with plugin framework ([#5176](https://github.com/databricks/terraform-provider-databricks/pull/5176)).
18+
19+
### Internal Changes
20+
* Add client support in CustomizeDiff for SDKv2 resources and data sources ([#5171](https://github.com/databricks/terraform-provider-databricks/pull/5171)).
21+
22+
323
## Release v1.96.0 (2025-10-30)
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.97.0
3+
## Release v1.98.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

99
### Bug Fixes
1010

11-
* Fixed spurious diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources when the API returns `served_models` or `served_entities` in a different order than specified in the configuration ([#5188](https://github.com/databricks/terraform-provider-databricks/pull/5188)).
12-
1311
### Documentation
1412

15-
* Explain that special characters in URLs should be percent-encoded ([#5178](https://github.com/databricks/terraform-provider-databricks/pull/5178)).
16-
* Improve documentation about `preloaded_docker_images.basic_auth` in `databricks_cluster` and `databricks_instance_pool` ([#5154](https://github.com/databricks/terraform-provider-databricks/pull/5154)).
17-
1813
### Exporter
1914

20-
* Support exporting of `databricks_mws_ncc_binding` ([#5184](https://github.com/databricks/terraform-provider-databricks/pull/5184)).
21-
* Initial support for resources implemented with plugin framework ([#5176](https://github.com/databricks/terraform-provider-databricks/pull/5176)).
22-
2315
### Internal Changes
24-
* Add client support in CustomizeDiff for SDKv2 resources and data sources ([#5171](https://github.com/databricks/terraform-provider-databricks/pull/5171)).

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

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

0 commit comments

Comments
 (0)