Skip to content

Commit 1331f55

Browse files
[Release] Release v1.87.1
## Release v1.87.1 ### Breaking Changes Terraform databricks provider version 1.86.0 introduced changes to databricks_share resource leading to panic for some users while applying terraform. We are rolling back to SDKv2 implementation in this version. No change is expected for users who are upgrading to latest version from before 1.86.0. Users on 1.86.0 and not facing issues are suggested to not upgrade their version to this patch release. We are investigating the issue and will release a fix soon. ### Internal Changes * Use SDKv2 Implementation for databricks_share resource as default ([#4931](#4931))
1 parent e72c61c commit 1331f55

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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-08-13 11:55:36+0000"
2+
"timestamp": "2025-08-13 15:34:07+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.87.1
4+
5+
### Breaking Changes
6+
Terraform databricks provider version 1.86.0 introduced changes to databricks_share resource leading to panic for some users while applying terraform. We are rolling back to SDKv2 implementation in this version. No change is expected for users who are upgrading to latest version from before 1.86.0. Users on 1.86.0 and not facing issues are suggested to not upgrade their version to this patch release. We are investigating the issue and will release a fix soon.
7+
8+
### Internal Changes
9+
* Use SDKv2 Implementation for databricks_share resource as default ([#4931](https://github.com/databricks/terraform-provider-databricks/pull/4931))
10+
11+
312
## Release v1.87.0
413

514
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v1.87.1
3+
## Release v1.88.0
44

55
### Breaking Changes
6-
Terraform databricks provider version 1.86.0 introduced changes to databricks_share resource leading to panic for some users while applying terraform. We are rolling back to SDKv2 implementation in this version. No change is expected for users who are upgrading to latest version from before 1.86.0. Users on 1.86.0 and not facing issues are suggested to not upgrade their version to this patch release. We are investigating the issue and will release a fix soon.
76

87
### New Features and Improvements
98

@@ -14,4 +13,3 @@ Terraform databricks provider version 1.86.0 introduced changes to databricks_sh
1413
### Exporter
1514

1615
### Internal Changes
17-
* Use SDKv2 Implementation for databricks_share resource as default ([#4931](https://github.com/databricks/terraform-provider-databricks/pull/4931))

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

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

0 commit comments

Comments
 (0)