From 601abcbe2da3ed0049c1613adf723866a8bc27ff Mon Sep 17 00:00:00 2001 From: fcbry <152185182+fcbry@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:50:32 +0000 Subject: [PATCH] timoni: Add version 0.19.0 (#5493) * Create timoni.json https://timoni.sh - alternative to helm for packaging kubernetes resources add dependency on cue lang https://github.com/piraces/Main/blob/master/bucket/cue.json https://github.com/stefanprodan/timoni/releases * implement @aliesbelik feedback and test locally --- bucket/timoni.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/timoni.json diff --git a/bucket/timoni.json b/bucket/timoni.json new file mode 100644 index 0000000000..df798b1dd0 --- /dev/null +++ b/bucket/timoni.json @@ -0,0 +1,27 @@ +{ + "version": "0.19.0", + "description": "The package manager for Kubernetes", + "homepage": "https://timoni.sh", + "license": "Apache-2.0", + "depends": "cue", + "architecture": { + "64bit": { + "url": "https://github.com/stefanprodan/timoni/releases/download/v0.19.0/timoni_0.19.0_windows_amd64.zip", + "hash": "ab037ecc679fcbdfcf62203752182480d6a09a13a7560081bd9bce181bd5664d" + } + }, + "bin": "timoni.exe", + "checkver": { + "github": "https://github.com/stefanprodan/timoni" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/stefanprodan/timoni/releases/download/v$version/timoni_$version_windows_amd64.zip" + } + }, + "hash": { + "url": "$baseurl/timoni_$version_checksums.txt" + } + } +}