From 9694158de0d6a5a506a157cfaf319746a137a6cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:30:40 +0000 Subject: [PATCH] tektoncd-cli: Update to version 0.32.2 --- 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 0ffe90db34..debda4d5af 100644 --- a/bucket/tektoncd-cli.json +++ b/bucket/tektoncd-cli.json @@ -1,16 +1,16 @@ { - "version": "0.32.1", + "version": "0.32.2", "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.1/tkn_0.32.1_Windows_x86_64.zip", - "hash": "14dd923656ea9426b71e50d4f0856b03c341ee3f7453082061129bec1d6b7161" + "url": "https://github.com/tektoncd/cli/releases/download/v0.32.2/tkn_0.32.2_Windows_x86_64.zip", + "hash": "b179199a2a2c7a551e2726f3c65be8df928b945701bc1d7d2b837a718bbdbdd6" }, "arm64": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.32.1/tkn_0.32.1_Windows_aarch64.zip", - "hash": "c22ce80cc1ca1e8e848583eb8e7b23d95336dbe40bc772fcc2598e524787c5b5" + "url": "https://github.com/tektoncd/cli/releases/download/v0.32.2/tkn_0.32.2_Windows_aarch64.zip", + "hash": "7984571052a7e43dacfec268e101929cfd2eb29a01a82be13d3fe2fe450a1ee3" } }, "bin": "tkn.exe",