From 5f15a6943af2f19a7612f1501b8f75016b56d6ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:31:10 +0000 Subject: [PATCH] kops: Update to version 1.24.0 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 1fcf646431..732553b02d 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.23.2", + "version": "1.24.0", "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.23.2/kops-windows-amd64#/kops.exe", - "hash": "8c0c91ecd6841620dc2245e39d4be069d2e3d15e22f438f2b4fe15d744f22583" + "url": "https://github.com/kubernetes/kops/releases/download/v1.24.0/kops-windows-amd64#/kops.exe", + "hash": "00ee0219ef5517dd32826a3887e95d003001625b7ead6ee5fa1d3696338ddf8a" } }, "bin": "kops.exe",