From 617c944077e0b3b7466d202542fc243b15dd8f6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 04:30:02 +0000 Subject: [PATCH] tektoncd-cli: Update to version 0.40.0 --- 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 a95129c264..2c75022309 100644 --- a/bucket/tektoncd-cli.json +++ b/bucket/tektoncd-cli.json @@ -1,16 +1,16 @@ { - "version": "0.39.1", + "version": "0.40.0", "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.39.1/tkn_0.39.1_Windows_x86_64.zip", - "hash": "2211eb81b83ac33fb7f859b2917d9b0e3f5029d570076b476a96e1b2fd272f0e" + "url": "https://github.com/tektoncd/cli/releases/download/v0.40.0/tkn_0.40.0_Windows_x86_64.zip", + "hash": "ab62363c501afca8a8ce59654240eff7c1d1f4f1ec9d6558501c84b80292577d" }, "arm64": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.39.1/tkn_0.39.1_Windows_aarch64.zip", - "hash": "6959a80d37594fa161e0a1ad19612e755b282b05e78f9ebbb7a0dd35008ba038" + "url": "https://github.com/tektoncd/cli/releases/download/v0.40.0/tkn_0.40.0_Windows_aarch64.zip", + "hash": "d2b135f0abe5a375884d7dca6881481423219a1589ac712df4e7c233f633a004" } }, "bin": "tkn.exe",