Skip to content

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 03:18
· 49 commits to main since this release
Immutable release. Only release title and notes can be modified.
567c77b

Bug Fixes

  • Fail restrict-mode builds with zero outbound traffic despite nothing being blocked (#257)
    • The haproxy log's plausibility check couldn't tell "no traffic occurred" apart from a tampered log, so fail_on_blocked: true failed builds even with blockedCount: 0. The proxy now always logs a fixed startup line so the check has something to see.

Documentation

  • Restore Docker framing to the README after the run action split (#255)
    • Reverts wording and heading levels genericized to cover both docker build and run, and drops the now-orphaned run diagrams.
  • Title the README "Buildcage for Docker" to name it within the family (#256)
    • Names which buildcage org member this repo is, alongside buildcage/isolated-run.

Dependencies

  • Pin uses: examples in the README and docs to the v3.0.0 release SHA (#254)

Full Changelog: v3.0.0...v3.0.1