From 4fc0492928f9098678822f69869f8a4cddaa7794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 04:46:34 +0000 Subject: [PATCH] kops: Update to version 1.23.4 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 207aa6bd4c..08ab72ef70 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.24.1", + "version": "1.23.4", "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.24.1/kops-windows-amd64#/kops.exe", - "hash": "51ddd6d1ee34cb9f1a453e80c9107be1e08e4275b03b6842d8abf7d8d88d306f" + "url": "https://github.com/kubernetes/kops/releases/download/v1.23.4/kops-windows-amd64#/kops.exe", + "hash": "e4ab51179f901a45892ccee8538e06f2859d1b031d1d4ccadc2ddb30d6ba0e18" } }, "bin": "kops.exe",