Skip to content

Commit 3746ee4

Browse files
author
Databricks SDK Release Bot
committed
Release
1 parent d3e9a4e commit 3746ee4

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-01-27 14:59:20"
2+
"timestamp": "2025-01-28 08:43:47UTC"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version changelog
22

3+
## Release v1.64.1
4+
5+
### Documentation
6+
7+
* Fix attribute name in `databricks_instance_profile` examples ([#4426](https://github.com/databricks/terraform-provider-databricks/pull/4426)).
8+
9+
### Exporter
10+
11+
* Additional tuning of references in databricks_job ([#4434](https://github.com/databricks/terraform-provider-databricks/pull/4434))
12+
13+
### Internal Changes
14+
15+
* Started to use the new release framework for releases of the Terraform provider.
16+
17+
318
## [Release] Release v1.64.0
419

520
### New Features and Improvements

NEXT_CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.64.1
3+
## Release v1.65.0
44

55
### New Features and Improvements
66

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.64.0"
6+
version = "1.64.1"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)