From 061a044a70072c23a753caeaa0373c6c2a768e66 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 30 Jul 2026 09:50:33 -0400 Subject: [PATCH] Release 1.10.2: page width standardization, Audit admin-gating --- CHANGELOG.md | 6 ++++++ nodejs/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b4732..355cb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.10.2] - 2026-07-30 + +### Changed +- **Dashboard, Sessions, and Audit pages now match sso-manager-node/proxy's page width**, wrapping content in a standard container instead of rendering full-bleed inside the fluid shell. +- **Audit's nav entry is now admin-gated** (`groups: ['admin']` in `utils/ui.js`), reusing the existing synthetic-admin-group nav-gating convention — the API route was already server-side admin-gated; this hides the nav link for non-admins too. + ## [1.10.1] - 2026-07-28 ### Fixed diff --git a/nodejs/package.json b/nodejs/package.json index 75f2214..9bceefe 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-jump-host", - "version": "1.10.1", + "version": "1.10.2", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "author": [ {