Skip to content

v0.54.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 23:06
d928ccf

Patch release for Terrapod — an open-source platform replacement for Terraform Enterprise. Hardens the interactive Slack integration so a run that needs approval is never silently lost.

Bug Fixes

  • Slack approval delivery is now guaranteed — with AI plan summaries enabled, the needs-approval message is deferred to the AI review; if the runner died before the review could be produced, the prompt was never posted and the approver waited silently. A bounded background safety net now posts any such message a couple of minutes later (without the review if it never arrived), and the post is idempotent so it can never double-fire.
  • socket_mode: false now warns loudly instead of a silent info log — Socket Mode is the only supported mode, so the integration is inert with it off; the misconfiguration is now diagnosable in the logs.

Status

Beta — Slack integration reliability hardening; opt-in and disabled by default.

Full Changelog: v0.54.0...v0.54.1