From 4a30d0316d21846d374f94dc793197dbac96227b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Mar 2022 12:30:00 +0000 Subject: [PATCH] kops: Update to version 1.23.0 --- bucket/kops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kops.json b/bucket/kops.json index ad661ec418..87bd023148 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -1,13 +1,13 @@ { - "version": "1.21.5", + "version": "1.23.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.21.5/kops-windows-amd64#/kops.exe", - "hash": "c292d61b7eb5202c40f45902a34e9323f1f7fa9634d9f247b239230197a38ce9" + "url": "https://github.com/kubernetes/kops/releases/download/v1.23.0/kops-windows-amd64#/kops.exe", + "hash": "aba456145c21ee5d9394b4e426f55ba87f46b6523089c87d837a8cb3518329ef" } }, "bin": "kops.exe",