Skip to content

2026.02

Choose a tag to compare

@jakubno jakubno released this 09 Jan 08:05
· 1679 commits to main since this release
7728384

What's Changed

Warning

If you want to migrate builds without downtime (noting that migration with downtime will occur automatically otherwise), first run make migrate-template-manager-detach to remove the existing template-manager-system job from the Terraform state. Then, run make plan as usual, but remember to build and upload the new nomad-nodepool-apm job first.

Once everything is deployed, go to the Nomad UI and stop the allocations in the template-manager-system job one by one. Ensure each allocation has finished draining before proceeding to the next. The new job should start allocations as soon as the port is freed. Finally, manually remove the template-manager-system job from Nomad after all traffic has been migrated.

API

Features

  • Transparently check if template alias exists by @sitole in #1678

Orchestrator

Improvements

Bug Fixes


Template Builder

Features

Improvements

  • chore: improve error handling for templates by @dobrac in #1687

Bug Fixes

  • fix: template manager rolling deployments by @dobrac in #1683

New Contributors


Full Changelog:
2026.01...2026.02