Skip to content

Commit 5f8accb

Browse files
[Release] Release v0.246.0
## Release v0.246.0 ### Notable Changes Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it. ### Dependency updates * Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](#2586)). ### CLI * Include supported values for enum positional args in docs ([#2557](#2557)) * Upgrade Go SDK to 0.61.0 ([#2575](#2575)) * Fix `databricks api` command usage string to include PATH positional argument ([#2591](#2591)) ### Bundles * Fixed cleaning up artifact path .internal folder ([#2572](#2572)) * Fixed sync include/exclude not working correctly on Windows ([#2609](#2609)) * Added support for quality monitors in deployment bind/unbind commands ([#2583](#2583)) * Comment out email\_notifications section in builtin templates ([#2565](#2565)) * New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](#2598)) * Upgrade TF provider to 1.71.0 ([#2611](#2611))
1 parent 158fbb3 commit 5f8accb

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-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": "2025-03-26 14:47:28+0000"
2+
"timestamp": "2025-04-02 13:38:32+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.246.0
4+
5+
### Notable Changes
6+
Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it.
7+
8+
### Dependency updates
9+
* Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](https://github.com/databricks/cli/pull/2586)).
10+
11+
### CLI
12+
* Include supported values for enum positional args in docs ([#2557](https://github.com/databricks/cli/pull/2557))
13+
* Upgrade Go SDK to 0.61.0 ([#2575](https://github.com/databricks/cli/pull/2575))
14+
* Fix `databricks api` command usage string to include PATH positional argument ([#2591](https://github.com/databricks/cli/pull/2591))
15+
16+
### Bundles
17+
* Fixed cleaning up artifact path .internal folder ([#2572](https://github.com/databricks/cli/pull/2572))
18+
* Fixed sync include/exclude not working correctly on Windows ([#2609](https://github.com/databricks/cli/pull/2609))
19+
* Added support for quality monitors in deployment bind/unbind commands ([#2583](https://github.com/databricks/cli/pull/2583))
20+
* Comment out email\_notifications section in builtin templates ([#2565](https://github.com/databricks/cli/pull/2565))
21+
* New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](https://github.com/databricks/cli/pull/2598))
22+
* Upgrade TF provider to 1.71.0 ([#2611](https://github.com/databricks/cli/pull/2611))
23+
24+
325
## Release v0.245.0
426

527
### Bundles

NEXT_CHANGELOG.md

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

3-
## Release v0.246.0
3+
## Release v0.247.0
44

55
### Notable Changes
6-
Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it.
76

87
### Dependency updates
9-
* Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](https://github.com/databricks/cli/pull/2586)).
108

119
### CLI
12-
* Include supported values for enum positional args in docs ([#2557](https://github.com/databricks/cli/pull/2557))
13-
* Upgrade Go SDK to 0.61.0 ([#2575](https://github.com/databricks/cli/pull/2575))
14-
* Fix `databricks api` command usage string to include PATH positional argument ([#2591](https://github.com/databricks/cli/pull/2591))
1510

1611
### Bundles
17-
* Fixed cleaning up artifact path .internal folder ([#2572](https://github.com/databricks/cli/pull/2572))
18-
* Fixed sync include/exclude not working correctly on Windows ([#2609](https://github.com/databricks/cli/pull/2609))
19-
* Added support for quality monitors in deployment bind/unbind commands ([#2583](https://github.com/databricks/cli/pull/2583))
20-
* Comment out email\_notifications section in builtin templates ([#2565](https://github.com/databricks/cli/pull/2565))
21-
* New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](https://github.com/databricks/cli/pull/2598))
22-
* Upgrade TF provider to 1.71.0 ([#2611](https://github.com/databricks/cli/pull/2611))
2312

2413
### API Changes

0 commit comments

Comments
 (0)