From acc61a4c3d89fcfb303c8a4eeec45aebc41d8671 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 26 Jul 2026 21:39:57 -0400 Subject: [PATCH] Bump jump-host to v1.4.0 (standalone mode) Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 18 ++++++++++++++++++ jump-host | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd46d1..32e0370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,24 @@ for what changed inside the apps it composes. ## [Unreleased] +## [1.6.0] - 2026-07-26 + +### Bumped +- jump-host -> [v1.4.0](https://github.com/theta42/jump-host/releases/tag/v1.4.0) + +Jump-host gains **standalone mode**: it can now run with no LDAP directory and +no SSO Manager at all, storing users and hosts itself via +`@simpleworkjs/orm` (Sequelize; SQLite by default, any Sequelize-supported +dialect). This is an app-internal capability, opt-in via +`standalone.enabled` in jump-host's own config — the bundled theta-env stack +is unaffected and continues to wire jump-host to the shared LDAP directory +and SSO Manager as before. Two bugs were also fixed in jump-host's SSH +server: an ephemeral listen port (`0`) was silently overridden back to the +default, and session listeners could miss a client's immediate `exec`/`shell` +request. + +No `setup.sh`, compose, or config change on the theta-env side. + ## [1.5.0] - 2026-07-26 ### Bumped diff --git a/jump-host b/jump-host index 9db5305..a56a314 160000 --- a/jump-host +++ b/jump-host @@ -1 +1 @@ -Subproject commit 9db530565dfdf23b6f276c0bf27999519091dfcb +Subproject commit a56a31421d494992fc271095b8bf5c4c6aaf4428