From d3a8a58eae40bc30786ee6c31d72990ce93379c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:29:46 +0000 Subject: [PATCH] cmctl: Update to version 2.3.0 --- bucket/cmctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cmctl.json b/bucket/cmctl.json index a8b3424e7e..b4af044002 100644 --- a/bucket/cmctl.json +++ b/bucket/cmctl.json @@ -1,16 +1,16 @@ { - "version": "2.2.0", + "version": "2.3.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.2.0/cmctl_windows_amd64.exe#/cmctl.exe", - "hash": "97f5de965ede03c14ddbd03d45ff2721a1eb7cb8be8c9ce4509862c4f000521c" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.3.0/cmctl_windows_amd64.exe#/cmctl.exe", + "hash": "a43c91abb72ee20cbc18f0de2b8d64e21555743d2b24ba99e8a44acd00bb5901" }, "arm64": { - "url": "https://github.com/cert-manager/cmctl/releases/download/v2.2.0/cmctl_windows_arm64.exe#/cmctl.exe", - "hash": "099bbb79a7e109e577e3f7821c7af8faeca47b275065c4908fcc6c087674018d" + "url": "https://github.com/cert-manager/cmctl/releases/download/v2.3.0/cmctl_windows_arm64.exe#/cmctl.exe", + "hash": "c6c22b4542ed48e3836704365ca23cd101d21a87a98bfd9fb4e45ef1472b191f" } }, "bin": "cmctl.exe",