diff --git a/aws/modules/operator/README.md b/aws/modules/operator/README.md index effea0d..a99f1ee 100644 --- a/aws/modules/operator/README.md +++ b/aws/modules/operator/README.md @@ -47,7 +47,7 @@ No modules. | [name\_prefix](#input\_name\_prefix) | Prefix for all resource names (replaces separate namespace and environment variables) | `string` | n/a | yes | | [operator\_namespace](#input\_operator\_namespace) | Namespace for the Materialize operator | `string` | `"materialize"` | no | | [operator\_node\_selector](#input\_operator\_node\_selector) | Node selector for operator pods and metrics-server. | `map(string)` | `{}` | no | -| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.0.0"` | no | +| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.1.0"` | no | | [orchestratord\_version](#input\_orchestratord\_version) | Version of the Materialize orchestrator to install | `string` | `null` | no | | [swap\_enabled](#input\_swap\_enabled) | Whether to enable swap on the local NVMe disks. | `bool` | `true` | no | | [tolerations](#input\_tolerations) | Tolerations for operator pods and metrics-server. |
list(object({
key = string
value = optional(string)
operator = optional(string, "Equal")
effect = string
}))
| `[]` | no | diff --git a/aws/modules/operator/variables.tf b/aws/modules/operator/variables.tf index 2cf8a6e..08590db 100644 --- a/aws/modules/operator/variables.tf +++ b/aws/modules/operator/variables.tf @@ -7,7 +7,7 @@ variable "name_prefix" { variable "operator_version" { description = "Version of the Materialize operator to install" type = string - default = "v26.0.0" # META: helm-chart version + default = "v26.1.0" # META: helm-chart version nullable = false } diff --git a/azure/modules/operator/README.md b/azure/modules/operator/README.md index 6ec177a..244673b 100644 --- a/azure/modules/operator/README.md +++ b/azure/modules/operator/README.md @@ -45,7 +45,7 @@ No modules. | [name\_prefix](#input\_name\_prefix) | Prefix for all resource names (replaces separate namespace and environment variables) | `string` | n/a | yes | | [operator\_namespace](#input\_operator\_namespace) | Namespace for the Materialize operator | `string` | `"materialize"` | no | | [operator\_node\_selector](#input\_operator\_node\_selector) | Node selector for operator pods and metrics-server. | `map(string)` | `{}` | no | -| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.0.0"` | no | +| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.1.0"` | no | | [orchestratord\_version](#input\_orchestratord\_version) | Version of the Materialize orchestrator to install | `string` | `null` | no | | [swap\_enabled](#input\_swap\_enabled) | Whether to enable swap on the local NVMe disks. | `bool` | `true` | no | | [tolerations](#input\_tolerations) | Tolerations for operator pods and metrics-server. |
list(object({
key = string
value = optional(string)
operator = optional(string, "Equal")
effect = string
}))
| `[]` | no | diff --git a/azure/modules/operator/variables.tf b/azure/modules/operator/variables.tf index 48c5d8b..98e75b4 100644 --- a/azure/modules/operator/variables.tf +++ b/azure/modules/operator/variables.tf @@ -7,7 +7,7 @@ variable "name_prefix" { variable "operator_version" { description = "Version of the Materialize operator to install" type = string - default = "v26.0.0" # META: helm-chart version + default = "v26.1.0" # META: helm-chart version nullable = false } diff --git a/gcp/modules/operator/README.md b/gcp/modules/operator/README.md index 2c394da..e9b30da 100644 --- a/gcp/modules/operator/README.md +++ b/gcp/modules/operator/README.md @@ -44,7 +44,7 @@ No modules. | [name\_prefix](#input\_name\_prefix) | Prefix for all resource names (replaces separate namespace and environment variables) | `string` | n/a | yes | | [operator\_namespace](#input\_operator\_namespace) | Namespace for the Materialize operator | `string` | `"materialize"` | no | | [operator\_node\_selector](#input\_operator\_node\_selector) | Node selector for operator pods and metrics-server. | `map(string)` | `{}` | no | -| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.0.0"` | no | +| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v26.1.0"` | no | | [orchestratord\_version](#input\_orchestratord\_version) | Version of the Materialize orchestrator to install | `string` | `null` | no | | [region](#input\_region) | Region/Zone for the operator Helm values. | `string` | n/a | yes | | [swap\_enabled](#input\_swap\_enabled) | Whether to enable swap on the local NVMe disks. | `bool` | `true` | no | diff --git a/gcp/modules/operator/variables.tf b/gcp/modules/operator/variables.tf index 6982a89..3b85d29 100644 --- a/gcp/modules/operator/variables.tf +++ b/gcp/modules/operator/variables.tf @@ -7,7 +7,7 @@ variable "name_prefix" { variable "operator_version" { description = "Version of the Materialize operator to install" type = string - default = "v26.0.0" # META: helm-chart version + default = "v26.1.0" # META: helm-chart version nullable = false } diff --git a/kubernetes/modules/materialize-instance/README.md b/kubernetes/modules/materialize-instance/README.md index 8e4b270..3318569 100644 --- a/kubernetes/modules/materialize-instance/README.md +++ b/kubernetes/modules/materialize-instance/README.md @@ -38,7 +38,7 @@ No modules. | [create\_namespace](#input\_create\_namespace) | Whether to create the Kubernetes namespace. Set to false if the namespace already exists. | `bool` | `true` | no | | [environmentd\_extra\_args](#input\_environmentd\_extra\_args) | Extra command line arguments for environmentd | `list(string)` | `[]` | no | | [environmentd\_extra\_env](#input\_environmentd\_extra\_env) | Extra environment variables for environmentd |
list(object({
name = string
value = string
}))
| `[]` | no | -| [environmentd\_version](#input\_environmentd\_version) | Version of environmentd to use | `string` | `"v26.0.0"` | no | +| [environmentd\_version](#input\_environmentd\_version) | Version of environmentd to use | `string` | `"v26.1.0"` | no | | [external\_login\_password\_mz\_system](#input\_external\_login\_password\_mz\_system) | Password for external login to mz\_system. Must be set if authenticator\_kind is 'Password'. | `string` | `null` | no | | [force\_rollout](#input\_force\_rollout) | UUID to force a rollout | `string` | `"00000000-0000-0000-0000-000000000001"` | no | | [in\_place\_rollout](#input\_in\_place\_rollout) | Whether to perform in-place rollouts | `bool` | `true` | no | diff --git a/kubernetes/modules/materialize-instance/variables.tf b/kubernetes/modules/materialize-instance/variables.tf index fffb92d..938802d 100644 --- a/kubernetes/modules/materialize-instance/variables.tf +++ b/kubernetes/modules/materialize-instance/variables.tf @@ -41,7 +41,7 @@ variable "license_key" { variable "environmentd_version" { description = "Version of environmentd to use" type = string - default = "v26.0.0" # META: mz version + default = "v26.1.0" # META: mz version nullable = false }