-
v1.45.0
released this
2026-08-07 01:40:40 +00:00 Rolls up sso-manager-node v1.30.2, proxy v1.35.1, jump-host v1.19.1.
Fixed:
- Directory topology: host_theta-proxy / host_theta-jump were synthetic
kind:'host' resources for two of the stack's own containers. A host must
be a real, independently-existing machine; Proxy and jump-host are
containers on the one real stack host. Beyond being conceptually wrong,
jump-host resolves its SSH-reachable-hosts list from exactly kind:'host',
so this could offer nonexistent SSH targets. bootstrap.js no longer
creates them; installs seeded between 2026-08-05 and this release
self-heal on the next ./setup.sh (children re-parented onto the stack
host, synthetic hosts removed).
Docs:
- README's architecture diagram + repo layout were stale (2-service view
predating jump-host/OpenBao; 2 of 5 submodules listed) -- corrected. - New docs/fixtures.md (canonical demo-fixtures reference) and
docs/screenshots.md (screenshot-capture workflow), plus
bootstrap/seed-demo-users.sh, for consistent, repeatable demo data.
Downloads
- Directory topology: host_theta-proxy / host_theta-jump were synthetic