From 09f5295db1261fa10a2f31594ee3f16fb8e09696 Mon Sep 17 00:00:00 2001 From: Parker Timmerman Date: Mon, 16 Dec 2024 12:17:08 -0500 Subject: [PATCH] release: bump to version v0.127.1 --- 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 bc071a1240a44..51c84d7a59ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4399,7 +4399,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "async-trait", @@ -4543,7 +4543,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "arrow", @@ -4701,7 +4701,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "axum", @@ -4981,7 +4981,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "askama", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "mz-materialized" -version = "0.127.0" +version = "0.127.1" dependencies = [ "mz-clusterd", "mz-environmentd", @@ -5630,7 +5630,7 @@ dependencies = [ [[package]] name = "mz-orchestratord" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "async-trait", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -6879,7 +6879,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.127.0" +version = "0.127.1" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index 8af39bcf449b5..1c6fe77716554 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.127.0 +Licensed Work: Materialize Version v0.127.1 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 5b1212eb887eb..ad71da25443bd 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.127.0 +appVersion: v0.127.1 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 71b744e004692..370bd00f170ed 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.127.0](https://img.shields.io/badge/AppVersion-v0.127.0-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.127.1](https://img.shields.io/badge/AppVersion-v0.127.1-informational?style=flat-square) Materialize Kubernetes Operator Helm Chart @@ -251,7 +251,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.127.0"`` | +| `operator.image.tag` | | ``"v0.127.1"`` | | `operator.nodeSelector` | | ``{}`` | | `operator.resources.limits.memory` | | ``"512Mi"`` | | `operator.resources.requests.cpu` | | ``"100m"`` | @@ -277,7 +277,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.127.0 \ + --set operator.image.tag=v0.127.1 \ materialize/materialize-operator ``` @@ -312,7 +312,7 @@ metadata: name: 12345678-1234-1234-1234-123456789012 namespace: materialize-environment spec: - environmentdImageRef: materialize/environmentd:v0.127.0 + environmentdImageRef: materialize/environmentd:v0.127.1 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 62e52bbd239eb..6501d3071cf6d 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.127.0 + value: materialize/orchestratord:v0.127.1 - 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 7f38a71ce7325..e239c446d851e 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.127.0 + tag: v0.127.1 # 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 b151cf162ebf1..6977c950da972 100644 --- a/misc/helm-charts/testing/environmentd.yaml +++ b/misc/helm-charts/testing/environmentd.yaml @@ -28,7 +28,7 @@ metadata: name: 12345678-1234-1234-1234-123456789012 namespace: materialize-environment spec: - environmentdImageRef: materialize/environmentd:v0.127.0 + environmentdImageRef: materialize/environmentd:v0.127.1 backendSecretName: materialize-backend #balancerdExternalCertificateSpec: # dnsNames: diff --git a/src/balancerd/BUILD.bazel b/src/balancerd/BUILD.bazel index 67270b762f53b..e8d3a9a6111a5 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.127.0", + version = "0.127.1", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -70,7 +70,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -137,7 +137,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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.127.0", + version = "0.127.1", deps = [ ":mz_balancerd", "//src/alloc:mz_alloc", diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index 908e4715c4702..5e54582444864 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/BUILD.bazel b/src/catalog-debug/BUILD.bazel index 91b688ed65fdb..7271dd7c998e6 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.127.0", + version = "0.127.1", 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 78256751232d7..0bc6f30abe227 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/BUILD.bazel b/src/clusterd/BUILD.bazel index 78ede21d1bdea..b7289b9d071e8 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.127.0", + version = "0.127.1", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -80,7 +80,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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.127.0", + version = "0.127.1", deps = [ ":mz_clusterd", "//src/alloc:mz_alloc", diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index 22dd0e5fdcd9a..39f3477240c90 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/BUILD.bazel b/src/environmentd/BUILD.bazel index 9222b56c64aa7..42b8815f3ac1d 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.127.0", + version = "0.127.1", deps = [ ":mz_environmentd_build_script", "//src/adapter:mz_adapter", @@ -116,7 +116,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -251,7 +251,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -319,7 +319,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -387,7 +387,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -455,7 +455,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -523,7 +523,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -591,7 +591,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", deps = [ "//src/adapter:mz_adapter", "//src/adapter-types:mz_adapter_types", @@ -659,7 +659,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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.127.0", + version = "0.127.1", deps = [ ":mz_environmentd", "//src/adapter:mz_adapter", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 6a7bf104c7f32..b770b63218386 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.127.0" +version = "0.127.1" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/materialized/BUILD.bazel b/src/materialized/BUILD.bazel index 667207b01bd50..95e5572e1c25a 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.127.0", + version = "0.127.1", deps = [ "//src/clusterd:mz_clusterd", "//src/environmentd:mz_environmentd", diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index f4f63ff6af3c9..c004a4da7c74c 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/orchestratord/BUILD.bazel b/src/orchestratord/BUILD.bazel index d516ac77815df..e99d698d44dc2 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.127.0", + version = "0.127.1", deps = [ "//src/alloc:mz_alloc", "//src/alloc-default:mz_alloc_default", @@ -69,7 +69,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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.127.0", + version = "0.127.1", deps = [ ":mz_orchestratord", "//src/alloc:mz_alloc", diff --git a/src/orchestratord/Cargo.toml b/src/orchestratord/Cargo.toml index 8309135cf4e2c..e2e1dca3e64b3 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/persist-client/BUILD.bazel b/src/persist-client/BUILD.bazel index 8e2b55b4ef235..a733026f78a45 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.127.0", + version = "0.127.1", deps = [ ":mz_persist_client_build_script", "//src/build-info:mz_build_info", @@ -68,7 +68,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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 21114f58d5c0e..35d211b796238 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/BUILD.bazel b/src/testdrive/BUILD.bazel index 4ef5854d8b63b..064d3f2ea14b4 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.127.0", + version = "0.127.1", deps = [ ":mz_testdrive_build_script", "//src/adapter:mz_adapter", @@ -74,7 +74,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0", + version = "0.127.1", 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.127.0", + version = "0.127.1", deps = [ ":mz_testdrive", "//src/adapter:mz_adapter", diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 831774e5d4c26..49a564fedec06 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.127.0" +version = "0.127.1" edition.workspace = true rust-version.workspace = true publish = false