Skip to content

Guard 3.0.131

Choose a tag to compare

@github-actions github-actions released this 08 Sep 01:15
31e2871

Guard 3.0.131 is a stable release cut from 31e2871.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.130.

Fixes

  • guard: Salvage custom extension grants after store recovery (#2845)
    • After a fatal SQLite quarantine that cannot restore the full database, Guard copies readable custom-extension tables into the reinitialized store.
    • Enrolled custom extensions stay listed instead of disappearing when an interrupted update leaves btree damage that still allows table reads.
    • Salvage commits only when grant, command catalog, and command-grant copies succeed, so scoped allow/block decisions cannot widen.

Install

Install this release:

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

Full changelog: v3.0.130...v3.0.131

Thanks @kantorcodes!