Skip to content

Guard 3.0.120

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:23
981721e

Guard 3.0.120 is a stable release cut from 981721e.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.119.

Fixes

  • rust: Serialize authority watcher updates (#2814)
    • keep the observed authority fingerprint mutex held through tamper-flag updates
    • prevent a watcher comparison against an old fingerprint from setting authority_changed after an internal policy push has already published the new expected fingerprint
    • fixes the Windows policy_push_after_claim_before_consume_cannot_authorize_execution CI failure without weakening the approval fence

Install

Install this release:

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

Full changelog: v3.0.119...v3.0.120

Thanks @kantorcodes!