From 9c1d6c569b25f087d81408bd84a1b2a8e188ee08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 08:28:16 +0000 Subject: [PATCH] kops: Update to version 1.26.5 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 4006b4bdd6..88cd8009ef 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.26.4", + "version": "1.26.5", "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.26.4/kops-windows-amd64#/kops.exe", - "hash": "8daf81934f04561bd8d39fc09873332062cd9b25afea9effb5021afff5f98583" + "url": "https://github.com/kubernetes/kops/releases/download/v1.26.5/kops-windows-amd64#/kops.exe", + "hash": "31aa94b720ece2366bd7acd21aeb430886739b5fcb16a3d8f8e17987cede5f05" } }, "bin": "kops.exe",