Skip to content

Commit 80e8aed

Browse files
committed
release: bump to version v0.130.13
1 parent 9f3de0d commit 80e8aed

File tree

23 files changed

+53
-53
lines changed

23 files changed

+53
-53
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.

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 v0.130.12
16+
Licensed Work: Materialize Version v0.130.13
1717
The Licensed Work is © 2025 Materialize, Inc.
1818

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

misc/helm-charts/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ name: materialize-operator
1212
description: Materialize Kubernetes Operator Helm Chart
1313
type: application
1414
version: v25.1.0-beta.1
15-
appVersion: v0.130.12
15+
appVersion: v0.130.13
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: v25.1.0-beta.1](https://img.shields.io/badge/Version-v25.1.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.130.12](https://img.shields.io/badge/AppVersion-v0.130.12-informational?style=flat-square)
3+
![Version: v25.1.0-beta.1](https://img.shields.io/badge/Version-v25.1.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.130.13](https://img.shields.io/badge/AppVersion-v0.130.13-informational?style=flat-square)
44

55
Materialize Kubernetes Operator Helm Chart
66

@@ -143,7 +143,7 @@ The following table lists the configurable parameters of the Materialize operato
143143
| `operator.features.authentication` | Whether to enable environmentd rbac checks TODO: this is not yet supported in the helm chart | ``false`` |
144144
| `operator.image.pullPolicy` | Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images | ``"IfNotPresent"`` |
145145
| `operator.image.repository` | The Docker repository for the operator image | ``"materialize/orchestratord"`` |
146-
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v0.130.12"`` |
146+
| `operator.image.tag` | The tag/version of the operator image to be used | ``"v0.130.13"`` |
147147
| `operator.nodeSelector` | | ``{}`` |
148148
| `operator.resources.limits` | Resource limits for the operator's CPU and memory | ``{"memory":"512Mi"}`` |
149149
| `operator.resources.requests` | Resources requested by the operator for CPU and memory | ``{"cpu":"100m","memory":"512Mi"}`` |
@@ -168,7 +168,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
168168

169169
```shell
170170
helm install my-materialize-operator \
171-
--set operator.image.tag=v0.130.12 \
171+
--set operator.image.tag=v0.130.13 \
172172
materialize/materialize-operator
173173
```
174174

@@ -203,7 +203,7 @@ metadata:
203203
name: 12345678-1234-1234-1234-123456789012
204204
namespace: materialize-environment
205205
spec:
206-
environmentdImageRef: materialize/environmentd:v0.130.12
206+
environmentdImageRef: materialize/environmentd:v0.130.13
207207
backendSecretName: materialize-backend
208208
environmentdResourceRequirements:
209209
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:v0.130.12
20+
value: materialize/orchestratord:v0.130.13
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.130.12
16+
tag: v0.130.13
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.130.12
31+
environmentdImageRef: materialize/environmentd:v0.130.13
3232
backendSecretName: materialize-backend
3333
#balancerdExternalCertificateSpec:
3434
# dnsNames:

src/balancerd/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rust_library(
3030
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
3131
rustc_env = {},
3232
rustc_flags = [],
33-
version = "0.130.12",
33+
version = "0.130.13",
3434
deps = [
3535
"//src/alloc:mz_alloc",
3636
"//src/alloc-default:mz_alloc_default",
@@ -70,7 +70,7 @@ rust_test(
7070
),
7171
rustc_env = {},
7272
rustc_flags = [],
73-
version = "0.130.12",
73+
version = "0.130.13",
7474
deps = [
7575
"//src/alloc:mz_alloc",
7676
"//src/alloc-default:mz_alloc_default",
@@ -137,7 +137,7 @@ rust_test(
137137
),
138138
rustc_env = {},
139139
rustc_flags = [],
140-
version = "0.130.12",
140+
version = "0.130.13",
141141
deps = [
142142
":mz_balancerd",
143143
"//src/alloc:mz_alloc",
@@ -175,7 +175,7 @@ rust_binary(
175175
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
176176
rustc_env = {},
177177
rustc_flags = [],
178-
version = "0.130.12",
178+
version = "0.130.13",
179179
deps = [
180180
":mz_balancerd",
181181
"//src/alloc:mz_alloc",

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.130.12"
4+
version = "0.130.13"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/catalog-debug/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust_binary(
2929
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
3030
rustc_env = {},
3131
rustc_flags = [],
32-
version = "0.130.12",
32+
version = "0.130.13",
3333
deps = [
3434
"//src/adapter:mz_adapter",
3535
"//src/adapter-types:mz_adapter_types",

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.130.12"
4+
version = "0.130.13"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/clusterd/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rust_library(
3131
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
3232
rustc_env = {},
3333
rustc_flags = [],
34-
version = "0.130.12",
34+
version = "0.130.13",
3535
deps = [
3636
"//src/alloc:mz_alloc",
3737
"//src/alloc-default:mz_alloc_default",
@@ -80,7 +80,7 @@ rust_test(
8080
),
8181
rustc_env = {},
8282
rustc_flags = [],
83-
version = "0.130.12",
83+
version = "0.130.13",
8484
deps = [
8585
"//src/alloc:mz_alloc",
8686
"//src/alloc-default:mz_alloc_default",
@@ -153,7 +153,7 @@ rust_binary(
153153
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
154154
rustc_env = {},
155155
rustc_flags = [],
156-
version = "0.130.12",
156+
version = "0.130.13",
157157
deps = [
158158
":mz_clusterd",
159159
"//src/alloc:mz_alloc",

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 = "0.130.12"
4+
version = "0.130.13"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/environmentd/BUILD.bazel

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rust_library(
4343
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
4444
rustc_env = {},
4545
rustc_flags = [],
46-
version = "0.130.12",
46+
version = "0.130.13",
4747
deps = [
4848
":mz_environmentd_build_script",
4949
"//src/adapter:mz_adapter",
@@ -115,7 +115,7 @@ rust_test(
115115
),
116116
rustc_env = {},
117117
rustc_flags = [],
118-
version = "0.130.12",
118+
version = "0.130.13",
119119
deps = [
120120
"//src/adapter:mz_adapter",
121121
"//src/adapter-types:mz_adapter_types",
@@ -242,7 +242,7 @@ rust_test(
242242
),
243243
rustc_env = {},
244244
rustc_flags = [],
245-
version = "0.130.12",
245+
version = "0.130.13",
246246
deps = [
247247
"//src/adapter:mz_adapter",
248248
"//src/adapter-types:mz_adapter_types",
@@ -309,7 +309,7 @@ rust_test(
309309
),
310310
rustc_env = {},
311311
rustc_flags = [],
312-
version = "0.130.12",
312+
version = "0.130.13",
313313
deps = [
314314
"//src/adapter:mz_adapter",
315315
"//src/adapter-types:mz_adapter_types",
@@ -376,7 +376,7 @@ rust_test(
376376
),
377377
rustc_env = {},
378378
rustc_flags = [],
379-
version = "0.130.12",
379+
version = "0.130.13",
380380
deps = [
381381
"//src/adapter:mz_adapter",
382382
"//src/adapter-types:mz_adapter_types",
@@ -443,7 +443,7 @@ rust_test(
443443
),
444444
rustc_env = {},
445445
rustc_flags = [],
446-
version = "0.130.12",
446+
version = "0.130.13",
447447
deps = [
448448
"//src/adapter:mz_adapter",
449449
"//src/adapter-types:mz_adapter_types",
@@ -510,7 +510,7 @@ rust_test(
510510
),
511511
rustc_env = {},
512512
rustc_flags = [],
513-
version = "0.130.12",
513+
version = "0.130.13",
514514
deps = [
515515
"//src/adapter:mz_adapter",
516516
"//src/adapter-types:mz_adapter_types",
@@ -577,7 +577,7 @@ rust_test(
577577
),
578578
rustc_env = {},
579579
rustc_flags = [],
580-
version = "0.130.12",
580+
version = "0.130.13",
581581
deps = [
582582
"//src/adapter:mz_adapter",
583583
"//src/adapter-types:mz_adapter_types",
@@ -644,7 +644,7 @@ rust_test(
644644
),
645645
rustc_env = {},
646646
rustc_flags = [],
647-
version = "0.130.12",
647+
version = "0.130.13",
648648
deps = [
649649
"//src/adapter:mz_adapter",
650650
"//src/adapter-types:mz_adapter_types",
@@ -711,7 +711,7 @@ rust_test(
711711
),
712712
rustc_env = {},
713713
rustc_flags = [],
714-
version = "0.130.12",
714+
version = "0.130.13",
715715
deps = [
716716
"//src/adapter:mz_adapter",
717717
"//src/adapter-types:mz_adapter_types",
@@ -772,7 +772,7 @@ rust_binary(
772772
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
773773
rustc_env = {},
774774
rustc_flags = [],
775-
version = "0.130.12",
775+
version = "0.130.13",
776776
deps = [
777777
":mz_environmentd",
778778
"//src/adapter:mz_adapter",

src/environmentd/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-environmentd"
33
description = "Manages a single Materialize environment."
4-
version = "0.130.12"
4+
version = "0.130.13"
55
authors = ["Materialize, Inc."]
66
license = "proprietary"
77
edition.workspace = true

src/materialized/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust_binary(
2929
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
3030
rustc_env = {},
3131
rustc_flags = [],
32-
version = "0.130.12",
32+
version = "0.130.13",
3333
deps = [
3434
"//src/clusterd:mz_clusterd",
3535
"//src/environmentd:mz_environmentd",

src/materialized/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-materialized"
33
description = "Materialize's unified binary."
4-
version = "0.130.12"
4+
version = "0.130.13"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)