Skip to content

Changelog#

v0.1.x#

v0.1.8#

September 17, 2026

Features#

  • Template now supports Go template expressions in the template body.
  • Helm render failures are now reported on the instance status instead of only in the operator logs.

Bug Fixes#

  • Fixed ClusterTemplateInstance not creating informers for some of the resource kinds it deploys, so changes to those resources went unwatched.
  • Fixed ClusterTemplateInstance status reporting a stale namespaceCount.
  • Fixed the operator's admin ClusterRoleBinding being created incorrectly when the operator is installed outside the template-operator-system namespace.

Enhancements#

  • Templates are now rendered with Helm v3.21.2.
  • Dependency and security updates.

Note

v0.1.6 and v0.1.7 are private releases; all their changes ship in v0.1.8.

v0.1.5#

August 29, 2025

Bug Fixes#

  • Migration no longer sets owner references on the new CRs, and no longer deletes them.

v0.1.4#

This version acts as a starting version for Template Operator, introducing Multi Tenant Operator's resource provisioning support as a separate product.