From 542e5fd33f4405186da02956e83a7a362e582e26 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 2 Aug 2026 22:34:45 -0400 Subject: [PATCH] chore: Release v1.35.0 - Non-interactive theta-agent config ### Added - Non-interactive theta-agent configuration via setup.env variables ### Changed - setup.sh: Made theta-agent setup fully non-interactive Co-Authored-By: Claude --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d23b7..37be5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ orchestration code; see each submodule's own `CHANGELOG.md` [sso-manager-node](https://github.com/theta42/sso-manager-node/blob/master/CHANGELOG.md)) for what changed inside the apps it composes. +## [v1.35.0] - 2026-08-02 + +### Added +- **Non-interactive theta-agent configuration** — Added three `setup.env` variables + to control theta-agent installation and configuration without interactive prompts: + - `CFG_THETA_AGENT_ENABLE` (default: 1) — Enable theta-agent installation + - `CFG_THETA_AGENT_LDAP_AUTH` (default: 1) — Configure LDAP authentication via ldap-client + - `CFG_THETA_AGENT_FULL_CONTROL` (default: 1) — Enable all agent capabilities + +### Changed +- **`setup.sh`**: Made theta-agent setup fully non-interactive, driven by `setup.env` + variables. Defaults preserve existing behavior (all features enabled). + ## [v1.34.0] - 2026-08-02 ### Added