Skip to content

v0.1.0-rc18

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 09:07
· 4 commits to main since this release

Changelog

Features

Fixes

  • 2d06ec4: Revert "fix(cli): warn about tail flags only on verbs that forward a tail" (@pmoust)
  • 1d130fd: fix(agent): refuse a trailing argument in every subcommand (@pmoust)
  • 8bacd17: fix(cli): Say brig agent ls in the unknown-profile message (@ananos)
  • 5071c81: fix(cli): class a verbless bad ref as a usage error, not failure (@pmoust)
  • a3ce070: fix(cli): complete an inline --flag=value in zsh and fish (@asapranidis)
  • 85e6ac4: fix(cli): complete at brig's own parsing boundary, not before it (@asapranidis)
  • e41207f: fix(cli): diagnose a bare ref as a ref, not an unknown command (@asapranidis)
  • c06f9bc: fix(cli): keep reading brig's flags after the project positional (@asapranidis)
  • f0f1dd3: fix(cli): make rm and logs exit 3 when the sandbox is absent (@pmoust)
  • 6ed914b: fix(cli): read the global flags in the completion test off the table (@pmoust)
  • 1fb3036: fix(cli): warn about tail flags only on verbs that forward a tail (@pmoust)
  • 4bf5409: fix(cli): warn about tail flags only on verbs that forward a tail (@pmoust)
  • 65f92df: fix(completions): survive set -u in bash, and stop caching in fish (@asapranidis)
  • 817f3e6: fix(runtime): check BRIG_RUNTIME_BIN before driving it (@pmoust)
  • 35275f6: fix(runtime): implement --network isolated on hull (@ananos)
  • 01b0e84: fix(runtime): refuse a GUI profile in CanRun so join is covered (@pmoust)
  • 8181068: fix(runtime): refuse a GUI profile on the container path (@pmoust)
  • 4ef1832: fix(secret): refuse when the keyring has no default collection (@pmoust)
  • 7da1279: fix(session): scope the reserved-label refusal to the resolved agent (@pmoust)
  • d37b58f: fix(wrap): read an index holding JSON null as empty (@asapranidis)
  • b5c20fe: fix(wrap): read the remembered project back like the home (@asapranidis)
  • e8761c0: fix(wrap): resolve a project path before ruling out the root (@asapranidis)

Refactors

  • 6bf21fd: refactor(brigd): rename the protocol's vm field to sandbox (@asapranidis)
  • 14b1005: refactor(policy): pass Bindings its profiles, and reuse the flag helper (@marrgko)

Documentation