Skip to content

Commit 23f811f

Browse files
[Release] Release v0.271.0
## Release v0.271.0 ### Bundles * Added support for a "template_dir" option in the databricks_template_schema.json format. ([#3671](#3671)). * Remove resources.apps.config section ([#3680](#3680)) * Prompt for serverless compute in `dbt-sql` template (defaults to `yes`) ([#3668](#3668)) ### API Changes * Added `databricks account account-groups-v2` command group. * Added `databricks account account-iam-v2` command group. * Added `databricks feature-engineering` command group. * Added `databricks shares list-shares` command.
1 parent 58479e3 commit 23f811f

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
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-09-24 14:38:33+0000"
2+
"timestamp": "2025-10-01 13:06:18+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.271.0
4+
5+
### Bundles
6+
* Added support for a "template_dir" option in the databricks_template_schema.json format. ([#3671](https://github.com/databricks/cli/pull/3671)).
7+
* Remove resources.apps.config section ([#3680](https://github.com/databricks/cli/pull/3680))
8+
* Prompt for serverless compute in `dbt-sql` template (defaults to `yes`) ([#3668](https://github.com/databricks/cli/pull/3668))
9+
10+
### API Changes
11+
* Added `databricks account account-groups-v2` command group.
12+
* Added `databricks account account-iam-v2` command group.
13+
* Added `databricks feature-engineering` command group.
14+
* Added `databricks shares list-shares` command.
15+
16+
317
## Release v0.270.0
418

519
### Notable Changes

NEXT_CHANGELOG.md

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

3-
## Release v0.271.0
3+
## Release v0.272.0
44

55
### Notable Changes
66

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

1111
### Bundles
12-
* Added support for a "template_dir" option in the databricks_template_schema.json format. ([#3671](https://github.com/databricks/cli/pull/3671)).
13-
* Remove resources.apps.config section ([#3680](https://github.com/databricks/cli/pull/3680))
14-
* Prompt for serverless compute in `dbt-sql` template (defaults to `yes`) ([#3668](https://github.com/databricks/cli/pull/3668))
1512

1613
### API Changes
17-
* Added `databricks account account-groups-v2` command group.
18-
* Added `databricks account account-iam-v2` command group.
19-
* Added `databricks feature-engineering` command group.
20-
* Added `databricks shares list-shares` command.

experimental/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/experim
1313

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

16-
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.270.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.271.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.270.0"
1+
__version__ = "0.271.0"

experimental/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.270.0"
4+
version = "0.271.0"
55

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

experimental/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.

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.270.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.271.0{{- end}}

0 commit comments

Comments
 (0)