Skip to content

Commit fc9754d

Browse files
release: bump to version v26.27.0
1 parent 8026eff commit fc9754d

17 files changed

Lines changed: 21709 additions & 21709 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.27.0-rc.4
16+
Licensed Work: Materialize Version v26.27.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
@@ -686,7 +686,7 @@
686686
type: string
687687
notationtype: ""
688688
autodefault: ""
689-
default: '`"v26.27.0-rc.4"`'
689+
default: '`"v26.27.0"`'
690690
autodescription: The tag/version of the operator image to be used
691691
description: ""
692692
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.27.0-rc.4
15-
appVersion: v26.27.0-rc.4
14+
version: v26.27.0
15+
appVersion: v26.27.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.27.0-rc.4](https://img.shields.io/badge/Version-v26.27.0--rc.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.27.0-rc.4](https://img.shields.io/badge/AppVersion-v26.27.0--rc.4-informational?style=flat-square)
3+
![Version: v26.27.0](https://img.shields.io/badge/Version-v26.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.27.0](https://img.shields.io/badge/AppVersion-v26.27.0-informational?style=flat-square)
44

55
Materialize Kubernetes Operator Helm Chart
66

@@ -164,7 +164,7 @@ The following table lists the configurable parameters of the Materialize operato
164164
| `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`` |
165165
| `operator.image.pullPolicy` | Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images | ``"IfNotPresent"`` |
166166
| `operator.image.repository` | The Docker repository for the operator image | ``"materialize/orchestratord"`` |
167-
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.27.0-rc.4"`` |
167+
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.27.0"`` |
168168
| `operator.nodeSelector` | Node selector to use for the operator pod | ``{}`` |
169169
| `operator.resources.limits` | Resource limits for the operator's CPU and memory | ``{"memory":"512Mi"}`` |
170170
| `operator.resources.requests` | Resources requested by the operator for CPU and memory | ``{"cpu":"100m","memory":"512Mi"}`` |
@@ -190,7 +190,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
190190

191191
```shell
192192
helm install my-materialize-operator \
193-
--set operator.image.tag=v26.27.0-rc.4 \
193+
--set operator.image.tag=v26.27.0 \
194194
materialize/materialize-operator
195195
```
196196

@@ -225,7 +225,7 @@ metadata:
225225
name: 12345678-1234-1234-1234-123456789012
226226
namespace: materialize-environment
227227
spec:
228-
environmentdImageRef: materialize/environmentd:v26.27.0-rc.4
228+
environmentdImageRef: materialize/environmentd:v26.27.0
229229
backendSecretName: materialize-backend
230230
environmentdResourceRequirements:
231231
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.27.0-rc.4
20+
value: materialize/orchestratord:v26.27.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.27.0-rc.4
16+
tag: v26.27.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.27.0-rc.4
32+
environmentdImageRef: materialize/environmentd:v26.27.0
3333
backendSecretName: materialize-backend
3434
authenticatorKind: None
3535
#balancerdExternalCertificateSpec:

0 commit comments

Comments
 (0)