From 49a99cd1a930be954e5ba02a69c9e5093d4ce8bc Mon Sep 17 00:00:00 2001 From: Joseph Koshakow Date: Thu, 5 Dec 2024 15:06:11 -0500 Subject: [PATCH] release: bump to version v0.126.5 --- Cargo.lock | 16 +++++++-------- LICENSE | 2 +- misc/helm-charts/operator/Chart.yaml | 2 +- misc/helm-charts/operator/README.md | 8 ++++---- .../operator/tests/deployment_test.yaml | 2 +- misc/helm-charts/operator/values.yaml | 2 +- misc/helm-charts/testing/environmentd.yaml | 2 +- src/balancerd/BUILD.bazel | 8 ++++---- src/balancerd/Cargo.toml | 2 +- src/catalog-debug/BUILD.bazel | 2 +- src/catalog-debug/Cargo.toml | 2 +- src/clusterd/BUILD.bazel | 6 +++--- src/clusterd/Cargo.toml | 2 +- src/environmentd/BUILD.bazel | 20 +++++++++---------- src/environmentd/Cargo.toml | 2 +- src/materialized/BUILD.bazel | 2 +- src/materialized/Cargo.toml | 2 +- src/orchestratord/BUILD.bazel | 6 +++--- src/orchestratord/Cargo.toml | 2 +- src/persist-client/BUILD.bazel | 4 ++-- src/persist-client/Cargo.toml | 2 +- src/testdrive/BUILD.bazel | 6 +++--- src/testdrive/Cargo.toml | 2 +- 23 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf7e3d54509df..a70d76f2db3f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4340,7 +4340,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "async-trait", @@ -4484,7 +4484,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "clap", @@ -4640,7 +4640,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "axum", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "askama", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "mz-materialized" -version = "0.126.3" +version = "0.126.5" dependencies = [ "mz-clusterd", "mz-environmentd", @@ -5569,7 +5569,7 @@ dependencies = [ [[package]] name = "mz-orchestratord" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "async-trait", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -6818,7 +6818,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.126.3" +version = "0.126.5" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index 4c74dc4a6baf5..34a519a546108 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.126.3 +Licensed Work: Materialize Version v0.126.5 The Licensed Work is © 2024 Materialize, Inc. Additional Use Grant: Within a single installation of Materialize, you diff --git a/misc/helm-charts/operator/Chart.yaml b/misc/helm-charts/operator/Chart.yaml index 100d440477114..de2f0f9438b5c 100644 --- a/misc/helm-charts/operator/Chart.yaml +++ b/misc/helm-charts/operator/Chart.yaml @@ -12,6 +12,6 @@ name: materialize-operator description: Materialize Kubernetes Operator Helm Chart type: application version: v25.1.0-beta.1 -appVersion: v0.126.3 +appVersion: v0.126.5 icon: https://materialize.com/favicon.ico home: https://materialize.com diff --git a/misc/helm-charts/operator/README.md b/misc/helm-charts/operator/README.md index 39bad7381e89e..9c5d95f7cc65c 100644 --- a/misc/helm-charts/operator/README.md +++ b/misc/helm-charts/operator/README.md @@ -1,6 +1,6 @@ # Materialize Kubernetes Operator Helm Chart -![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.126.3](https://img.shields.io/badge/AppVersion-v0.126.3-informational?style=flat-square) +![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.126.5](https://img.shields.io/badge/AppVersion-v0.126.5-informational?style=flat-square) Materialize Kubernetes Operator Helm Chart @@ -252,7 +252,7 @@ The following table lists the configurable parameters of the Materialize operato | `operator.features.createConsole` | | ``true`` | | `operator.image.pullPolicy` | | ``"IfNotPresent"`` | | `operator.image.repository` | | ``"materialize/orchestratord"`` | -| `operator.image.tag` | | ``"v0.126.3"`` | +| `operator.image.tag` | | ``"v0.126.5"`` | | `operator.nodeSelector` | | ``{}`` | | `operator.resources.limits.memory` | | ``"512Mi"`` | | `operator.resources.requests.cpu` | | ``"100m"`` | @@ -274,7 +274,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```shell helm install my-materialize-operator \ - --set operator.image.tag=v0.126.3 \ + --set operator.image.tag=v0.126.5 \ materialize/materialize-operator ``` @@ -309,7 +309,7 @@ metadata: name: 12345678-1234-1234-1234-123456789012 namespace: materialize-environment spec: - environmentdImageRef: materialize/environmentd:v0.126.3 + environmentdImageRef: materialize/environmentd:v0.126.5 backendSecretName: materialize-backend environmentdResourceRequirements: limits: diff --git a/misc/helm-charts/operator/tests/deployment_test.yaml b/misc/helm-charts/operator/tests/deployment_test.yaml index c771c163513ec..3cb72a4034daf 100644 --- a/misc/helm-charts/operator/tests/deployment_test.yaml +++ b/misc/helm-charts/operator/tests/deployment_test.yaml @@ -17,7 +17,7 @@ tests: of: Deployment - equal: path: spec.template.spec.containers[0].image - value: materialize/orchestratord:v0.126.3 + value: materialize/orchestratord:v0.126.5 - equal: path: spec.template.spec.containers[0].imagePullPolicy value: IfNotPresent diff --git a/misc/helm-charts/operator/values.yaml b/misc/helm-charts/operator/values.yaml index 2f7d453f1b0e8..c5a16a4c43b23 100644 --- a/misc/helm-charts/operator/values.yaml +++ b/misc/helm-charts/operator/values.yaml @@ -13,7 +13,7 @@ operator: # The Docker repository for the operator image repository: materialize/orchestratord # The tag/version of the operator image to be used - tag: v0.126.3 + tag: v0.126.5 # Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images pullPolicy: IfNotPresent diff --git a/misc/helm-charts/testing/environmentd.yaml b/misc/helm-charts/testing/environmentd.yaml index ab54fd16552be..063598e41dac4 100644 --- a/misc/helm-charts/testing/environmentd.yaml +++ b/misc/helm-charts/testing/environmentd.yaml @@ -28,5 +28,5 @@ metadata: name: 12345678-1234-1234-1234-123456789012 namespace: materialize-environment spec: - environmentdImageRef: materialize/environmentd:v0.126.3 + environmentdImageRef: materialize/environmentd:v0.126.5 backendSecretName: materialize-backend diff --git a/src/balancerd/BUILD.bazel b/src/balancerd/BUILD.bazel index 3d48f0f2a6c92..22681602be99b 100644 --- a/src/balancerd/BUILD.bazel +++ b/src/balancerd/BUILD.bazel @@ -30,7 +30,7 @@ rust_library( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -70,7 +70,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -137,7 +137,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_balancerd", "//src/alloc:mz_alloc", @@ -175,7 +175,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_balancerd", "//src/alloc:mz_alloc", diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index ef4fff5778d4e..5b3869ffef98c 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/BUILD.bazel b/src/catalog-debug/BUILD.bazel index 45dac9909e0db..93739b71757a4 100644 --- a/src/catalog-debug/BUILD.bazel +++ b/src/catalog-debug/BUILD.bazel @@ -29,7 +29,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/build-info:mz_build_info", diff --git a/src/catalog-debug/Cargo.toml b/src/catalog-debug/Cargo.toml index 9693c98e4e864..723b13e5b2d84 100644 --- a/src/catalog-debug/Cargo.toml +++ b/src/catalog-debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-catalog-debug" description = "Durable metadata storage debug tool." -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/BUILD.bazel b/src/clusterd/BUILD.bazel index 3aa30b7a7763e..a4a79ed0d06f8 100644 --- a/src/clusterd/BUILD.bazel +++ b/src/clusterd/BUILD.bazel @@ -31,7 +31,7 @@ rust_library( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -80,7 +80,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -153,7 +153,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_clusterd", "//src/alloc:mz_alloc", diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index 2419555fc69ac..dacd4e3cd716f 100644 --- a/src/clusterd/Cargo.toml +++ b/src/clusterd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-clusterd" description = "Materialize's cluster server." -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/BUILD.bazel b/src/environmentd/BUILD.bazel index 29128e07c91da..7d79f51b3ad33 100644 --- a/src/environmentd/BUILD.bazel +++ b/src/environmentd/BUILD.bazel @@ -43,7 +43,7 @@ rust_library( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_environmentd_build_script", "//src/adapter:mz_adapter", @@ -116,7 +116,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -251,7 +251,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -319,7 +319,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -387,7 +387,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -455,7 +455,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -523,7 +523,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -591,7 +591,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -659,7 +659,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -721,7 +721,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_environmentd", "//src/adapter:mz_adapter", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index b28f23e78c3a5..6ba0e43c03295 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-environmentd" description = "Manages a single Materialize environment." -version = "0.126.3" +version = "0.126.5" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/materialized/BUILD.bazel b/src/materialized/BUILD.bazel index 8e88ee54df2d6..08a4afda5646f 100644 --- a/src/materialized/BUILD.bazel +++ b/src/materialized/BUILD.bazel @@ -29,7 +29,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/clusterd:mz_clusterd", "//src/environmentd:mz_environmentd", diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index b0fac4959f5f1..cc74111756a26 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-materialized" description = "Materialize's unified binary." -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/orchestratord/BUILD.bazel b/src/orchestratord/BUILD.bazel index a7e5ce9c562f7..b3a9dd1fd89f2 100644 --- a/src/orchestratord/BUILD.bazel +++ b/src/orchestratord/BUILD.bazel @@ -30,7 +30,7 @@ rust_library( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -69,7 +69,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -124,7 +124,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_orchestratord", "//src/alloc:mz_alloc", diff --git a/src/orchestratord/Cargo.toml b/src/orchestratord/Cargo.toml index 74482c49d5352..c535ec61b17d4 100644 --- a/src/orchestratord/Cargo.toml +++ b/src/orchestratord/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-orchestratord" description = "Kubernetes operator for Materialize regions" -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/persist-client/BUILD.bazel b/src/persist-client/BUILD.bazel index eef923de563c7..be79d11061cdc 100644 --- a/src/persist-client/BUILD.bazel +++ b/src/persist-client/BUILD.bazel @@ -29,7 +29,7 @@ rust_library( proc_macro_deps = ["//src/persist-proc:mz_persist_proc"] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_persist_client_build_script", "//src/build-info:mz_build_info", @@ -68,7 +68,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/build-info:mz_build_info", "//src/dyncfg:mz_dyncfg", diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 7183a18a949cb..50aebc0e6fba8 100644 --- a/src/persist-client/Cargo.toml +++ b/src/persist-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-persist-client" description = "Client for Materialize pTVC durability system" -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/BUILD.bazel b/src/testdrive/BUILD.bazel index 06c0ae100323d..0b7f0325a39ab 100644 --- a/src/testdrive/BUILD.bazel +++ b/src/testdrive/BUILD.bazel @@ -29,7 +29,7 @@ rust_library( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_testdrive_build_script", "//src/adapter:mz_adapter", @@ -74,7 +74,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ "//src/adapter:mz_adapter", "//src/avro:mz_avro", @@ -163,7 +163,7 @@ rust_binary( proc_macro_deps = [] + all_crate_deps(proc_macro = True), rustc_env = {}, rustc_flags = [], - version = "0.126.3", + version = "0.126.5", deps = [ ":mz_testdrive", "//src/adapter:mz_adapter", diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index fb87cf16a824e..f987b51ab1d3e 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-testdrive" description = "Integration test driver for Materialize." -version = "0.126.3" +version = "0.126.5" edition.workspace = true rust-version.workspace = true publish = false