kops: Update to version 1.18.0

This commit is contained in:
Jakub Čábera 2020-08-03 11:16:54 +02:00
parent 7cfcb967da
commit 78b812338c

View File

@ -1,23 +1,25 @@
{ {
"version": "1.17.1", "version": "1.18.0",
"description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management.", "description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management.",
"homepage": "https://github.com/kubernetes/kops/", "homepage": "https://kops.sigs.k8s.io",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "kubectl", "depends": "kubectl",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubernetes/kops/releases/download/v1.17.1/kops-windows-amd64#/kops.exe", "url": "https://github.com/kubernetes/kops/releases/download/v1.18.0/kops-windows-amd64#/kops.exe",
"hash": "sha1:dc942513c3652547f4c41c116388f26a92f56686" "hash": "6ab15d9f9d58497833f2dd1b5f05c144605c231cf708ab300fd648e40ca7abe5"
} }
}, },
"bin": "kops.exe", "bin": "kops.exe",
"checkver": "github", "checkver": {
"github": "https://github.com/kubernetes/kops"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubernetes/kops/releases/download/v$version/kops-windows-amd64#/kops.exe", "url": "https://github.com/kubernetes/kops/releases/download/v$version/kops-windows-amd64#/kops.exe",
"hash": { "hash": {
"url": "$url-sha1" "url": "$url.sha256"
} }
} }
} }