Skip to content

Guard 3.0.97

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:26
499ee14

Guard 3.0.97 is a stable release cut from 499ee14.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.96.

Fixes

  • guard: Retry published artifact verification after registry probes (#2803)
    • Keep native verify-published inside the existing registry probe retry loop so a release that is only partially visible cannot fail the job after a successful upload.
    • Treat transient registry probe failures as retryable instead of exiting on the first error.

Install

Install this release:

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

Full changelog: v3.0.96...v3.0.97

Thanks @kantorcodes!