Skip to content

Commit c113d4e

Browse files
committed
Bump version to v26.0.0-dev.0
1 parent c32278d commit c113d4e

File tree

16 files changed

+33
-46
lines changed

16 files changed

+33
-46
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.

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: v25.3.0-beta.1
15-
appVersion: v0.163.0-dev.0
14+
version: v26.0.0-dev.0
15+
appVersion: v26.0.0-dev.0
1616
icon: https://materialize.com/favicon.ico
1717
home: https://materialize.com

misc/helm-charts/operator/README.md

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

3-
![Version: v25.3.0-beta.1](https://img.shields.io/badge/Version-v25.3.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.163.0-dev.0](https://img.shields.io/badge/AppVersion-v0.163.0--dev.0-informational?style=flat-square)
3+
![Version: v26.0.0-dev.0](https://img.shields.io/badge/Version-v26.0.0--dev.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.0.0-dev.0](https://img.shields.io/badge/AppVersion-v26.0.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` | | ``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 | ``"v0.162.0"`` |
162+
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v26.0.0-dev.0"`` |
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=v0.163.0-dev.0 \
188+
--set operator.image.tag=v26.0.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:v0.163.0-dev.0
223+
environmentdImageRef: materialize/environmentd:v26.0.0-dev.0
224224
backendSecretName: materialize-backend
225225
environmentdResourceRequirements:
226226
limits:
@@ -305,7 +305,7 @@ Or check the `Chart.yaml` file in the `misc/helm-charts/operator` directory:
305305
apiVersion: v2
306306
name: materialize-operator
307307
# ...
308-
version: v25.3.0-beta-1
308+
version: v26.0.0-dev.0
309309
appVersion: v0.147.0 # Use this version for your Materialize instances
310310
```
311311

misc/helm-charts/operator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Or check the `Chart.yaml` file in the `misc/helm-charts/operator` directory:
246246
apiVersion: v2
247247
name: materialize-operator
248248
# ...
249-
version: v25.3.0-beta-1
249+
version: v26.0.0-dev.0
250250
appVersion: v0.147.0 # Use this version for your Materialize instances
251251
```
252252

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:v0.162.0
20+
value: materialize/orchestratord:v26.0.0-dev.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: v0.162.0
16+
tag: v26.0.0-dev.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
@@ -28,7 +28,7 @@ metadata:
2828
name: 12345678-1234-1234-1234-123456789012
2929
namespace: materialize-environment
3030
spec:
31-
environmentdImageRef: materialize/environmentd:v0.163.0-dev.0
31+
environmentdImageRef: materialize/environmentd:v26.0.0-dev.0
3232
backendSecretName: materialize-backend
3333
authenticatorKind: None
3434
#balancerdExternalCertificateSpec:

misc/python/materialize/cli/helm_chart_version_bump.py

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ def main() -> int:
2222
prog="helm-chart-version-bump",
2323
description="Bump environmentd (appVersion), orchestratord and helm-chart versions in helm chart.",
2424
)
25-
parser.add_argument(
26-
"--bump-weekly-version",
27-
action="store_true",
28-
help="Also bump the weekly Materialize operator release instead of the bi-yearly one",
29-
)
3025
parser.add_argument(
3126
"--helm-chart-version",
3227
type=str,
@@ -49,7 +44,12 @@ def main() -> int:
4944
mods = [
5045
(
5146
MZ_ROOT / "misc" / "helm-charts" / "operator" / "Chart.yaml",
52-
lambda docs: docs[0].update({"appVersion": args.environmentd_version}),
47+
lambda docs: docs[0].update(
48+
{
49+
"version": args.environmentd_version,
50+
"appVersion": args.environmentd_version,
51+
}
52+
),
5353
),
5454
(
5555
MZ_ROOT / "misc" / "helm-charts" / "testing" / "materialize.yaml",
@@ -61,19 +61,6 @@ def main() -> int:
6161
),
6262
]
6363

64-
if args.bump_weekly_version:
65-
mods += [
66-
(
67-
MZ_ROOT / "misc" / "helm-charts" / "operator-weekly" / "Chart.yaml",
68-
lambda docs: docs[0].update(
69-
{
70-
"version": args.environmentd_version,
71-
"appVersion": args.environmentd_version,
72-
}
73-
),
74-
),
75-
]
76-
7764
if args.bump_orchestratord_version:
7865
# There are two cases that bump the version:
7966
# 1. Bump to new unreleased dev version: Use the latest released orchestratord version

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 = "0.163.0-dev.0"
4+
version = "26.0.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 = "0.163.0-dev.0"
4+
version = "26.0.0-dev.0"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)