From 4694db89f18216c3c778ae74f0fbe8d428d8fb30 Mon Sep 17 00:00:00 2001 From: polaris940 <101352781+polaris940@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:49:46 -0600 Subject: [PATCH] keptn: Add version 1.1.0 (#4412) * keptn: adds at v1.1.0 * switch to Rename-Item --- bucket/keptn-cli.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/keptn-cli.json diff --git a/bucket/keptn-cli.json b/bucket/keptn-cli.json new file mode 100644 index 0000000000..6e758099bc --- /dev/null +++ b/bucket/keptn-cli.json @@ -0,0 +1,24 @@ +{ + "version": "1.1.0", + "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.1.0/keptn-1.1.0-windows-amd64.tar.gz", + "hash": "2b38b2b9efbf7c5c3d4afc321d199a9a6ab752c86ef806749d858afef4b982af" + } + }, + "pre_install": "Rename-Item \"$dir\\keptn-$version-windows-amd64.exe\" keptn.exe", + "bin": "keptn.exe", + "checkver": { + "github": "https://github.com/keptn/keptn" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/keptn/keptn/releases/download/$version/keptn-$version-windows-amd64.tar.gz" + } + } + } +}