Self-managed release versions

V26 releases

Materialize Operator orchestratord version environmentd version Release date Notes
v26.4.0 v26.4.0 v26.4.0 2025-12-17 See v26.4.0 release notes.
v26.3.0 v26.3.0 v26.3.0 2025-12-12 See v26.3.0 release notes.
v26.2.0 v26.2.0 v26.2.0 2025-12-09 See v26.2.0 release notes.
v26.1.0 v26.1.0 v26.1.0 2025-11-26 See v26.1.0 release notes.
v26.0.0 v26.0.0 v26.0.0 2025-11-18 See v26.0.0 release notes

Terraform releases

Materialize provides the following Terraform modules as examples for deploying Materialize.

! Important:

These modules are intended for evaluation/demonstration purposes and for serving as a template when building your own production deployment. The modules should not be directly relied upon for production deployments: future releases of the modules will contain breaking changes. Instead, to use as a starting point for your own production deployment, either:

  • Fork the repo and pin to a specific version; or
  • Use the code as a reference when developing your own deployment.
Terraform version Notable changes
v1.0.2

General availability. Available for use with v26 or greater. For examples on using the modules, see the following guides:

Guide Description
Install on AWS Uses Terraform module to deploy Materialize to AWS Elastic Kubernetes Service (EKS).
Install on Azure Uses Terraform module to deploy Materialize to Azure Kubernetes Service (AKS).
Install on GCP Uses Terraform module to deploy Materialize to Google Kubernetes Engine(GKE).
Back to top ↑