Skip to content

v1.3.9

Latest

Choose a tag to compare

@jfreed-dev jfreed-dev released this 19 Jan 20:26
· 11 commits to main since this release

Added

  • talos-image module: SBC overlay support for single-board computers
    • New sbc_overlay variable for board-specific overlays (turingrk1, rpi_generic, rock5b, etc.)
    • Auto-detection of overlay images from overlay name
    • Supports 16+ SBC boards across Rockchip, Raspberry Pi, Jetson, and Allwinner families
  • talos-cluster module: Added talosconfig_path output
  • talos-wipe.sh: Added --yes / -y flag for non-interactive automation

Fixed

  • talos-cluster module: Fixed talosconfig output format - now generates proper YAML with context, endpoints, nodes (previously output unusable JSON)
  • talos-wipe.sh: Removed eMMC wipe attempt - eMMC is system disk and cannot be wiped via talosctl reset

Changed

  • Updated README version references to ~> 1.3.9

Verified

  • All addon modules tested on Talos v1.9.2 (Turing RK1 with turingrk1 overlay)
    • metallb: L2 mode with IP pool 10.10.88.80-89
    • ingress-nginx: LoadBalancer service on 10.10.88.80
    • cert-manager: Self-signed CA and ClusterIssuers ready
    • longhorn: StorageClass created with NVMe storage class
    • monitoring: Prometheus + Grafana with persistent storage
    • portainer: Agent accessible on 10.10.88.81:9001
  • Talos Image Factory integration with SBC overlays verified