diff --git a/bucket/talosctl.json b/bucket/talosctl.json new file mode 100644 index 0000000000..c64125b8a8 --- /dev/null +++ b/bucket/talosctl.json @@ -0,0 +1,26 @@ +{ + "version": "1.3.6", + "description": "CLI for out-of-band management of Kubernetes nodes created by Talos", + "homepage": "https://talos.dev", + "license": " MPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/siderolabs/talos/releases/download/v1.3.6/talosctl-windows-amd64.exe#/talosctl.exe", + "hash": "6a922d0516d213e6ac13084aa4fb78f7d6f81b7885060b8383256fe80980d751" + } + }, + "bin": "talosctl.exe", + "checkver": { + "github": "https://github.com/siderolabs/talos" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/siderolabs/talos/releases/download/v$version/talosctl-windows-amd64.exe#/talosctl.exe" + } + }, + "hash": { + "url": "$baseurl/sha256sum.txt" + } + } +}