Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit d5d0a89

Browse files
Release 0.7.0
1 parent c79d38a commit d5d0a89

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0-dev
1+
0.7.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gardener/vscode-gardener-tools"
88
},
99
"description": "Display Gardener Kubernetes Services within VS Code",
10-
"version": "0.6.0",
10+
"version": "0.7.0",
1111
"engines": {
1212
"vscode": "^1.34.0"
1313
},
@@ -45,11 +45,13 @@
4545
"landscapes": {
4646
"type": "array",
4747
"description": "Garden Landscapes",
48-
"default": [{
49-
"name": "landscape-xyz",
50-
"kubeconfigPath": "",
51-
"dashboardUrl": "https://"
52-
}],
48+
"default": [
49+
{
50+
"name": "landscape-xyz",
51+
"kubeconfigPath": "",
52+
"dashboardUrl": "https://"
53+
}
54+
],
5355
"items": {
5456
"type": "object",
5557
"description": "Garden Landscape",

0 commit comments

Comments
 (0)