Skip to content

Commit d67e6df

Browse files
authored
⬆️ bump version, ✨ databricks cli 1.0 (#3)
1 parent 4e70a63 commit d67e6df

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Adding `databricks-cli` to the devcontainer installs the Databricks CLI. The fea
1414
"features": {
1515
"ghcr.io/devcontainers/features/common-utils:2": {},
1616
"ghcr.io/mike-fi/devcontainer-features/databricks-cli:1": {
17-
"version": "v0.294.0"
17+
"version": "v1.0.0"
1818
}
1919
}
2020
}

src/databricks-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installing the Databricks CLI into your devcontainer as a feature, diminishing t
88
```json
99
"features": {
1010
"ghcr.io/mike-fi/devcontainer-features/databricks-cli:1": {
11-
"version": "v0.294.0"
11+
"version": "v1.0.0"
1212
}
1313
}
1414
```

src/databricks-cli/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Databricks CLI",
33
"id": "databricks-cli",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Installing a specific version of databricks-cli into the container",
66
"options": {
77
"version": {
88
"type": "string",
99
"proposals": [
10-
"v0.294.0"
10+
"v1.0.0"
1111
],
1212
"default": "main",
1313
"description": "Databricks CLI version to install. Use \"main\" to resolve the latest GitHub release."

0 commit comments

Comments
 (0)