github mattrobinsonsre/terrapod v0.30.1

latest releases: v0.30.3, v0.30.2
5 hours ago

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_budget above ~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 rendered ai_summary ConfigMap 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

Don't miss a new terrapod release

NewReleases is sending notifications on new releases.