Skip to content

Commit 45e3a87

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.1.1-preview (#1213)
## packages/databricks-vscode ## (2024-05-02) * Add support for `--force-lock` for deploy and destroy (#1206) ([1047e97](1047e97)), closes [#1206](#1206) * Add support for `bundle destroy` command (#1205) ([a342738](a342738)), closes [#1205](#1205) * Cleanup commands (#1204) ([ac79ea0](ac79ea0)), closes [#1204](#1204) * Update CLI to 0.219.0 (#1212) ([53d0f2c](53d0f2c)), closes [#1212](#1212) * Update Databricks CLI to v0.218.1 (#1208) ([d3fb173](d3fb173)), closes [#1208](#1208) ## packages/databricks-vscode-types ## (2024-05-02) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 6915b4b commit 45e3a87

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.1.1-preview
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-05-02)
6+
17
# Release: v2.1.0-preview
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release: v2.1.1-preview
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-05-02)
6+
7+
- Add support for `--force-lock` for deploy and destroy
8+
- Add support for `bundle destroy` command
9+
- Cleanup extension commands
10+
- Export `DATABRICKS_CLI_UPSTREAM` to the terminals
11+
- Update CLI to 0.219.0
12+
113
# Release: v2.1.0-preview
214

315
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.1.0",
7+
"version": "2.1.1",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)