github mattrobinsonsre/terrapod v0.30.2

latest release: v0.30.3
4 hours ago

Hotfix for AI plan summary failing with status='errored' and error_reason='no PLAN_JSON available' after a successful plan.

Bug Fixes

  • AI summary race fix — the plan_summary trigger now fires from the plan-json-output upload handler instead of transition_run. Previously the summariser raced the runner: transition_run fires on the runner's POST .../plan-result, which the runner sends BEFORE uploading the structured plan JSON. The summariser would then hit "Object not found" half the time. failure_analysis still fires from transition_run on errored runs (no JSON involved).

Status

Stable — fixes a regression in v0.30.0; deployments running v0.30.0/v0.30.1 with ai_summary.enabled=true should upgrade.

Full Changelog: v0.30.1...v0.30.2

Don't miss a new terrapod release

NewReleases is sending notifications on new releases.