Skip to content

Commit eadcfb1

Browse files
committed
Update odo to v2.0.5
This PR fixes #1972. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 6621c80 commit eadcfb1

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Change Log
22

3-
## 0.2.3 (March 1, 2021)
3+
## 0.2.4 (February 25, 2021)
4+
5+
- [#1970](https://github.com/redhat-developer/vscode-openshift-tools/issues/1970) TypeError: Cannot read property 'pushCmd' of undefined
6+
- [#1972](https://github.com/redhat-developer/vscode-openshift-tools/issues/1972) Update odo to v2.0.5
7+
8+
9+
## 0.2.3 (February 18, 2021)
410

511
- [#1966](https://github.com/redhat-developer/vscode-openshift-tools/issues/1966) Print CRC commands to 'CRC Logs' channel
6-
- [#1953](https://github.com/redhat-developer/vscode-openshift-tools/issues/1953) Upgrade to crc 1.22.0 release
12+
- [#1959](https://github.com/redhat-developer/vscode-openshift-tools/issues/1959) Telemetry should report errors without user related info
713

814
## 0.2.2 (February 10, 2021)
915

src/tools.json

Lines changed: 10 additions & 10 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.0.4",
7-
"versionRange": "^2.0.4",
8-
"versionRangeLabel": "version >= 2.0.4",
6+
"version": "2.0.5",
7+
"versionRange": "^2.0.5",
8+
"versionRangeLabel": "version >= 2.0.5",
99
"dlFileName": "odo",
1010
"filePrefix": "",
1111
"platform": {
1212
"win32": {
13-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.4/odo-windows-amd64.exe.tar.gz",
14-
"sha256sum": "28e4de6ec258874af4b39d0b7735054358e0972a546ae849e0948cb591d89959",
15-
"dlFileName": "odo-windows-amd64.exe.tar.gz",
13+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-windows-amd64.exe.zip",
14+
"sha256sum": "f990e7156ef968eafb7abe4c14b2df3a268c74b3d6f39932a0e6b2387d0c5bef",
15+
"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.0.4/odo-darwin-amd64.tar.gz",
20-
"sha256sum": "aed549ecac8f3129efe667f2cad2f500317f3d2c51828aa8fc1d5334055ccdad",
19+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-darwin-amd64.tar.gz",
20+
"sha256sum": "936c4728170ed3189d47e0037a5d1ca93d7bb11d8682683546222d9cd87c28fa",
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.0.4/odo-linux-amd64.tar.gz",
26-
"sha256sum": "14bd22a551f4aeb39526c9163127bf07119c9d4ac84da8b616809d1191d9a490",
25+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-linux-amd64.tar.gz",
26+
"sha256sum": "69c59ba660c1efcee0ddc0bfed7b526dfc17a2753e5dc298f738bdf0bf4909c7",
2727
"dlFileName": "odo-linux-amd64.tar.gz",
2828
"cmdFileName": "odo"
2929
}

0 commit comments

Comments
 (0)