Skip to content

Commit fe6dae1

Browse files
[Release] Release v1.81.1
## Release v1.81.1 ### Bug Fixes * Support updating `databricks_cluster` to Auto AZ [#4743](#4743).
1 parent b9f912a commit fe6dae1

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-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-05-22 19:27:03+0000"
2+
"timestamp": "2025-05-23 11:02:38+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.81.1
4+
5+
### Bug Fixes
6+
7+
* Support updating `databricks_cluster` to Auto AZ [#4743](https://github.com/databricks/terraform-provider-databricks/pull/4743).
8+
9+
310
## Release v1.81.0
411

512
### Breaking Changes

NEXT_CHANGELOG.md

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

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

55
### Breaking Changes
66

77
### New Features and Improvements
88

99
### Bug Fixes
1010

11-
* Support updating `databricks_cluster` to Auto AZ [#4743](https://github.com/databricks/terraform-provider-databricks/pull/4743).
12-
1311
### Documentation
1412

1513
### Exporter

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

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

0 commit comments

Comments
 (0)