Skip to content

Guard 3.0.78

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:57
12400d9

Guard 3.0.78 is a stable release cut from 12400d9.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.77.

Fixes

  • guard: Keep Desktop-owned daemon when refreshing after update (#2772)
    • A CLI self-update could fail with update_daemon_refresh_failed / retirement_failed when the Guard Desktop app owns the live daemon: the Desktop supervisor respawns every daemon the refresh retires, so retirement…
    • The refresh path now recognizes a verified Desktop-owned daemon and keeps it serving instead of fighting it. The Desktop app converges its daemon to newer bytes on its own schedule; nothing about the CLI update itself…

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.78"

Full changelog: v3.0.77...v3.0.78

Thanks @kantorcodes!