Skip to content

Commit 9d5fedf

Browse files
authored
Update odo binaries to v2.2.1 (redhat-developer#2156)
This PR fixes redhat-developer#2154. Signed-off-by: Denis Golovin [email protected]
1 parent 0219c0d commit 9d5fedf

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.0",
7-
"versionRange": "^2.2.0",
8-
"versionRangeLabel": "version >= 2.2.0",
6+
"version": "2.2.1",
7+
"versionRange": "^2.2.1",
8+
"versionRangeLabel": "version >= 2.2.1",
99
"dlFileName": "odo",
1010
"filePrefix": "",
1111
"platform": {
1212
"win32": {
13-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.0/odo-windows-amd64.exe.zip",
14-
"sha256sum": "13e186b66f13c37deb0b6b8fb1b4c9d0dd86df3d7f2446757eed4b72dd51ea16",
13+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-windows-amd64.exe.zip",
14+
"sha256sum": "c42df286c4e77af1f8224b8accb20922d1812aa89e41cb1a9a061db4c76da5de",
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.0/odo-darwin-amd64.tar.gz",
20-
"sha256sum": "d2d25c4b42935acff43ed8493b75a692407d6a23cb2185b245defe1862ad9975",
19+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-darwin-amd64.tar.gz",
20+
"sha256sum": "9afec8818cbe615f4902d337cf7ff1c1537c6c284771991e2ca59681b1282846",
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.0/odo-linux-amd64.tar.gz",
26-
"sha256sum": "79d578b64a2fdcb0441fbbafa73ef0cdfdaff3731883494e523f89db592a15a5",
25+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.2.1/odo-linux-amd64.tar.gz",
26+
"sha256sum": "1d7281b94ed7c88bd91278702f6f213deb4bcfb8c757a8ed338ee0c9d80c6e16",
2727
"dlFileName": "odo-linux-amd64.tar.gz",
2828
"cmdFileName": "odo"
2929
}

0 commit comments

Comments
 (0)