From b1cfaa104682a0dbbdbf1582c0d42a65508e3b1f Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 00:23:01 -0400 Subject: [PATCH] Bump sso-manager-node to v1.6.2, proxy to v1.5.2, jump-host to v1.7.1 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 13 +++++++++++++ jump-host | 2 +- proxy | 2 +- sso-manager-node | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 757fcec..96f55cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ for what changed inside the apps it composes. ## [Unreleased] +## [1.11.0] - 2026-07-28 + +### Added +- **`test/check_jump_ldap_tls.js`**, wired into the `Lint` workflow: a static consistency check on the jump-secrets.js template `bootstrap.js` generates, so the `ldap://` + `tlsOptions` mistake that broke every SSH login in 1.10.0 fails CI before it ever reaches a real deployment again. +- **A static "no native `alert()`/`confirm()`/`prompt()`" check** is now part of all three apps' own test suites (they block all further browser events on the page — see 1.9.0/1.10.0's release notes). + +### Bumped +- sso-manager-node -> [v1.6.2](https://github.com/theta42/sso-manager-node/releases/tag/v1.6.2) — fixes `DELETE /api/oauth/client/:id` (`client.remove is not a function`, a genuine 500 masked by tests that never checked the response status), plus the regression test above. +- proxy -> [v1.5.2](https://github.com/theta42/proxy/releases/tag/v1.5.2) — the regression test above. +- jump-host -> [v1.7.1](https://github.com/theta42/jump-host/releases/tag/v1.7.1) — the regression test above. + +No `setup.sh` or compose change. + ## [1.10.0] - 2026-07-27 ### Fixed diff --git a/jump-host b/jump-host index b03fcef..0af2fc7 160000 --- a/jump-host +++ b/jump-host @@ -1 +1 @@ -Subproject commit b03fcefaae1ec8f8656ab6c52ae89593eb7c5e18 +Subproject commit 0af2fc7e3d8d9cdbd08ab0294a3b624b35d29b2d diff --git a/proxy b/proxy index 58204da..001fe84 160000 --- a/proxy +++ b/proxy @@ -1 +1 @@ -Subproject commit 58204da3cb250d4b21a8647ab24d5297a8ef2941 +Subproject commit 001fe84b99d78aceff0e53f29d8665fe4ded8fe7 diff --git a/sso-manager-node b/sso-manager-node index 18119d5..fcba782 160000 --- a/sso-manager-node +++ b/sso-manager-node @@ -1 +1 @@ -Subproject commit 18119d54aac233f98663a25c5df9b15e8842748b +Subproject commit fcba782ac79b3f0e0db4d28090cc888d9d0d5a95