Skip to content

Releases: Handfish/talos-pilot

v0.1.9

17 Feb 22:47

Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9


Install talos-pilot 0.1.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.9/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.9/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.9

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
talos-pilot-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
talos-pilot-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.1.8

21 Jan 04:03

Choose a tag to compare

What's Changed

  • chore: add nix flake by @ajgon in #19
  • fix(retry): fix sporadic "no request forwarding" errors when fetching discovery members through a VIP endpoint by @perfectra1n in #17

New Contributors

Full Changelog: v0.1.7...v0.1.8


Install talos-pilot 0.1.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.8/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.8/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.8

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.7

17 Jan 21:34

Choose a tag to compare

What's Changed

  • 0.1.7 - Fix VIP + Node Targeting for Multi-Node Clusters by @Handfish in #16

Full Changelog: v0.1.6...v0.1.7


Install talos-pilot 0.1.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.7/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.7/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.7

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.6

17 Jan 14:12
e88ff00

Choose a tag to compare

What's Changed

  • feat: vIP Endpoint Filtering & KUBECONFIG Support by @Handfish in #12
  • fix: correct vIP filtering logic from 0.1.4 by @Handfish in #13
  • fix: etcd status now queries all control plane nodes by @Handfish in #15

Full Changelog: v0.1.5...v0.1.6


Install talos-pilot 0.1.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.6/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.6/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.6

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.5

17 Jan 12:33
f89b154

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5


Install talos-pilot 0.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.5/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.5/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.5

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.4

17 Jan 00:19

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4


Install talos-pilot 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.4/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.4/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.4

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.3

16 Jan 18:52
ff69f3a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3


Install talos-pilot 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.3/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.3/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.3

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.2

13 Jan 02:11

Choose a tag to compare

Install talos-pilot 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Handfish/talos-pilot/releases/download/v0.1.2/talos-pilot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Handfish/talos-pilot/releases/download/v0.1.2/talos-pilot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Handfish/tap/talos-pilot

Download talos-pilot 0.1.2

File Platform Checksum
talos-pilot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
talos-pilot-x86_64-apple-darwin.tar.xz Intel macOS checksum
talos-pilot-x86_64-pc-windows-msvc.zip x64 Windows checksum
talos-pilot-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
talos-pilot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.1

12 Jan 18:09
479010c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Jan 04:37

Choose a tag to compare