|
1 | 1 | {
|
2 | 2 | "tools": {
|
3 | 3 | "odo": {
|
4 |
| - "version": "3.15.0", |
| 4 | + "version": "3.16.1", |
5 | 5 | "versionCmd": "version --client",
|
6 | 6 | "versionExtractRegExp": "odo v(\\d+[\\.\\d+]*(-.*)?)\\s.*",
|
7 |
| - "versionMatchRegExpr": "3.15.0", |
| 7 | + "versionMatchRegExpr": "3.16.1", |
8 | 8 | "baseDir": "$HOME/.odo",
|
9 | 9 | "silentMode": true,
|
10 | 10 | "platforms": {
|
11 | 11 | "win": {
|
12 |
| - "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-windows-amd64.exe.zip", |
| 12 | + "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-windows-amd64.exe.zip", |
13 | 13 | "cmdFileName": "odo-windows-amd64.exe",
|
14 | 14 | "dlFileName": "odo-windows-amd64.exe.zip"
|
15 | 15 | },
|
16 | 16 | "osx": {
|
17 |
| - "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-darwin-amd64.tar.gz", |
| 17 | + "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-darwin-amd64.tar.gz", |
18 | 18 | "cmdFileName": "odo-darwin-amd64",
|
19 | 19 | "dlFileName": "odo-darwin-amd64.tar.gz"
|
20 | 20 | },
|
21 | 21 | "osx-aarch64": {
|
22 |
| - "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-darwin-arm64.tar.gz", |
| 22 | + "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-darwin-arm64.tar.gz", |
23 | 23 | "cmdFileName": "odo-darwin-arm64",
|
24 | 24 | "dlFileName": "odo-darwin-arm64.tar.gz"
|
25 | 25 | },
|
26 | 26 | "lnx": {
|
27 |
| - "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-linux-amd64.tar.gz", |
| 27 | + "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-linux-amd64.tar.gz", |
28 | 28 | "cmdFileName": "odo",
|
29 | 29 | "dlFileName": "odo-linux-amd64.tar.gz"
|
30 | 30 | },
|
31 | 31 | "lnx-arm64": {
|
32 |
| - "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-linux-arm64.tar.gz", |
| 32 | + "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-linux-arm64.tar.gz", |
33 | 33 | "cmdFileName": "odo",
|
34 | 34 | "dlFileName": "odo-linux-arm64.tar.gz"
|
35 | 35 | }
|
|
0 commit comments