Skip to content

v0.0.47

Choose a tag to compare

@github-actions github-actions released this 17 Jun 04:37
· 11 commits to master since this release
release: monarch-desktop v0.0.47 — read-only node-status header on Logs

Surfaces the Talos console/VNC dashboard fields in-app (atop Logs), all via
Talos READ RPCs only (events / version / hostname / system_stat / service_list
— no service control, config patch, upgrade, reboot, or wipe):
  Stage (running/booting/upgrading), ready/health, hostname, Talos version +
  arch, uptime, ext-protocore + kubelet service state, node IPs.
So operators can check node status without opening the VNC console.

UUID / gateway / DNS resolvers / CIDR are omitted (talos-rust-client 0.1.3
exposes no COSI resource/state service); the at-a-glance set is present and
missing fields degrade to '—', never a hard error.

New talosNodeStatus helpers + useTalosNodeStatus hook + NodeStatusHeader
component; 4 Rust + TS unit tests (vitest 519, cargo 159). Read-only verified.
Full release gate green locally before tag.