From 805098261c0748678010d99c15043fc8affe63c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:32:53 +0000 Subject: [PATCH] kops: Update to version 1.25.1 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index 5a258e0adf..2ee4e118de 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.25.0", + "version": "1.25.1", "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.25.0/kops-windows-amd64#/kops.exe", - "hash": "3004cc18ef51910969872460e215c1be3b78206898856a5d1b818edcc478f69e" + "url": "https://github.com/kubernetes/kops/releases/download/v1.25.1/kops-windows-amd64#/kops.exe", + "hash": "90e508db560b5b6ef2d926a669e43ba2bc43af558de13eb744fef0c4658bd109" } }, "bin": "kops.exe",