From 84f69155ba7a49ad2a15300fe6485684329a6784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 08:29:33 +0000 Subject: [PATCH] kops: Update to version 1.24.2 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 08ab72ef70..410f14bf8f 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.23.4", + "version": "1.24.2", "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.4/kops-windows-amd64#/kops.exe", - "hash": "e4ab51179f901a45892ccee8538e06f2859d1b031d1d4ccadc2ddb30d6ba0e18" + "url": "https://github.com/kubernetes/kops/releases/download/v1.24.2/kops-windows-amd64#/kops.exe", + "hash": "3d26e3305aec251f15b1438969ed1da490d64c05000136f8bea706b196077803" } }, "bin": "kops.exe",