From 537bcb3b23785181ddaae174589b5dab1db3fd0c Mon Sep 17 00:00:00 2001 From: Shyim <6224096+shyim@users.noreply.github.com> Date: Mon, 24 Feb 2020 16:32:38 +0100 Subject: [PATCH] okteto: Add version 1.7.2 (#811) * okteto: Add version 1.7.1 * Update okteto.json * Update to 1.7.2 --- bucket/okteto.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/okteto.json diff --git a/bucket/okteto.json b/bucket/okteto.json new file mode 100644 index 0000000000..26e365f7e2 --- /dev/null +++ b/bucket/okteto.json @@ -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" + } + } +}