Skip to content

Commit 2dd6237

Browse files
[Release] Release v1.80.0
## Release v1.80.0 ### New Features and Improvements * Add `resource_model_serving_provisioned_throughput` for creation of [model serving provisioned throughput](https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/deploy-prov-throughput-foundation-model-apis) endpoints [#4701](#4701) * Replace DBFS with Unity Catalog resources in [index page](https://registry.terraform.io/providers/databricks/databricks/latest/docs) storage section [#4718](#4718) ### Bug Fixes * Support updating all attributes for `databricks_model_serving` ([#4575](#4575)). * Fix reading of `external_id` for `databricks_service_principal` [#4712](#4712) ### Documentation * Added documentation for GITHUB OIDC authentication type [#4717] (#4717) ### Exporter * Generate correct code for Databricks and Azure-managed service principals [#4715](#4715)
1 parent 2489461 commit 2dd6237

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-05-14 14:03:29+0000"
2+
"timestamp": "2025-05-19 09:25:31+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.80.0
4+
5+
### New Features and Improvements
6+
7+
* Add `resource_model_serving_provisioned_throughput` for creation of [model serving provisioned throughput](https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/deploy-prov-throughput-foundation-model-apis) endpoints [#4701](https://github.com/databricks/terraform-provider-databricks/pull/4701)
8+
* Replace DBFS with Unity Catalog resources in [index page](https://registry.terraform.io/providers/databricks/databricks/latest/docs) storage section [#4718](https://github.com/databricks/terraform-provider-databricks/pull/4718)
9+
10+
### Bug Fixes
11+
12+
* Support updating all attributes for `databricks_model_serving` ([#4575](https://github.com/databricks/terraform-provider-databricks/pull/4575)).
13+
* Fix reading of `external_id` for `databricks_service_principal` [#4712](https://github.com/databricks/terraform-provider-databricks/pull/4712)
14+
15+
### Documentation
16+
* Added documentation for GITHUB OIDC authentication type [#4717] (https://github.com/databricks/terraform-provider-databricks/pull/4717)
17+
18+
### Exporter
19+
20+
* Generate correct code for Databricks and Azure-managed service principals [#4715](https://github.com/databricks/terraform-provider-databricks/pull/4715)
21+
22+
323
## Release v1.79.1
424

525
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v1.80.0
3+
## Release v1.81.0
44

55
### New Features and Improvements
66

7-
* Add `resource_model_serving_provisioned_throughput` for creation of [model serving provisioned throughput](https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/deploy-prov-throughput-foundation-model-apis) endpoints [#4701](https://github.com/databricks/terraform-provider-databricks/pull/4701)
8-
* Replace DBFS with Unity Catalog resources in [index page](https://registry.terraform.io/providers/databricks/databricks/latest/docs) storage section [#4718](https://github.com/databricks/terraform-provider-databricks/pull/4718)
9-
107
### Bug Fixes
118

12-
* Support updating all attributes for `databricks_model_serving` ([#4575](https://github.com/databricks/terraform-provider-databricks/pull/4575)).
13-
* Fix reading of `external_id` for `databricks_service_principal` [#4712](https://github.com/databricks/terraform-provider-databricks/pull/4712)
14-
159
### Documentation
16-
* Added documentation for GITHUB OIDC authentication type [#4717] (https://github.com/databricks/terraform-provider-databricks/pull/4717)
1710

1811
### Exporter
1912

20-
* Generate correct code for Databricks and Azure-managed service principals [#4715](https://github.com/databricks/terraform-provider-databricks/pull/4715)
21-
2213
### 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.79.1"
3+
var version = "1.80.0"
44

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

0 commit comments

Comments
 (0)