Skip to content

Commit 3560784

Browse files
[Release] Release v0.277.0
## Release v0.277.0 ### Bundles * Add `default-minimal` template for users who want a clean slate without sample code ([#3885](#3885)) * Add validation that served_models and served_entities are not used at the same time. Add client side translation logic. ([#3880](#3880)) * Filter out provided permissions, to select a single permissions level per principal (([#3904](#3904))).
1 parent 3b55b21 commit 3560784

File tree

9 files changed

+16
-11
lines changed

9 files changed

+16
-11
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-11-05 15:14:22+0000"
2+
"timestamp": "2025-11-13 09:09:19+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.277.0 (2025-11-13)
4+
5+
### Bundles
6+
* Add `default-minimal` template for users who want a clean slate without sample code ([#3885](https://github.com/databricks/cli/pull/3885))
7+
* Add validation that served_models and served_entities are not used at the same time. Add client side translation logic. ([#3880](https://github.com/databricks/cli/pull/3880))
8+
* Filter out provided permissions, to select a single permissions level per principal (([#3904](https://github.com/databricks/cli/pull/3904))).
9+
10+
311
## Release v0.276.0 (2025-11-05)
412

513
### CLI

NEXT_CHANGELOG.md

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.277.0
3+
## Release v0.278.0
44

55
### Notable Changes
66

@@ -9,8 +9,5 @@
99
### Dependency updates
1010

1111
### Bundles
12-
* Add `default-minimal` template for users who want a clean slate without sample code ([#3885](https://github.com/databricks/cli/pull/3885))
13-
* Add validation that served_models and served_entities are not used at the same time. Add client side translation logic. ([#3880](https://github.com/databricks/cli/pull/3880))
14-
* Filter out provided permissions, to select a single permissions level per principal (([#3904](https://github.com/databricks/cli/pull/3904))).
1512

1613
### API Changes

libs/template/templates/default/library/versions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
>=3.10,<=3.13
2424
{{- end}}
2525

26-
{{define "latest_databricks_bundles_version" -}}0.276.0{{- end}}
26+
{{define "latest_databricks_bundles_version" -}}0.277.0{{- end}}

libs/template/templates/experimental-jobs-as-code/library/versions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
>=15.4,<15.5
77
{{- end}}
88

9-
{{define "latest_databricks_bundles_version" -}}0.276.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.277.0{{- end}}

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Reference documentation is available at https://databricks.github.io/cli/python/
1313

1414
To use `databricks-bundles`, you must first:
1515

16-
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.276.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.277.0 or above
1717
2. Authenticate to your Databricks workspace if you have not done so already:
1818

1919
```bash
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.276.0"
1+
__version__ = "0.277.0"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "databricks-bundles"
33
description = "Python support for Databricks Asset Bundles"
4-
version = "0.276.0"
4+
version = "0.277.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "[email protected]" },

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)