From 352caeea8609c07c59aa1bd6fbf44817ec9dac71 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 26 Feb 2026 18:33:23 +0100 Subject: [PATCH 1/2] Include missing NEXT_CHANGELOG entries --- NEXT_CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index b5f24c328d..2950979e8e 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -1,11 +1,14 @@ # NEXT CHANGELOG -## Release v0.291.0 +## Release v0.290.1 ### CLI +* Return clear error when `auth token` is used with M2M profile ([#4594](https://github.com/databricks/cli/pull/4594)) +* Pin apps init to appkit `template-v0.11.0` by default ([#4585](https://github.com/databricks/cli/pull/4585)) ### Bundles * direct: Use async Update API for Apps update ([#4607](https://github.com/databricks/cli/pull/4607)) +* Proactively create the resource path for dashboards ([#4608](https://github.com/databricks/cli/pull/4608)) ### Dependency updates From f8e971a2666508430252028beb81b2db345147e0 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 26 Feb 2026 18:42:01 +0100 Subject: [PATCH 2/2] Include agent skills PR too --- NEXT_CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 2950979e8e..0a013bd277 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -4,7 +4,8 @@ ### CLI * Return clear error when `auth token` is used with M2M profile ([#4594](https://github.com/databricks/cli/pull/4594)) -* Pin apps init to appkit `template-v0.11.0` by default ([#4585](https://github.com/databricks/cli/pull/4585)) +* Pin `apps init` to Appkit `template-v0.11.0` by default ([#4585](https://github.com/databricks/cli/pull/4585)) +* Pin Agent Skills installer to v0.1.1 ([#4609](https://github.com/databricks/cli/pull/4609)) ### Bundles * direct: Use async Update API for Apps update ([#4607](https://github.com/databricks/cli/pull/4607))