From a42badaf1418d6fcfd8b0629cebe4cf16ef17c5f Mon Sep 17 00:00:00 2001 From: Peter Dedene Date: Mon, 10 Apr 2023 02:14:59 +0200 Subject: [PATCH] talosctl: Add version 1.3.6 (#4633) * talosctl: Add version 1.3.6 * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update talosctl.json Fix a typo --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/talosctl.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/talosctl.json 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" + } + } +}