github mattrobinsonsre/terrapod v0.38.4

4 hours ago

Patch release: a stock Helm install now renders a complete, working stack out of the box, and the Getting Started / README onboarding is rewritten around deploying Terrapod onto Kubernetes rather than the local Tilt dev stack.

Bug Fixes

  • Web frontend enabled by default — the chart defaulted web.enabled: false while api and listener both defaulted true. Because the web frontend is the BFF (the single ingress entry point that proxies all traffic to the API), any install with ingress.enabled=true failed to render with Ingress is enabled but web.enabled is false. web.enabled now defaults to true, so a stock helm install produces a working stack.

Documentation

  • Getting Started rewritten to deploy the Helm chart onto a Kubernetes cluster (or a single-node k3s VM): prerequisites, k3s bootstrap, helm install, ingress/DNS access, API token, then first workspace and plan/apply.
  • README Quick Start now leads with the Helm deploy instead of the Tilt local-dev walkthrough.
  • The Tilt / run-from-source contributor workflow moved to a new Local Development page.

Status

Beta — stable for evaluation and internal use.

Full Changelog: v0.38.3...v0.38.4

Don't miss a new terrapod release

NewReleases is sending notifications on new releases.