Skip to content

Commit

Permalink
Release: v2.1.1-preview (#1213)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored May 2, 2024
1 parent 6915b4b commit 45e3a87
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v2.1.1-preview

## packages/databricks-vscode-types

## (2024-05-02)

# Release: v2.1.0-preview

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "2.1.0",
"version": "2.1.1",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release: v2.1.1-preview

## packages/databricks-vscode

## (2024-05-02)

- Add support for `--force-lock` for deploy and destroy
- Add support for `bundle destroy` command
- Cleanup extension commands
- Export `DATABRICKS_CLI_UPSTREAM` to the terminals
- Update CLI to 0.219.0

# Release: v2.1.0-preview

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 45e3a87

Please sign in to comment.