Patch release of Terrapod — an open-source platform replacement for Terraform Enterprise.
Bug Fixes
- AI plan-summary risk grounding — the AI plan summary now derives
risk_levelsolely from the plan (PLAN_JSON);CODE_DIFFandCODE_CONTEXTare demoted to explain-the-why context that can never raise the rating above what the plan justifies. In a shared monorepo, a change to one environment's var-file no longer inflates the risk of other environments' workspaces whose plan has no changes — an empty plan is always low risk.
Maintenance
- Starlette pinned directly —
starletteis now a direct dependency with an explicit upper bound, so afastapibump can no longer silently pull a new (potentially breaking) starlette; it fails to resolve instead. A guard test enforces the invariant. - Routine web dependency bumps (
next,lucide-react,@tailwindcss/postcss,@types/node,eslint-config-next).
Status
Beta — stable for the documented feature set.
Full Changelog: v0.38.0...v0.38.1