From 1613837ae70a07e42b09086a703801e3c283cb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bry=C5=84ski?= Date: Fri, 1 Feb 2019 18:18:39 +0100 Subject: [PATCH] Add kops version 1.11.0 (#3057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej BryƄski Co-Authored-By: maver1ck --- kops.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kops.json diff --git a/kops.json b/kops.json new file mode 100644 index 0000000000..fb3e899748 --- /dev/null +++ b/kops.json @@ -0,0 +1,25 @@ +{ + "version": "1.11.0", + "description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management.", + "homepage": "https://github.com/kubernetes/kops/", + "license": "Apache-2.0", + "depends": "kubectl", + "architecture": { + "64bit": { + "url": "https://github.com/kubernetes/kops/releases/download/1.11.0/kops-windows-amd64#/kops.exe", + "hash": "sha1:3f70592b89e754f91f90dba5154d68ee6ac8308e" + } + }, + "bin": "kops.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kubernetes/kops/releases/download/$version/kops-windows-amd64#/kops.exe", + "hash": { + "url": "$url-sha1" + } + } + } + } +}