kops: Update to version 1.16.2

This commit is contained in:
Jakub Čábera 2020-05-07 09:09:57 +02:00
parent 31067ba963
commit 3345fdc851

View File

@ -1,13 +1,13 @@
{ {
"version": "1.16.1", "version": "1.16.2",
"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://github.com/kubernetes/kops/",
"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.16.1/kops-windows-amd64#/kops.exe", "url": "https://github.com/kubernetes/kops/releases/download/v1.16.2/kops-windows-amd64#/kops.exe",
"hash": "sha1:794b9b4b9cf375e85b0195533a2ec29de88d11ba" "hash": "sha1:2faf75dec82e88ef48f969e80d652bc5f2153ecb"
} }
}, },
"bin": "kops.exe", "bin": "kops.exe",