Skip to content

Commit 9be376d

Browse files
[Release] Release v0.141.0
## Release v0.141.0 ### API Changes * Add `DeploymentMode` field for [bundle.Deployment](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Deployment). * Add `DeploymentMode` field for [bundle.Version](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Version). * Add `CollaborationPlatformConnectivity` and `EffectiveCollaborationPlatformConnectivity` fields for [settingsv2.Setting](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settingsv2#Setting).
1 parent ec7f1dc commit 9be376d

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2026-06-01 10:01:32+0000"
2+
"timestamp": "2026-06-02 09:37:32+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.141.0 (2026-06-02)
4+
5+
### API Changes
6+
* Add `DeploymentMode` field for [bundle.Deployment](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Deployment).
7+
* Add `DeploymentMode` field for [bundle.Version](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Version).
8+
* Add `CollaborationPlatformConnectivity` and `EffectiveCollaborationPlatformConnectivity` fields for [settingsv2.Setting](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settingsv2#Setting).
9+
10+
311
## Release v0.140.0 (2026-06-01)
412

513
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v0.141.0
3+
## Release v0.142.0
44

55
### Breaking Changes
66

@@ -13,6 +13,3 @@
1313
### Internal Changes
1414

1515
### API Changes
16-
* Add `DeploymentMode` field for [bundle.Deployment](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Deployment).
17-
* Add `DeploymentMode` field for [bundle.Version](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Version).
18-
* Add `CollaborationPlatformConnectivity` and `EffectiveCollaborationPlatformConnectivity` fields for [settingsv2.Setting](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settingsv2#Setting).

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of the SDK, updated manually before every tag
4-
const Version = "0.140.0"
4+
const Version = "0.141.0"

0 commit comments

Comments
 (0)