From f4a5a28e16be4a5a320e348e256a90058330be4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:29:53 +0000 Subject: [PATCH] cmctl: Update to version 2.1.1 --- bucket/cmctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cmctl.json b/bucket/cmctl.json index 31f4a31095..36b5e4fe50 100644 --- a/bucket/cmctl.json +++ b/bucket/cmctl.json @@ -1,16 +1,16 @@ { - "version": "2.1.0", + "version": "2.1.1", "description": "A command-line tool to manage cert-manager and its resources inside a Kubernetes cluster.", "homepage": "https://cert-manager.io/docs/reference/cmctl/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/cert-manager/cmctl/releases/download/v2.1.0/cmctl_windows_amd64.exe#/cmctl.exe", - "hash": "27aeaa6bb2bd68612715241791bc7af055f41f018226488cb5d0e8d668d8930d" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.1.1/cmctl_windows_amd64.exe#/cmctl.exe", + "hash": "3cdc375dc52c30d958bef6992fc52db674920fb119bb0e8859bfe7576db03935" }, "arm64": { - "url": "https://github.com/cert-manager/cmctl/releases/download/v2.1.0/cmctl_windows_arm64.exe#/cmctl.exe", - "hash": "5b7089dadc09e79352b34ca18bdd1d5b0b23776dd058d332a0a0416426807a73" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.1.1/cmctl_windows_arm64.exe#/cmctl.exe", + "hash": "6b2d276cdf5fba8c7a5dfbb1bf1d4f8e035893bcb61217411a4ca44e499ac2d4" } }, "bin": "cmctl.exe",