github mattrobinsonsre/terrapod v0.38.1

7 hours ago

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_level solely from the plan (PLAN_JSON); CODE_DIFF and CODE_CONTEXT are 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 directlystarlette is now a direct dependency with an explicit upper bound, so a fastapi bump 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

Don't miss a new terrapod release

NewReleases is sending notifications on new releases.