Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:27

TL;DR

  • Surface the enforcing build's version in the shielded status line instead of a bare commit hash - it reads v0.6.1 on a release and v0.6.0+5 between releases.

Changed

  • Status line shows the version - agentjail statusline now renders the
    build version parsed from git describe: an exact release tag (v0.6.1),
    +N commits past the last tag (v0.6.0+5), and a trailing * for a dirty
    tree. It falls back to the short commit hash when no version was embedded.
    Dev builds (scripts/dev-deploy.sh, make dist) now embed the describe
    string so the +N suffix shows up between releases; the release build
    already stamps the exact tag.