Merge pull request #90 from theta42/release/v1.3.7

Release 1.3.7
This commit is contained in:
2026-07-23 21:02:46 -04:00
committed by GitHub
+2
View File
@@ -10,6 +10,8 @@ for what changed inside the apps it composes.
## [Unreleased]
## [1.3.7] - 2026-07-23
### Added
- The bootstrap now provisions the jump host's **web-UI SSO login** when the jump host is enabled: it mints a dedicated `theta-jump` OAuth client and writes a full `oidc` block (endpoints, client id/secret, callback) plus a generated local anti-lockout admin password into `./config/jump-secrets.js`. Matches how the proxy's OIDC client is provisioned. An existing pre-OIDC `jump-secrets.js` (API token but no OIDC client) is regenerated so upgraders get SSO login. Requires jump-host ≥ v1.1.0.