Skip to content

v1.13.1

Choose a tag to compare

@wmantly wmantly released this 01 Aug 16:50
· 32 commits to master since this release
4aa9941

Fixed

  • Bumped @simpleworkjs/bao-conf to 1.0.1 so standalone/no-OpenBao boots don't crash. bao-conf 1.0.0's init() threw when VAULT_TOKEN was unset, which — combined with bin/www's .catch(() => process.exit(1)) (introduced in v1.13.0) — made the proxy exit at boot in any deployment without an OpenBao sidecar (standalone Docker, bare metal). 1.0.1 makes init() fail-soft on a missing token (warn + continue from CONF_SECRETS). The theta-env stack is unaffected (it always sets a scoped VAULT_TOKEN).