From f28e6fda277233924a475bc3e47d48de7b3fbe5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:29:52 +0000 Subject: [PATCH] tektoncd-cli: Update to version 0.38.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 6b9e21cb03..d5d1e80c22 100644 --- a/bucket/tektoncd-cli.json +++ b/bucket/tektoncd-cli.json @@ -1,16 +1,16 @@ { - "version": "0.38.0", + "version": "0.38.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.38.0/tkn_0.38.0_Windows_x86_64.zip", - "hash": "756414c0ac4245138e313c9662bc5960251ade6fb06cf58c95be88a8d8dc1c57" + "url": "https://github.com/tektoncd/cli/releases/download/v0.38.1/tkn_0.38.1_Windows_x86_64.zip", + "hash": "205bba1cccdb4da3670eff1eae960272959214b39563b0fb42a9fc5bb20c57c7" }, "arm64": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.38.0/tkn_0.38.0_Windows_aarch64.zip", - "hash": "ab20abd73b17ce4693d5117284d00e74b93e63c7ef1da9b148354d4d67bcb4d0" + "url": "https://github.com/tektoncd/cli/releases/download/v0.38.1/tkn_0.38.1_Windows_aarch64.zip", + "hash": "42237ff536029f94b2a0b5a7db01621c950f52e0adcdc1036e629cc5fd17731f" } }, "bin": "tkn.exe",