Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Adding `databricks-cli` to the devcontainer installs the Databricks CLI. The fea
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/mike-fi/devcontainer-features/databricks-cli:1": {
"version": "v0.294.0"
"version": "v1.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/databricks-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installing the Databricks CLI into your devcontainer as a feature, diminishing t
```json
"features": {
"ghcr.io/mike-fi/devcontainer-features/databricks-cli:1": {
"version": "v0.294.0"
"version": "v1.0.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions src/databricks-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Databricks CLI",
"id": "databricks-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Installing a specific version of databricks-cli into the container",
"options": {
"version": {
"type": "string",
"proposals": [
"v0.294.0"
"v1.0.0"
],
"default": "main",
"description": "Databricks CLI version to install. Use \"main\" to resolve the latest GitHub release."
Expand Down
Loading