Skip to content

Commit e14aabc

Browse files
[Release] Release v1.96.0
## Release v1.96.0 ### New Features and Improvements * Add `provider_config` support for manual plugin framework resources and data sources([#5127](#5127)) * Added support for custom instance profiles on instance pools on AWS ([#5144](#5144)) * Add `feature_engineering_materialized_feature` resource and data sources([#5166](#5166)) ### Bug Fixes * Remove unnecessary `SetSuppressDiff()` for `workload_size` in `databricks_model_serving` ([#5152](#5152)). ### Documentation * Fix missing GCP IAM permissions for workspace creation in GCP guides ([#5123](#5123)). ### Internal Changes * Caching group membership in `databricks_group_member` to improve performance ([#4581](#4581)).
1 parent 32d41a5 commit e14aabc

File tree

4 files changed

+25
-14
lines changed

4 files changed

+25
-14
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-23 16:40:17+0000"
2+
"timestamp": "2025-10-30 14:12:51+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.96.0
4+
5+
### New Features and Improvements
6+
7+
* Add `provider_config` support for manual plugin framework resources and data sources([#5127](https://github.com/databricks/terraform-provider-databricks/pull/5127))
8+
9+
* Added support for custom instance profiles on instance pools on AWS ([#5144](https://github.com/databricks/terraform-provider-databricks/pull/5144))
10+
* Add `feature_engineering_materialized_feature` resource and data sources([#5166](https://github.com/databricks/terraform-provider-databricks/pull/5166))
11+
12+
### Bug Fixes
13+
14+
* Remove unnecessary `SetSuppressDiff()` for `workload_size` in `databricks_model_serving` ([#5152](https://github.com/databricks/terraform-provider-databricks/pull/5152)).
15+
16+
### Documentation
17+
18+
* Fix missing GCP IAM permissions for workspace creation in GCP guides ([#5123](https://github.com/databricks/terraform-provider-databricks/pull/5123)).
19+
20+
### Internal Changes
21+
22+
* Caching group membership in `databricks_group_member` to improve performance ([#4581](https://github.com/databricks/terraform-provider-databricks/pull/4581)).
23+
24+
325
## Release v1.95.0
426

527
### Breaking Changes

NEXT_CHANGELOG.md

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

3-
## Release v1.96.0
3+
## Release v1.97.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Add `provider_config` support for manual plugin framework resources and data sources([#5127](https://github.com/databricks/terraform-provider-databricks/pull/5127))
10-
11-
* Added support for custom instance profiles on instance pools on AWS ([#5144](https://github.com/databricks/terraform-provider-databricks/pull/5144))
12-
* Add `feature_engineering_materialized_feature` resource and data sources([#5166](https://github.com/databricks/terraform-provider-databricks/pull/5166))
13-
149
### Bug Fixes
1510

16-
* Remove unnecessary `SetSuppressDiff()` for `workload_size` in `databricks_model_serving` ([#5152](https://github.com/databricks/terraform-provider-databricks/pull/5152)).
17-
1811
### Documentation
1912

20-
* Fix missing GCP IAM permissions for workspace creation in GCP guides ([#5123](https://github.com/databricks/terraform-provider-databricks/pull/5123)).
21-
2213
### Exporter
2314

2415
### Internal Changes
25-
26-
* Caching group membership in `databricks_group_member` to improve performance ([#4581](https://github.com/databricks/terraform-provider-databricks/pull/4581)).

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

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

0 commit comments

Comments
 (0)