From 0347b1616574cccb865aed409b010932e7317b37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:31:12 +0000 Subject: [PATCH] kops: Update to version 1.29.0 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index e53bb19a99..d0a3efbed9 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.28.5", + "version": "1.29.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.28.5/kops-windows-amd64#/kops.exe", - "hash": "b76b03d4a8a4d2a6bceb51af57a9824e5f6b8be34446bbffb173f37d53bc4d30" + "url": "https://github.com/kubernetes/kops/releases/download/v1.29.0/kops-windows-amd64#/kops.exe", + "hash": "8f5f29e8c3db7717829bce55fdb3a0dea649e45cab0925ddd618fdfb55881cd6" } }, "bin": "kops.exe",