Skip to content

v0.13.0

Choose a tag to compare

@eterna2 eterna2 released this 07 Jul 15:03
· 8 commits to main since this release
be71d64

[0.13.0] — 2026-07-07

Added

  • Template Version & Outdated Display in UI: Added template version indicators and update arrows (e.g. v1.0.0 → v1.1.0) on both workspace cards and the console view specs card.
  • Upgrade Failure Display in UI: Added inline alert boxes on workspace cards and the console specifications panel to show the latest upgrade error annotation (nogoo9/last-upgrade-error).
  • Upgrade Demo Tasks: Added moon run mcp:trigger-upgrade-demo and moon run mcp:revert-upgrade-demo tasks to k3d, introducing a 30s initContainer delay to easily witness the upgrade transition process.

Fixed

  • Aligned Workspace Upgrade Status: Fixed an inconsistency where get_workspace bypassed reconcileUpgradeTransition and returned the raw first pod, resulting in incorrect status reporting and skipping dynamic reconciliation cleanups during upgrade.