From d4ab76506d3062947b43e37cc45b6dd1ad1aba87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:25:58 +0000 Subject: [PATCH] tektoncd-cli: Update to version 0.32.1 --- bucket/tektoncd-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tektoncd-cli.json b/bucket/tektoncd-cli.json index f2ac6a57c7..0ffe90db34 100644 --- a/bucket/tektoncd-cli.json +++ b/bucket/tektoncd-cli.json @@ -1,16 +1,16 @@ { - "version": "0.32.0", + "version": "0.32.1", "description": "A CLI for interacting with Tekton - a cloud native CI/CD solution", "homepage": "https://github.com/tektoncd/cli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.32.0/tkn_0.32.0_Windows_x86_64.zip", - "hash": "708342c75e9b1ddf957b0f5bb4474f10051b998459cfd17b2a08bf18c734c881" + "url": "https://github.com/tektoncd/cli/releases/download/v0.32.1/tkn_0.32.1_Windows_x86_64.zip", + "hash": "14dd923656ea9426b71e50d4f0856b03c341ee3f7453082061129bec1d6b7161" }, "arm64": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.32.0/tkn_0.32.0_Windows_aarch64.zip", - "hash": "26c69c9dc2e6f21cb36afa7f188c9d1a87b754b9bc28b877ad48898b5ec23c99" + "url": "https://github.com/tektoncd/cli/releases/download/v0.32.1/tkn_0.32.1_Windows_aarch64.zip", + "hash": "c22ce80cc1ca1e8e848583eb8e7b23d95336dbe40bc772fcc2598e524787c5b5" } }, "bin": "tkn.exe",