From f42de65ad751fd3d73ef7a60aa526d320776204c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:27:51 +0000 Subject: [PATCH] kops: Update to version 1.28.0 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 2522d1207d..eb2fe49512 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.27.1", + "version": "1.28.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.27.1/kops-windows-amd64#/kops.exe", - "hash": "abec26add3c7952b237c14ba2bbab9dd184013ba62774b632cb61574c484f403" + "url": "https://github.com/kubernetes/kops/releases/download/v1.28.0/kops-windows-amd64#/kops.exe", + "hash": "6e4d9d5254ddc3ad3d2ed5db0a6dde63b0e62ccf5331c0c354bb5d916a675256" } }, "bin": "kops.exe",