Skip to content

Commit b7de24a

Browse files
committed
Update odo to v2.3.1
This PR fixes #2237. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 42bde2c commit b7de24a

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.3.0",
7-
"versionRange": "^2.3.0",
8-
"versionRangeLabel": "version >= 2.2.3",
6+
"version": "2.3.1",
7+
"versionRange": "^2.3.1",
8+
"versionRangeLabel": "version >= 2.3.1",
99
"dlFileName": "odo",
1010
"filePrefix": "",
1111
"platform": {
1212
"win32": {
13-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.3.0/odo-windows-amd64.exe.zip",
14-
"sha256sum": "06ff50e3a60598a97502759e1fa34f205bf4c235e0d662c2eabb9a6df15822e9",
13+
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.3.1/odo-windows-amd64.exe.zip",
14+
"sha256sum": "58d1d2718f28d3aeacfc3ca74baccf73c24a711c5f422d45106527478c7f4403",
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.3.0/odo-darwin-amd64.tar.gz",
20-
"sha256sum": "0831f81c00e1f7201763669c36058e685957cfb2489fb23f271cdd090abf868b",
19+
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.3.1/odo-darwin-amd64.tar.gz",
20+
"sha256sum": "e851c190ed06e2dc2049f07fcf595b0d5ad2ac409032397c44c4964e89cbe196",
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.3.0/odo-linux-amd64.tar.gz",
26-
"sha256sum": "bf3094c7542ad5edbb949488f335eacacc07995db3c4fb29dfa782f542b17663",
25+
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.3.1/odo-linux-amd64.tar.gz",
26+
"sha256sum": "f7980ebe668b7b070cfad246d019831de7f6cd4e9228162b025214578bead98d",
2727
"dlFileName": "odo-linux-amd64.tar.gz",
2828
"cmdFileName": "odo"
2929
}

0 commit comments

Comments
 (0)