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>
This commit is contained in:
Peter Dedene 2023-04-10 02:14:59 +02:00 committed by GitHub
parent 74570c859c
commit a42badaf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/talosctl.json Normal file
View File

@ -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"
}
}
}