Skip to content

Commit 0af5564

Browse files
[Release] Release v0.290.1
## Release v0.290.1 ### CLI * Return clear error when `auth token` is used with M2M profile ([#4594](#4594)) * Pin `apps init` to Appkit `template-v0.11.0` by default ([#4585](#4585)) * Pin Agent Skills installer to v0.1.1 ([#4609](#4609)) ### Bundles * direct: Use async Update API for Apps update ([#4607](#4607)) * Proactively create the resource path for dashboards ([#4608](#4608))
1 parent 00d7485 commit 0af5564

File tree

9 files changed

+20
-13
lines changed

9 files changed

+20
-13
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": "2026-02-26 11:27:47+0000"
2+
"timestamp": "2026-02-26 19:00:29+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.290.1 (2026-02-26)
4+
5+
### CLI
6+
* Return clear error when `auth token` is used with M2M profile ([#4594](https://github.com/databricks/cli/pull/4594))
7+
* Pin `apps init` to Appkit `template-v0.11.0` by default ([#4585](https://github.com/databricks/cli/pull/4585))
8+
* Pin Agent Skills installer to v0.1.1 ([#4609](https://github.com/databricks/cli/pull/4609))
9+
10+
### Bundles
11+
* direct: Use async Update API for Apps update ([#4607](https://github.com/databricks/cli/pull/4607))
12+
* Proactively create the resource path for dashboards ([#4608](https://github.com/databricks/cli/pull/4608))
13+
14+
315
## Release v0.290.0 (2026-02-26)
416

517
### CLI

NEXT_CHANGELOG.md

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

3-
## Release v0.290.1
3+
## Release v0.291.0
44

55
### CLI
6-
* Return clear error when `auth token` is used with M2M profile ([#4594](https://github.com/databricks/cli/pull/4594))
7-
* Pin `apps init` to Appkit `template-v0.11.0` by default ([#4585](https://github.com/databricks/cli/pull/4585))
8-
* Pin Agent Skills installer to v0.1.1 ([#4609](https://github.com/databricks/cli/pull/4609))
96

107
### Bundles
11-
* direct: Use async Update API for Apps update ([#4607](https://github.com/databricks/cli/pull/4607))
12-
* Proactively create the resource path for dashboards ([#4608](https://github.com/databricks/cli/pull/4608))
138

149
### Dependency updates
1510

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
3.12
4848
{{- end}}
4949

50-
{{define "latest_databricks_bundles_version" -}}0.290.0{{- end}}
50+
{{define "latest_databricks_bundles_version" -}}0.290.1{{- 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.290.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.290.1{{- 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.290.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.290.1 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.290.0"
1+
__version__ = "0.290.1"

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.290.0"
4+
version = "0.290.1"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "gleb.kanterov@databricks.com" },

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)