Skip to content

Commit

Permalink
fix: Update odo to 3.16.1 (redhat-developer#852)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
sbouchet and actions-user authored Jun 28, 2024
1 parent 5f00221 commit d72d4be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/tools.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"tools": {
"odo": {
"version": "3.15.0",
"version": "3.16.1",
"versionCmd": "version --client",
"versionExtractRegExp": "odo v(\\d+[\\.\\d+]*(-.*)?)\\s.*",
"versionMatchRegExpr": "3.15.0",
"versionMatchRegExpr": "3.16.1",
"baseDir": "$HOME/.odo",
"silentMode": true,
"platforms": {
"win": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-windows-amd64.exe.zip",
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-windows-amd64.exe.zip",
"cmdFileName": "odo-windows-amd64.exe",
"dlFileName": "odo-windows-amd64.exe.zip"
},
"osx": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-darwin-amd64.tar.gz",
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-darwin-amd64.tar.gz",
"cmdFileName": "odo-darwin-amd64",
"dlFileName": "odo-darwin-amd64.tar.gz"
},
"osx-aarch64": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-darwin-arm64.tar.gz",
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-darwin-arm64.tar.gz",
"cmdFileName": "odo-darwin-arm64",
"dlFileName": "odo-darwin-arm64.tar.gz"
},
"lnx": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-linux-amd64.tar.gz",
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-linux-amd64.tar.gz",
"cmdFileName": "odo",
"dlFileName": "odo-linux-amd64.tar.gz"
},
"lnx-arm64": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/odo-linux-arm64.tar.gz",
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.16.1/odo-linux-arm64.tar.gz",
"cmdFileName": "odo",
"dlFileName": "odo-linux-arm64.tar.gz"
}
Expand Down

0 comments on commit d72d4be

Please sign in to comment.