diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4a7a1..e68d432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. +## [1.14.1] - 2026-08-01 + +### 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))` — made the + jump host 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`), matching the documented + contract. The theta-env stack is unaffected (it always sets a scoped + `VAULT_TOKEN`). + ## [1.14.0] - 2026-08-01 ### Changed diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index d8fe784..9f93bb6 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "t42-jump-host", - "version": "1.11.0", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "t42-jump-host", - "version": "1.11.0", + "version": "1.14.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^7.3.0", @@ -158,9 +158,9 @@ } }, "node_modules/@simpleworkjs/bao-conf": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@simpleworkjs/bao-conf/-/bao-conf-1.0.0.tgz", - "integrity": "sha512-HxB2ohFuDKbwTfNh5dXCot0dd6qoP+3Ebz1xKH0eOhKNVNMjHU1p7XZv2VTe+VnHn+DV22Eh8lAgWxnX/pkXUw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@simpleworkjs/bao-conf/-/bao-conf-1.0.1.tgz", + "integrity": "sha512-mcay5NQ/w9ShpIAolMP/3f9TfXSLE+d5jrA4dTPOUHDjTkdsP7pe4hMmQUmwnniR59U1bGoRIVdXjvDbX3I5nw==", "license": "MIT", "dependencies": { "extend": "^3.0.2" diff --git a/nodejs/package.json b/nodejs/package.json index f4ad003..73fa32b 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-jump-host", - "version": "1.14.0", + "version": "1.14.1", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "author": [ {