Skip to content

Commit

Permalink
Release: v2.6.0 (#1527)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2025-01-21)

* Add icons for new "unknown" resources (#1526)
([c0de2e6](c0de2e6)),
closes
[#1526](#1526)
* Bundle selection ux (#1519)
([6b5762e](6b5762e)),
closes
[#1519](#1519)
* Enable linux e2e tests (#1517)
([df60b3d](df60b3d)),
closes
[#1517](#1517)
* Show all dabs resources in the explorer panel (#1525)
([5023a41](5023a41)),
closes
[#1525](#1525)
* Update welcome views (#1524)
([ad8ac4a](ad8ac4a)),
closes
[#1524](#1524)



## packages/databricks-vscode-types
##  (2025-01-21)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Ilia Babanov <[email protected]>
Co-authored-by: Fabian Jakobs <[email protected]>
  • Loading branch information
4 people authored Jan 21, 2025
1 parent ad8ac4a commit 4f9397c
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.5.1",
"version": "2.6.0",
"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.6.0

## packages/databricks-vscode-types

## (2025-01-21)

# Release: v2.5.1

## 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.5.1",
"version": "2.6.0",
"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.6.0

## packages/databricks-vscode

## (2025-01-21)

- Monorepo support
- If there are multiple bundles in the repo, you can now select an "active" bundle in the extension panel
- Switching between active bundles within one workspace doesn't reload the IDE
- Run actions are only available for files under the active bundle
- Show all DABs resources in the explorer panel

# Release: v2.5.1

## 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.5.1",
"version": "2.6.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 4f9397c

Please sign in to comment.