From f447db35efbc9f8bba2d8b2d64bb899050007fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:31:21 +0000 Subject: [PATCH] cmctl: Update to version 2.4.0 --- bucket/cmctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cmctl.json b/bucket/cmctl.json index b4af044002..cfc90e5277 100644 --- a/bucket/cmctl.json +++ b/bucket/cmctl.json @@ -1,16 +1,16 @@ { - "version": "2.3.0", + "version": "2.4.0", "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.3.0/cmctl_windows_amd64.exe#/cmctl.exe", - "hash": "a43c91abb72ee20cbc18f0de2b8d64e21555743d2b24ba99e8a44acd00bb5901" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.4.0/cmctl_windows_amd64.exe#/cmctl.exe", + "hash": "da7d4ce9eda6ac66c53f70758e9519801b8f6afd5e0b1dad34d6afdabacef84d" }, "arm64": { - "url": "https://github.com/cert-manager/cmctl/releases/download/v2.3.0/cmctl_windows_arm64.exe#/cmctl.exe", - "hash": "c6c22b4542ed48e3836704365ca23cd101d21a87a98bfd9fb4e45ef1472b191f" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.4.0/cmctl_windows_arm64.exe#/cmctl.exe", + "hash": "1bffb24ae8f0764d977a750c590219483dcf63dbb05a9a83a42edd19d0b73683" } }, "bin": "cmctl.exe",