okteto: Add version 1.7.2 (#811)

* okteto: Add version 1.7.1

* Update okteto.json

* Update to 1.7.2
This commit is contained in:
Shyim 2020-02-24 16:32:38 +01:00 committed by GitHub
parent 9a7631c4a4
commit 537bcb3b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/okteto.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.7.2",
"description": "Development platform for Kubernetes applications",
"homepage": "https://okteto.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/okteto/okteto/releases/download/1.7.2/okteto.exe",
"hash": "834458794dcfc16249660cbb81b1a12469560c22399fb31881120c3cb7de0342"
}
},
"bin": "okteto.exe",
"checkver": {
"github": "https://github.com/okteto/okteto"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/okteto/okteto/releases/download/$version/okteto.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}