diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fba64..500cfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ for what changed inside the apps it composes. ## [Unreleased] +## [1.1.8] - 2026-07-17 + +### Bumped +- sso-manager-node -> [v1.1.7](https://github.com/theta42/sso-manager-node/releases/tag/v1.1.7) + +sso-manager-node: + +### Changed +- **Service accounts unified to one kind.** Removed the LDAP bind-only service account type (the Integrations → LDAP "Service Accounts" card, and its `/api/service-account` routes) -- every service account is now a real Unix/POSIX account with a UID, created from the new **Users → Service Accounts** tab. Email and password are both optional for service accounts; a blank password means no `userPassword` is set at all (the account simply can't bind). +- **Added a `manager` field to every account.** Multi-valued (a list of usernames), defaults to whoever created the account (the admin who added it, or whoever sent the invite), and reassignable from the account's Edit form. Anyone listed as a manager can edit that account -- same fields an admin can (mobile, description, SSH key, date of birth, home directory, login shell, manager list) -- without needing `app_sso_admin`. +- `homeDirectory` and `loginShell` are now editable from the Edit Profile form (previously view-only). + ## [1.1.7] - 2026-07-16 ### Bumped @@ -87,7 +99,8 @@ First tagged release. Establishes the `vX.Y.Z` tag convention going forward. - proxy -> [v1.1.0](https://github.com/theta42/proxy/releases/tag/v1.1.0) - sso-manager-node -> [v1.1.0](https://github.com/theta42/sso-manager-node/releases/tag/v1.1.0) -[Unreleased]: https://github.com/theta42/theta-env/compare/v1.1.7...HEAD +[Unreleased]: https://github.com/theta42/theta-env/compare/v1.1.8...HEAD +[1.1.8]: https://github.com/theta42/theta-env/compare/v1.1.7...v1.1.8 [1.1.7]: https://github.com/theta42/theta-env/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/theta42/theta-env/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/theta42/theta-env/compare/v1.1.4...v1.1.5 diff --git a/sso-manager-node b/sso-manager-node index 5fc65d6..3ad8177 160000 --- a/sso-manager-node +++ b/sso-manager-node @@ -1 +1 @@ -Subproject commit 5fc65d6fb33cffcf565e4e2abc732cb9f0ded002 +Subproject commit 3ad817767a959c575274cdee6cb59d0b99042ca8