Skip to content

Commit aeefada

Browse files
committed
Update odo to v2.2.2
This PR fixes #2186. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent e666423 commit aeefada

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/tools.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"description": "odo CLI",
44
"vendor": "Red Hat, Inc.",
55
"name": "odo",
6-
"version": "2.2.1",
7-
"versionRange": "^2.2.1",
8-
"versionRangeLabel": "version >= 2.2.1",
6+
"version": "2.2.2",
7+
"versionRange": "^2.2.2",
8+
"versionRangeLabel": "version >= 2.2.2",
99
"dlFileName": "odo",
1010
"filePrefix": "",
1111
"platform": {
1212
"win32": {
13-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-windows-amd64.exe.zip",
14-
"sha256sum": "c42df286c4e77af1f8224b8accb20922d1812aa89e41cb1a9a061db4c76da5de",
13+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.2/odo-windows-amd64.exe.zip",
14+
"sha256sum": "4545ea750b81911e4e4ce36d999c0e57632aa2e156656665dc4c4ad6c4e13706",
1515
"dlFileName": "odo-windows-amd64.exe.zip",
1616
"cmdFileName": "odo.exe"
1717
},
1818
"darwin": {
19-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-darwin-amd64.tar.gz",
20-
"sha256sum": "9afec8818cbe615f4902d337cf7ff1c1537c6c284771991e2ca59681b1282846",
19+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.2/odo-darwin-amd64.tar.gz",
20+
"sha256sum": "fadd7afec19c70ba9fecb917e98c296fa41a06489de9267c25d29a2fb6f653a6",
2121
"dlFileName": "odo-darwin-amd64.tar.gz",
2222
"cmdFileName": "odo"
2323
},
2424
"linux": {
25-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-linux-amd64.tar.gz",
26-
"sha256sum": "1d7281b94ed7c88bd91278702f6f213deb4bcfb8c757a8ed338ee0c9d80c6e16",
25+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.2/odo-linux-amd64.tar.gz",
26+
"sha256sum": "d7f1359cd43107703107b0994568abeff0fd5a757c19c8650beb1b61b974ce8f",
2727
"dlFileName": "odo-linux-amd64.tar.gz",
2828
"cmdFileName": "odo"
2929
}

0 commit comments

Comments
 (0)