Patch release of Terrapod fixing a startup crash on AI-summary deployments with realistic million-token budgets.
Bug Fixes
- API pod crash-looped on deployments with
ai_summary.daily_token_budgetabove ~1M — Helm's default Go template formatter emits YAML scientific notation (e.g.5e+06) for integer values above that threshold, and Pydantic refuses to coerce the resulting string back to an integer. Caught immediately after the v0.30.0 rollout. Fixed by piping every numeric integer field in the renderedai_summaryConfigMap block through| int64. No values.yaml or schema change — existing deployments using small values are unaffected.
Status
Beta — AI plan summary remains feature-complete; this release unblocks operational settings for production-scale deployments.
Full Changelog: v0.30.0...v0.30.1