-
Notifications
You must be signed in to change notification settings - Fork 487
docs: add TF release notes #34577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: add TF release notes #34577
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| - name: materialize-intro | ||
| content: | | ||
| Materialize is the live data layer for apps and AI agents. To keep results | ||
| up-to-date as new data arrives, Materialize incrementally updates results as | ||
| it ingests data rather than recalculating results from scratch. | ||
|
|
||
| - name: materialize-offerings | ||
| content: | | ||
| Materialize is available as: | ||
|
|
||
| | Offering | Description | Get Started | | ||
| |----------|-------------|-------------| | ||
| | **Materialize Cloud** | Materialize Cloud is a fully-managed service for Materialize. | 🚀 Sign up for a [free trial account](https://materialize.com/register/?utm_campaign=General&utm_source=documentation) on Materialize Cloud and try out the [Quickstart](/get-started/quickstart/). | | ||
| | **Materialize Self-Managed** | Deploy and operate Materialize in your Kubernetes environment. Whereas Materialize Cloud gives you a fully managed service, Materialize Self-Managed allows you to deploy Materialize in your own infrastructure.<br><br>{{< include-md file="shared-content/self-managed/editions-available.md" >}} | 🚀 [Install self-managed](/get-started/install/) and try out the [Quickstart](/get-started/quickstart/). | | ||
| | **Materialize Emulator** | Materialize Emulator is an all-in-one Docker image that provides the fastest way to get hands-on experience with Materialize for local development. | 🚀 [Download and run Materialize Emulator](/get-started/install-materialize-emulator/) and try out the [Quickstart](/get-started/quickstart/). | | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| columns: | ||
| - column: "Terraform version" | ||
| - column: "Notable changes" | ||
|
|
||
| rows: | ||
|
|
||
| - "Terraform version": | | ||
| v1.0.2 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's actually probably v1.0.3 since v1.02 was from last week and we probably want the latest in main to be our GA. https://github.com/MaterializeInc/materialize-terraform-self-managed/tags |
||
| "Notable changes": | | ||
| General availability. Available for use with v26 or greater. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The GA release is always a slightly goofy one in notable changes but eh. |
||
| For examples on using the modules, see the following guides: | ||
| | Guide | Description | | ||
| | ------------- | -------| | ||
| | [Install on AWS](/self-managed-deployments/installation/install-on-aws/) |Uses Terraform module to deploy Materialize to AWS Elastic Kubernetes Service (EKS). | ||
| | [Install on Azure](/self-managed-deployments/installation/install-on-azure/) | Uses Terraform module to deploy Materialize to Azure Kubernetes Service (AKS). | ||
| | [Install on GCP](/self-managed-deployments/installation/install-on-gcp/) |Uses Terraform module to deploy Materialize to Google Kubernetes Engine(GKE). | ||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The editions available table can go somewhere else ... but for now, can remain.