Skip to content

Commit 9af034b

Browse files
authored
update to odo-1.0.0 and change binary location (#1241)
1 parent bb527cb commit 9af034b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In case of any queries, please use the [Feedback & Question](#Feedback-&-Questio
143143

144144
This extension uses two CLI tools to interact with OpenShift cluster:
145145
* OKD CLI client tool - [oc](https://github.com/openshift/origin/releases)
146-
* OpenShift Do tool - [odo](https://github.com/openshift/odo/releases/tag/v1.0.0-beta5)
146+
* OpenShift Do tool - [odo](https://mirror.openshift.com/pub/openshift-v4/clients/odo/v1.0.0/)
147147

148148
> If `oc` and `odo` tools are located in a directory from `PATH` environment variable they will be used automatically.
149149
The extension will detect these dependencies and prompt the user to install if they are missing or have not supported version - choose `Download & Install` when you see an notification for the missing tool.

src/tools.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"description": "OpenShift Do CLI tool",
44
"vendor": "Red Hat, Inc.",
55
"name": "odo",
6-
"version": "1.0.0-beta7",
7-
"versionRange": "1.0.0-beta7",
8-
"versionRangeLabel": "v1.0.0-beta7",
6+
"version": "1.0.0",
7+
"versionRange": "1.0.0",
8+
"versionRangeLabel": "v1.0.0",
99
"dlFileName": "odo",
1010
"cmdFileName": "odo",
1111
"filePrefix": "",
1212
"platform": {
1313
"win32": {
14-
"url": "https://github.com/openshift/odo/releases/download/v1.0.0-beta7/odo-windows-amd64.exe.tar.gz",
15-
"sha256sum": "9bc3a22ccb29d3a04e30f8f801b56363bd900172d3d8b66482fc28d07b1ccafe",
14+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v1.0.0/odo-windows-amd64.exe.tar.gz",
15+
"sha256sum": "86124dccf8d6c27da8c5fa73d34b4190feccf4902329dd6da2c2df2357f13fcc",
1616
"dlFileName": "odo-windows-amd64.exe.tar.gz",
1717
"cmdFileName": "odo.exe"
1818
},
1919
"darwin": {
20-
"url": "https://github.com/openshift/odo/releases/download/v1.0.0-beta7/odo-darwin-amd64.tar.gz",
21-
"sha256sum": "fd84dff5feca3d419fbdaff70666b6babf07f7cc54b99630bdc4e7c540367609",
20+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v1.0.0/odo-darwin-amd64.tar.gz",
21+
"sha256sum": "f25056cd448c2a08e6d4ff270fd5d27c064cb16b6973682941fe433b239af97d",
2222
"dlFileName": "odo-darwin-amd64.tar.gz"
2323
},
2424
"linux": {
25-
"url": "https://github.com/openshift/odo/releases/download/v1.0.0-beta7/odo-linux-amd64.tar.gz",
26-
"sha256sum": "9393a622f35d736a58df7dff578f1c0271f4356633ef1e040f1abd2bbed9542a",
25+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v1.0.0/odo-linux-amd64.tar.gz",
26+
"sha256sum": "1a377204b84af6a2de987d4cf222a2f01b43218e3a348309e4a5b47de5043f06",
2727
"dlFileName": "odo-linux-amd64.tar.gz"
2828
}
2929
}

0 commit comments

Comments
 (0)