From 08726fc7d93dbae9dcbc9187b432ea964950d098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:26:22 +0000 Subject: [PATCH] kops: Update to version 1.28.3 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 422e3b727c..505a415ed8 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.28.2", + "version": "1.28.3", "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.28.2/kops-windows-amd64#/kops.exe", - "hash": "e63a76125f910f4edec8f72b626e4460c2093e9120e893e238d6298765e142c3" + "url": "https://github.com/kubernetes/kops/releases/download/v1.28.3/kops-windows-amd64#/kops.exe", + "hash": "b01ba966e489b7390c3766d8eb3a18aa6c34d0fcc788e802707514e14f017dd1" } }, "bin": "kops.exe",