Skip to content

Commit 2a6ba01

Browse files
release: bump to version v26.31.0
1 parent 36e16e6 commit 2a6ba01

17 files changed

Lines changed: 22302 additions & 22302 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Business Source License 1.1
1313

1414
Licensor: Materialize, Inc.
1515

16-
Licensed Work: Materialize Version v26.31.0-rc.3
16+
Licensed Work: Materialize Version v26.31.0
1717
The Licensed Work is © 2026 Materialize, Inc.
1818

1919
Additional Use Grant: Within a single installation of the Licensed Work,

doc/user/data/self_managed/materialize_operator_chart_parameter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
type: string
759759
notationtype: ""
760760
autodefault: ""
761-
default: '`"v26.31.0-rc.3"`'
761+
default: '`"v26.31.0"`'
762762
autodescription: The tag/version of the operator image to be used
763763
description: ""
764764
section: ""

misc/helm-charts/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apiVersion: v2
1111
name: materialize-operator
1212
description: Materialize Kubernetes Operator Helm Chart
1313
type: application
14-
version: v26.31.0-rc.3
15-
appVersion: v26.31.0-rc.3
14+
version: v26.31.0
15+
appVersion: v26.31.0
1616
icon: https://materialize.com/favicon.ico
1717
home: https://materialize.com

misc/helm-charts/operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Materialize Kubernetes Operator Helm Chart
22

3-
![Version: v26.31.0-rc.3](https://img.shields.io/badge/Version-v26.31.0--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.31.0-rc.3](https://img.shields.io/badge/AppVersion-v26.31.0--rc.3-informational?style=flat-square)
3+
![Version: v26.31.0](https://img.shields.io/badge/Version-v26.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.31.0](https://img.shields.io/badge/AppVersion-v26.31.0-informational?style=flat-square)
44

55
Materialize Kubernetes Operator Helm Chart
66

@@ -170,7 +170,7 @@ The following table lists the configurable parameters of the Materialize operato
170170
| `operator.clusters.swap_enabled` | Configure sizes such that the pod QoS class is not Guaranteed, as is required for swap to be enabled. Disk doesn't make much sense with swap, as swap performs better than lgalloc, so it also gets disabled. | ``true`` |
171171
| `operator.image.pullPolicy` | Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images | ``"IfNotPresent"`` |
172172
| `operator.image.repository` | The Docker repository for the operator image | ``"materialize/orchestratord"`` |
173-
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.31.0-rc.3"`` |
173+
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.31.0"`` |
174174
| `operator.nodeSelector` | Node selector to use for the operator pod | ``{}`` |
175175
| `operator.resources.limits` | Resource limits for the operator's CPU and memory | ``{"memory":"512Mi"}`` |
176176
| `operator.resources.requests` | Resources requested by the operator for CPU and memory | ``{"cpu":"100m","memory":"512Mi"}`` |
@@ -196,7 +196,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
196196

197197
```shell
198198
helm install my-materialize-operator \
199-
--set operator.image.tag=v26.31.0-rc.3 \
199+
--set operator.image.tag=v26.31.0 \
200200
materialize/materialize-operator
201201
```
202202

@@ -231,7 +231,7 @@ metadata:
231231
name: 12345678-1234-1234-1234-123456789012
232232
namespace: materialize-environment
233233
spec:
234-
environmentdImageRef: materialize/environmentd:v26.31.0-rc.3
234+
environmentdImageRef: materialize/environmentd:v26.31.0
235235
backendSecretName: materialize-backend
236236
environmentdResourceRequirements:
237237
limits:

misc/helm-charts/operator/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tests:
1717
of: Deployment
1818
- equal:
1919
path: spec.template.spec.containers[0].image
20-
value: materialize/orchestratord:v26.31.0-rc.3
20+
value: materialize/orchestratord:v26.31.0
2121
- equal:
2222
path: spec.template.spec.containers[0].imagePullPolicy
2323
value: IfNotPresent

misc/helm-charts/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ operator:
1313
# -- The Docker repository for the operator image
1414
repository: materialize/orchestratord
1515
# -- The tag/version of the operator image to be used
16-
tag: v26.31.0-rc.3
16+
tag: v26.31.0
1717
# -- Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images
1818
pullPolicy: IfNotPresent
1919

misc/helm-charts/testing/materialize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metadata:
2929
name: 12345678-1234-1234-1234-123456789012
3030
namespace: materialize-environment
3131
spec:
32-
environmentdImageRef: materialize/environmentd:v26.31.0-rc.3
32+
environmentdImageRef: materialize/environmentd:v26.31.0
3333
backendSecretName: materialize-backend
3434
authenticatorKind: None
3535
#balancerdExternalCertificateSpec:

0 commit comments

Comments
 (0)