Skip to content

Commit

Permalink
Release: v2.0.2-preview (#1167)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-04-03)

* Add currently selected python environment to path for wheel builds
(#1159)
([2128013](2128013)),
closes
[#1159](#1159)
* Add extension name to the private preview terms and conditions popup
(#1144)
([5370f04](5370f04)),
closes
[#1144](#1144)
* Bump databricks cli to v0.216.0 (#1166)
([fdd0a17](fdd0a17)),
closes
[#1166](#1166)
* Fixes to initialisation UI (#1160)
([77267f4](77267f4)),
closes
[#1160](#1160)
* Ignore stderr for validate and summary commands (#1151)
([3780ec4](3780ec4)),
closes
[#1151](#1151)
* Rename some things (#1146)
([450b002](450b002)),
closes
[#1146](#1146)
* Use packaged CLI if a cli path is not specified in .databrickscfg
profile (#1150)
([2cff68e](2cff68e)),
closes
[#1150](#1150)



## packages/databricks-vscode-types
##  (2024-04-03)

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: Kartik Gupta <88345179+kartikgupta-db@users.noreply.github.com>
Co-authored-by: kartikgupta-db <kartik.gupta@databricks.com>
  • Loading branch information
4 people authored Apr 3, 2024
1 parent fdd0a17 commit f2fb7a4
Show file tree
Hide file tree
Showing 5 changed files with 22 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.0.1",
"version": "2.0.2",
"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.0.2-preview

## packages/databricks-vscode-types

## (2024-04-03)

# Release: v2.0.1-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.0.1",
"version": "2.0.2",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release: v2.0.2-preview

## packages/databricks-vscode

## (2024-04-03)

- Fix: Add currently selected python environment to path for wheel builds.
- Fix: Add extension name to the private preview terms and conditions popup.
- Bump databricks cli to v0.216.0.
- Revamp the welcome views so that users can see all the critical actions in all scenarios.
- Fix: Ignore stderr for validate and summary commands
- Fix: Use packaged CLI if a cli path is not specified in .databrickscfg profile

# Release: v2.0.1-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.0.1",
"version": "2.0.2",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit f2fb7a4

Please sign in to comment.