From 29c3453e93eb5875a6bfccc8abe1e5ed72f25985 Mon Sep 17 00:00:00 2001 From: Dhananjay Kumar Sharma Date: Thu, 28 Sep 2023 12:44:43 +0530 Subject: [PATCH] kyverno-cli: Add version 1.10.3 (#5115) * Add Kyverno CLI manifest Signed-off-by: Dhananjay Kumar Sharma * fix: scoop bucket proposed manifest Signed-off-by: Dhananjay Kumar Sharma * fix: whitespaces and duplicates Signed-off-by: Dhananjay Kumar Sharma * fix: trailing whitespaces Signed-off-by: Dhananjay Kumar Sharma * fix unnecessary trailing whitespaces * maintained settings file Signed-off-by: Dhananjay Kumar Sharma * Maintained settings.json * fix conflicts Signed-off-by: Dhananjay Kumar Sharma * expeled whitespace Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * fix: encoding to UTF-8 Signed-off-by: Dhananjay Kumar Sharma * added newline character in settings.json Signed-off-by: Dhananjay Kumar Sharma * changed encoding to UTF-8 Signed-off-by: Dhananjay Kumar Sharma --------- Signed-off-by: Dhananjay Kumar Sharma Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- bucket/kyverno-cli.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/kyverno-cli.json diff --git a/bucket/kyverno-cli.json b/bucket/kyverno-cli.json new file mode 100644 index 0000000000..784008b95c --- /dev/null +++ b/bucket/kyverno-cli.json @@ -0,0 +1,26 @@ +{ + "version": "1.10.3", + "description": "Kyverno CLI to manage Kubernetes policies", + "homepage": "https://kyverno.io/docs/kyverno-cli/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_windows_x86_64.zip", + "hash": "bcc11df1a17377357705d28e84be0f660fc9c43cae30a4440ade0aec5ee298be" + } + }, + "bin": "kyverno.exe", + "checkver": { + "github": "https://github.com/kyverno/kyverno" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kyverno/kyverno/releases/download/v$version/kyverno-cli_v$version_windows_x86_64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}