From 561e1cfe5e35cb11036be1d91471398abbb55058 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:32:07 +0000 Subject: [PATCH] keptn-cli: Update to version 1.4.2 --- bucket/keptn-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keptn-cli.json b/bucket/keptn-cli.json index 4bb1288b23..3aeeaa4e5f 100644 --- a/bucket/keptn-cli.json +++ b/bucket/keptn-cli.json @@ -1,12 +1,12 @@ { - "version": "1.4.1", + "version": "1.4.2", "description": "Cloud-native application life-cycle orchestration", "homepage": "https://keptn.sh/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/keptn/keptn/releases/download/1.4.1/keptn-1.4.1-windows-amd64.tar.gz", - "hash": "f411f818ef43a3325a3ed5ef1d1f34684d8a60a277df8cf7d14ef7f9fee1478c" + "url": "https://github.com/keptn/keptn/releases/download/1.4.2/keptn-1.4.2-windows-amd64.tar.gz", + "hash": "62ed209fc6fcd906ee327c3d3d442202c59d1362dde70c5ff0e3cfc67ba5a3ba" } }, "pre_install": "Rename-Item \"$dir\\keptn-$version-windows-amd64.exe\" keptn.exe",