Skip to content

Guard 3.0.101

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:43
6f939e6

Guard 3.0.101 is a stable release cut from 6f939e6.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.100.

Fixes

  • dashboard: Start Guard Cloud OAuth flow from connect actions (#2800)
    • "Connect Guard Cloud" actions on the policy exceptions toolbar, the runtime overview "Connect this machine" button, and the fleet hero "Connect this machine" CTAs linked straight to the static connect page; they now…
    • New shared ConnectGuardCloudButton (plus useGuardCloudConnect hook and a testable runGuardCloudConnectFlow runner) that starts the connect request, waits for the daemon authorize URL, opens it with popup-block…
    • FleetHeroCopy gains primaryCtaStartsCloudConnect / secondaryCtaStartsCloudConnect flags so hero CTAs keep their existing href contract while rendering the OAuth button when the machine is cloud-disconnected…

Install

Install this release:

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

Full changelog: v3.0.100...v3.0.101

Thanks @kantorcodes!