Skip to main content

Releases

Current release status for Butler Labs open source projects.

Butler Platform

ComponentLatestTypeReleased
CRD type definitions (the API contract)
0.22.0moduleJun 12, 2026
Core reconciliation controllers
0.28.1containerMay 30, 2026
HTTP/WS API server
0.22.0containerJul 12, 2026
Web console
0.16.1containerJul 10, 2026
CLI tools (butlerctl, butleradm)
0.18.0binaryJun 12, 2026
Management cluster bootstrap controller
0.5.6containerMay 20, 2026
Harvester HCI provider controller
0.2.3containerApr 26, 2026
Nutanix AHV provider controller
0.2.3containerApr 26, 2026
AWS provider controller
0.1.2containerApr 26, 2026
GCP provider controller
--container--
Azure provider controller
--container--
OS image building and hosting service
--container--
Backstage-based developer portal
0.6.2containerJul 17, 2026
Helm charts for deployment
0.14.2helmJul 12, 2026

Quick Install

# Install Butler CRDs
helm install butler-crds oci://ghcr.io/butlerdotdev/charts/butler-crds

# Install Butler Controller
helm install butler-controller oci://ghcr.io/butlerdotdev/charts/butler-controller

Steward

ComponentLatestTypeReleased
Core operator
0.4.0containerMar 23, 2026
Cluster API control plane provider
0.3.0containerFeb 12, 2026
TCP proxy for control plane access
0.2.0container--

Quick Install

# Install Steward
helm install steward oci://ghcr.io/butlerdotdev/charts/steward

Version Policy

Butler Labs projects follow Semantic Versioning:

  • Major (X.0.0) -- Breaking changes to APIs or CRDs
  • Minor (0.X.0) -- New features, backwards compatible
  • Patch (0.0.X) -- Bug fixes, backwards compatible

All pre-1.0 releases may include breaking changes in minor versions.