Hotfix for v0.23.0. Recommended for everyone on v0.23.0 — without it the web UI's run-action and workspace-action buttons return 404.
Bug Fixes
- Run Confirm & Apply / Discard / Cancel and workspace Lock / Unlock buttons return 404 on v0.23.0. The frontend was sending these actions to
/api/terrapod/v1/runs/{id}/actions/...and/api/terrapod/v1/workspaces/{id}/actions/..., but those endpoints live on the TFE V2 CLI contract surface and stay at/api/v2/only (no dual mount, by design). Frontend now sendsapply/discard/cancelandlock/unlockto/api/v2/.actions/retryis a Terrapod extension and stays at/api/terrapod/v1/. CLI /go-tfe/ Terraform-provider users were unaffected — only the web UI was broken.
Status
Beta — no API contract changes; pure web UI fix.
Full Changelog: v0.23.0...v0.23.1