Skip to content

Guard 2.2.122

Choose a tag to compare

@github-actions github-actions released this 23 Aug 16:17
fe20bde

Guard 2.2.122 is a stable release cut from fe20bde.
1 commit • 1 merged pull request • 1 contributor since Guard 2.2.121.

Fixes

  • command: Classify routine origin fetch in Git protection (#2480)
    • Treat repository-bound git fetch origin with quiet flags and multiple named refs as a verified remote refresh.
    • Keep GitHub SSH origin fetches in Git protection so they can be allowed or blocked, without auto-allowing OpenSSH config hooks.
    • Register named-origin fetch on Git protection so Extensions can allow remaining git fetch origin variants without enabling URL remotes or --all.

Install

Install this release:

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

Full changelog: v2.2.121...v2.2.122

Thanks @kantorcodes!