diff --git a/.nextchanges/bundles/fix-app-source-code-path-regression.md b/.nextchanges/bundles/fix-app-source-code-path-regression.md deleted file mode 100644 index b174f1e43ce..00000000000 --- a/.nextchanges/bundles/fix-app-source-code-path-regression.md +++ /dev/null @@ -1 +0,0 @@ -Fix `bundle deploy` failing with `deployment_source.source_code_path cannot be set on UpdateApp` (400) when updating an app that has an active deployment ([#6401](https://github.com/databricks/cli/issues/6401)). diff --git a/.nextchanges/bundles/reference-nonletter-resource-keys.md b/.nextchanges/bundles/reference-nonletter-resource-keys.md deleted file mode 100644 index 73a0ce970d6..00000000000 --- a/.nextchanges/bundles/reference-nonletter-resource-keys.md +++ /dev/null @@ -1 +0,0 @@ -Fixed `${resources...}` references to resource keys starting with an underscore (e.g. `_my_job`). On the direct engine, deploying such a resource with `permissions` or `grants` failed with `cannot parse "/jobs/${resources.jobs._my_job.id}"`, and user-written references to it were silently left unresolved. diff --git a/CHANGELOG.md b/CHANGELOG.md index 252c911364e..d8c1e912b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Version changelog +## Release v1.14.1 (2026-08-28) + +### Bundles + + * Fix `bundle deploy` failing with `deployment_source.source_code_path cannot be set on UpdateApp` (400) when updating an app that has an active deployment ([#6401](https://github.com/databricks/cli/issues/6401)). + * Fixed `${resources...}` references to resource keys starting with an underscore (e.g. `_my_job`). On the direct engine, deploying such a resource with `permissions` or `grants` failed with `cannot parse "/jobs/${resources.jobs._my_job.id}"`, and user-written references to it were silently left unresolved. + + ## Release v1.14.0 (2026-08-26) ### Notable Changes