From 64de6d84c8276be64367816a545a3d070c2d3194 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 16:29:38 +0000 Subject: [PATCH] kops: Update to version 1.21.5 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 8f66164a4f..ad661ec418 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.22.4", + "version": "1.21.5", "description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management.", "homepage": "https://kops.sigs.k8s.io", "license": "Apache-2.0", "depends": "kubectl", "architecture": { "64bit": { - "url": "https://github.com/kubernetes/kops/releases/download/v1.22.4/kops-windows-amd64#/kops.exe", - "hash": "d02b7d1d174a4b27576c5f4b9c0fd863378308d4d1335af87b5a7348deda4be4" + "url": "https://github.com/kubernetes/kops/releases/download/v1.21.5/kops-windows-amd64#/kops.exe", + "hash": "c292d61b7eb5202c40f45902a34e9323f1f7fa9634d9f247b239230197a38ce9" } }, "bin": "kops.exe",