feat(suite): release v1.8.0 - sso-manager v1.33.0, theta-agent v1.8.0, preset templates & system telemetry (#180)

This commit is contained in:
2026-08-08 19:40:07 -04:00
committed by GitHub
parent ad6f17515b
commit 489fe7b127
4 changed files with 8 additions and 8 deletions
+6 -5
View File
@@ -642,12 +642,13 @@ async function seedDirectory(token, clientId, jumpClientId) {
requestable: false,
});
// Remove legacy OpenBao/bao-renewer seed resources if present — OpenBao is an
// Remove or set ignored on OpenBao/bao-renewer seed resources if present — OpenBao is an
// internal stack service, not a user-facing published directory service.
const openbaoRes = resources.find((r) => r.slug === 'openbao');
const renewerRes = resources.find((r) => r.slug === 'bao-renewer');
if (openbaoRes) await dirDelete(token, `resources/${openbaoRes.id}`);
if (renewerRes) await dirDelete(token, `resources/${renewerRes.id}`);
for (const r of resources) {
if (r.slug === 'openbao' || r.slug === 'bao-renewer' || (r.name && r.name.includes('openbao')) || (r.name && r.name.includes('bao-renewer'))) {
await dirDelete(token, `resources/${r.id}`).catch(() => {});
}
}
// SSH jump host service (core component — always registered).
let jumpSvc = null;
-1
View File
@@ -1 +0,0 @@
https://github.com/theta42/theta-suite/pull/75