Skip to content

Commit c5c8523

Browse files
release: bump to version v26.2.0-dev.0
1 parent 913b760 commit c5c8523

File tree

15 files changed

+26
-26
lines changed

15 files changed

+26
-26
lines changed

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.

doc/user/data/self_managed/materialize_operator_chart_parameter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
type: string
627627
notationtype: ""
628628
autodefault: ""
629-
default: '`"v26.0.0-dev.0--pr.gfa8ba620176a7d0f9abcc64f89f5d21db80c6d94"`'
629+
default: '`"v26.1.0-rc.1"`'
630630
autodescription: The tag/version of the operator image to be used
631631
description: ""
632632
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.1.0-dev.0
15-
appVersion: v26.1.0-dev.0
14+
version: v26.2.0-dev.0
15+
appVersion: v26.2.0-dev.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.1.0-dev.0](https://img.shields.io/badge/Version-v26.1.0--dev.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.1.0-dev.0](https://img.shields.io/badge/AppVersion-v26.1.0--dev.0-informational?style=flat-square)
3+
![Version: v26.2.0-dev.0](https://img.shields.io/badge/Version-v26.2.0--dev.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.2.0-dev.0](https://img.shields.io/badge/AppVersion-v26.2.0--dev.0-informational?style=flat-square)
44

55
Materialize Kubernetes Operator Helm Chart
66

@@ -159,7 +159,7 @@ The following table lists the configurable parameters of the Materialize operato
159159
| `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`` |
160160
| `operator.image.pullPolicy` | Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images | ``"IfNotPresent"`` |
161161
| `operator.image.repository` | The Docker repository for the operator image | ``"materialize/orchestratord"`` |
162-
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.0.0-rc.1"`` |
162+
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.1.0-rc.1"`` |
163163
| `operator.nodeSelector` | Node selector to use for the operator pod | ``nil`` |
164164
| `operator.resources.limits` | Resource limits for the operator's CPU and memory | ``{"memory":"512Mi"}`` |
165165
| `operator.resources.requests` | Resources requested by the operator for CPU and memory | ``{"cpu":"100m","memory":"512Mi"}`` |
@@ -185,7 +185,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
185185

186186
```shell
187187
helm install my-materialize-operator \
188-
--set operator.image.tag=v26.1.0-dev.0 \
188+
--set operator.image.tag=v26.2.0-dev.0 \
189189
materialize/materialize-operator
190190
```
191191

@@ -220,7 +220,7 @@ metadata:
220220
name: 12345678-1234-1234-1234-123456789012
221221
namespace: materialize-environment
222222
spec:
223-
environmentdImageRef: materialize/environmentd:v26.1.0-dev.0
223+
environmentdImageRef: materialize/environmentd:v26.2.0-dev.0
224224
backendSecretName: materialize-backend
225225
environmentdResourceRequirements:
226226
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.0.0-rc.1
20+
value: materialize/orchestratord:v26.1.0-rc.1
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.0.0-rc.1
16+
tag: v26.1.0-rc.1
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.1.0-dev.0
32+
environmentdImageRef: materialize/environmentd:v26.2.0-dev.0
3333
backendSecretName: materialize-backend
3434
authenticatorKind: None
3535
#balancerdExternalCertificateSpec:

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-balancerd"
33
description = "Balancer service."
4-
version = "26.1.0-dev.0"
4+
version = "26.2.0-dev.0"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/catalog-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-catalog-debug"
33
description = "Durable metadata storage debug tool."
4-
version = "26.1.0-dev.0"
4+
version = "26.2.0-dev.0"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/clusterd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-clusterd"
33
description = "Materialize's cluster server."
4-
version = "26.1.0-dev.0"
4+
version = "26.2.0-dev.0"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)