Skip to content

Commit a6b51a6

Browse files
author
Databricks SDK Release Bot
committed
[Release] Release v1.65.1
## Release v1.65.1 ### Bug Fixes * Do not send `run_as` when updating `databricks_pipeline` resource if no change is planned.
1 parent 9797880 commit a6b51a6

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-02-04 19:18:06+0000"
2+
"timestamp": "2025-02-05 14:27:35+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.65.1
4+
5+
### Bug Fixes
6+
7+
* Do not send `run_as` when updating `databricks_pipeline` resource if no change is planned.
8+
9+
310
## Release v1.65.0
411

512
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.65.1
3+
## Release v1.66.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
88

9-
* Do not send `run_as` when updating `databricks_pipeline` resource if no change is planned.
10-
119
### Documentation
1210

1311
### Exporter

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.65.0"
6+
version = "1.65.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)