From 8bc6a228e42087cbc64a97f7f1bf3df54f6805e0 Mon Sep 17 00:00:00 2001 From: Materialize Bot Date: Fri, 13 Dec 2024 02:33:54 +0000 Subject: [PATCH] release: bump to version v0.127.0 --- 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 | 4 ++-- 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, 53 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db6dcf5adca8f..bc071a1240a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4399,7 +4399,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "async-trait", @@ -4543,7 +4543,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "arrow", @@ -4701,7 +4701,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "axum", @@ -4981,7 +4981,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "askama", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "mz-materialized" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "mz-clusterd", "mz-environmentd", @@ -5630,7 +5630,7 @@ dependencies = [ [[package]] name = "mz-orchestratord" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "async-trait", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -6879,7 +6879,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.127.0-dev.0" +version = "0.127.0" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index becacdd58e11d..8af39bcf449b5 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version 20241213 +Licensed Work: Materialize Version v0.127.0 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 1786b350c83b1..5b1212eb887eb 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-dev.0 +appVersion: v0.127.0 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 a20626a743698..71b744e004692 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-dev.0](https://img.shields.io/badge/AppVersion-v0.127.0--dev.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.0](https://img.shields.io/badge/AppVersion-v0.127.0-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-dev.0"`` | +| `operator.image.tag` | | ``"v0.127.0"`` | | `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-dev.0 \ + --set operator.image.tag=v0.127.0 \ materialize/materialize-operator ``` @@ -312,7 +312,7 @@ metadata: name: 12345678-1234-1234-1234-123456789012 namespace: materialize-environment spec: - environmentdImageRef: materialize/environmentd:v0.127.0-dev.0 + environmentdImageRef: materialize/environmentd:v0.127.0 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 afae78bf87e5c..62e52bbd239eb 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-dev.0 + value: materialize/orchestratord:v0.127.0 - 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 b8a16b2413dd6..7f38a71ce7325 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-dev.0 + tag: v0.127.0 # Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images pullPolicy: IfNotPresent @@ -239,7 +239,7 @@ observability: prometheus: scrapeAnnotations: # Whether to annotate pods with common keys used for prometheus scraping. - enabled: true + enabled: true telemetry: enabled: true diff --git a/misc/helm-charts/testing/environmentd.yaml b/misc/helm-charts/testing/environmentd.yaml index 7b1310f1d6e15..b151cf162ebf1 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-dev.0 + environmentdImageRef: materialize/environmentd:v0.127.0 backendSecretName: materialize-backend #balancerdExternalCertificateSpec: # dnsNames: diff --git a/src/balancerd/BUILD.bazel b/src/balancerd/BUILD.bazel index d7c1f64b7ddc9..67270b762f53b 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", deps = [ ":mz_balancerd", "//src/alloc:mz_alloc", diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index 6fb96fc817b99..908e4715c4702 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/BUILD.bazel b/src/catalog-debug/BUILD.bazel index b5dddc2684bec..91b688ed65fdb 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-dev.0", + version = "0.127.0", 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 b294c8dbffdf3..78256751232d7 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/BUILD.bazel b/src/clusterd/BUILD.bazel index e5c2f3945ed0f..78ede21d1bdea 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", deps = [ ":mz_clusterd", "//src/alloc:mz_alloc", diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index f0e22e296976a..22dd0e5fdcd9a 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/BUILD.bazel b/src/environmentd/BUILD.bazel index 478bd3e2707f2..9222b56c64aa7 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-dev.0", + version = "0.127.0", deps = [ ":mz_environmentd_build_script", "//src/adapter:mz_adapter", @@ -116,7 +116,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", deps = [ ":mz_environmentd", "//src/adapter:mz_adapter", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 437674c500e9b..6a7bf104c7f32 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-dev.0" +version = "0.127.0" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/materialized/BUILD.bazel b/src/materialized/BUILD.bazel index 2378b4c842fff..667207b01bd50 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-dev.0", + version = "0.127.0", deps = [ "//src/clusterd:mz_clusterd", "//src/environmentd:mz_environmentd", diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index fe07f73a63d55..f4f63ff6af3c9 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/orchestratord/BUILD.bazel b/src/orchestratord/BUILD.bazel index 4947ff7be4767..d516ac77815df 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", deps = [ ":mz_orchestratord", "//src/alloc:mz_alloc", diff --git a/src/orchestratord/Cargo.toml b/src/orchestratord/Cargo.toml index b0b1173f013b5..8309135cf4e2c 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/persist-client/BUILD.bazel b/src/persist-client/BUILD.bazel index 678f21d890ad5..8e2b55b4ef235 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-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", 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 0baee83bb7a11..21114f58d5c0e 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/BUILD.bazel b/src/testdrive/BUILD.bazel index 8122ba780a13b..4ef5854d8b63b 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-dev.0", + version = "0.127.0", deps = [ ":mz_testdrive_build_script", "//src/adapter:mz_adapter", @@ -74,7 +74,7 @@ rust_test( ), rustc_env = {}, rustc_flags = [], - version = "0.127.0-dev.0", + version = "0.127.0", 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-dev.0", + version = "0.127.0", deps = [ ":mz_testdrive", "//src/adapter:mz_adapter", diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 218919cfe983f..831774e5d4c26 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-dev.0" +version = "0.127.0" edition.workspace = true rust-version.workspace = true publish = false