Skip to content

Commit

Permalink
Update odo to v2.0.5
Browse files Browse the repository at this point in the history
This PR fixes #1972.

Signed-off-by: Denis Golovin dgolovin@redhat.com
  • Loading branch information
dgolovin committed Feb 19, 2021
1 parent 6621c80 commit eadcfb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## 0.2.3 (March 1, 2021)
## 0.2.4 (February 25, 2021)

- [#1970](https://github.com/redhat-developer/vscode-openshift-tools/issues/1970) TypeError: Cannot read property 'pushCmd' of undefined
- [#1972](https://github.com/redhat-developer/vscode-openshift-tools/issues/1972) Update odo to v2.0.5


## 0.2.3 (February 18, 2021)

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

## 0.2.2 (February 10, 2021)

Expand Down
20 changes: 10 additions & 10 deletions src/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"description": "odo CLI",
"vendor": "Red Hat, Inc.",
"name": "odo",
"version": "2.0.4",
"versionRange": "^2.0.4",
"versionRangeLabel": "version >= 2.0.4",
"version": "2.0.5",
"versionRange": "^2.0.5",
"versionRangeLabel": "version >= 2.0.5",
"dlFileName": "odo",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.4/odo-windows-amd64.exe.tar.gz",
"sha256sum": "28e4de6ec258874af4b39d0b7735054358e0972a546ae849e0948cb591d89959",
"dlFileName": "odo-windows-amd64.exe.tar.gz",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-windows-amd64.exe.zip",
"sha256sum": "f990e7156ef968eafb7abe4c14b2df3a268c74b3d6f39932a0e6b2387d0c5bef",
"dlFileName": "odo-windows-amd64.exe.zip",
"cmdFileName": "odo.exe"
},
"darwin": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.4/odo-darwin-amd64.tar.gz",
"sha256sum": "aed549ecac8f3129efe667f2cad2f500317f3d2c51828aa8fc1d5334055ccdad",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-darwin-amd64.tar.gz",
"sha256sum": "936c4728170ed3189d47e0037a5d1ca93d7bb11d8682683546222d9cd87c28fa",
"dlFileName": "odo-darwin-amd64.tar.gz",
"cmdFileName": "odo"
},
"linux": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.4/odo-linux-amd64.tar.gz",
"sha256sum": "14bd22a551f4aeb39526c9163127bf07119c9d4ac84da8b616809d1191d9a490",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/odo/v2.0.5/odo-linux-amd64.tar.gz",
"sha256sum": "69c59ba660c1efcee0ddc0bfed7b526dfc17a2753e5dc298f738bdf0bf4909c7",
"dlFileName": "odo-linux-amd64.tar.gz",
"cmdFileName": "odo"
}
Expand Down

0 comments on commit eadcfb1

Please sign in to comment.