From 967978957b5cba18e60f728ab8779d5b30771d45 Mon Sep 17 00:00:00 2001 From: Micah Wylde Date: Tue, 24 Oct 2023 11:13:58 -0700 Subject: [PATCH] Update version to 0.7.1 --- Cargo.lock | 42 +++++++++++++++--------------- arroyo-api/Cargo.toml | 2 +- arroyo-compiler-service/Cargo.toml | 2 +- arroyo-connectors/Cargo.toml | 2 +- arroyo-controller/Cargo.toml | 2 +- arroyo-datastream/Cargo.toml | 2 +- arroyo-macro/Cargo.toml | 2 +- arroyo-metrics/Cargo.toml | 2 +- arroyo-node/Cargo.toml | 2 +- arroyo-openapi/Cargo.toml | 2 +- arroyo-rpc/Cargo.toml | 2 +- arroyo-server-common/Cargo.toml | 2 +- arroyo-server-common/src/lib.rs | 2 +- arroyo-sql-macro/Cargo.toml | 2 +- arroyo-sql-testing/Cargo.toml | 2 +- arroyo-sql/Cargo.toml | 2 +- arroyo-state/Cargo.toml | 2 +- arroyo-storage/Cargo.toml | 2 +- arroyo-types/Cargo.toml | 2 +- arroyo-worker/Cargo.toml | 2 +- arroyo/Cargo.toml | 2 +- copy-artifacts/Cargo.toml | 2 +- integ/Cargo.toml | 2 +- k8s/arroyo/Chart.yaml | 4 +-- k8s/arroyo/README.md | 2 +- k8s/arroyo/values.yaml | 8 +++--- 26 files changed, 50 insertions(+), 50 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55685015e..529dbd6b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "arroyo" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bollard", @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "arroyo-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "argon2", @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "arroyo-compiler-service" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-rpc", @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "arroyo-connectors" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-datastream", @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "arroyo-controller" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arrow-schema", @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "arroyo-datastream" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-macro", @@ -578,7 +578,7 @@ dependencies = [ [[package]] name = "arroyo-macro" -version = "0.7.0" +version = "0.7.1" dependencies = [ "proc-macro2", "quote", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "arroyo-metrics" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-types", "prometheus", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "arroyo-node" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-rpc", @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "arroyo-openapi" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-api", "reqwest", @@ -630,7 +630,7 @@ dependencies = [ [[package]] name = "arroyo-rpc" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-types", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "arroyo-server-common" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-types", "axum", @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "arroyo-sql" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arrow", @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "arroyo-sql-macro" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-connectors", "arroyo-datastream", @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "arroyo-sql-testing" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arrow", "arrow-array", @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "arroyo-state" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arrow", @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "arroyo-storage" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-types", "async-trait", @@ -790,7 +790,7 @@ dependencies = [ [[package]] name = "arroyo-types" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arrow", "arrow-array", @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "arroyo-worker" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arrow", @@ -1987,7 +1987,7 @@ dependencies = [ [[package]] name = "copy-artifacts" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arroyo-storage", "regex", @@ -4027,7 +4027,7 @@ dependencies = [ [[package]] name = "integ" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arroyo-openapi", diff --git a/arroyo-api/Cargo.toml b/arroyo-api/Cargo.toml index bca408689..007331ba1 100644 --- a/arroyo-api/Cargo.toml +++ b/arroyo-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-api" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/arroyo-compiler-service/Cargo.toml b/arroyo-compiler-service/Cargo.toml index 6c80a7b43..568de7f11 100644 --- a/arroyo-compiler-service/Cargo.toml +++ b/arroyo-compiler-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-compiler-service" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-connectors/Cargo.toml b/arroyo-connectors/Cargo.toml index c3a20bca6..2cd27904c 100644 --- a/arroyo-connectors/Cargo.toml +++ b/arroyo-connectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-connectors" -version = "0.7.0" +version = "0.7.1" edition = "2021" [features] diff --git a/arroyo-controller/Cargo.toml b/arroyo-controller/Cargo.toml index f699d5280..b68e0fcc9 100644 --- a/arroyo-controller/Cargo.toml +++ b/arroyo-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-controller" -version = "0.7.0" +version = "0.7.1" edition = "2021" [features] diff --git a/arroyo-datastream/Cargo.toml b/arroyo-datastream/Cargo.toml index 3087f6349..d6d7d096a 100644 --- a/arroyo-datastream/Cargo.toml +++ b/arroyo-datastream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-datastream" -version = "0.7.0" +version = "0.7.1" edition = "2021" diff --git a/arroyo-macro/Cargo.toml b/arroyo-macro/Cargo.toml index 17e965a2e..cb96237c3 100644 --- a/arroyo-macro/Cargo.toml +++ b/arroyo-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-macro" -version = "0.7.0" +version = "0.7.1" edition = "2021" [lib] diff --git a/arroyo-metrics/Cargo.toml b/arroyo-metrics/Cargo.toml index c7862ce27..8573c45c9 100644 --- a/arroyo-metrics/Cargo.toml +++ b/arroyo-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-metrics" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-node/Cargo.toml b/arroyo-node/Cargo.toml index 5a71c0968..d25621fd7 100644 --- a/arroyo-node/Cargo.toml +++ b/arroyo-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-node" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-openapi/Cargo.toml b/arroyo-openapi/Cargo.toml index e4ed0d88d..9e16c7ce3 100644 --- a/arroyo-openapi/Cargo.toml +++ b/arroyo-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-openapi" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-rpc/Cargo.toml b/arroyo-rpc/Cargo.toml index 4ffb1667d..04cfdf8e7 100644 --- a/arroyo-rpc/Cargo.toml +++ b/arroyo-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-rpc" -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/arroyo-server-common/Cargo.toml b/arroyo-server-common/Cargo.toml index 8870a5336..38786b1c2 100644 --- a/arroyo-server-common/Cargo.toml +++ b/arroyo-server-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-server-common" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-server-common/src/lib.rs b/arroyo-server-common/src/lib.rs index de6e84d4b..aab96b206 100644 --- a/arroyo-server-common/src/lib.rs +++ b/arroyo-server-common/src/lib.rs @@ -38,7 +38,7 @@ use tracing_appender::non_blocking::WorkerGuard; pub const BUILD_TIMESTAMP: &str = env!("VERGEN_BUILD_TIMESTAMP"); pub const GIT_SHA: &str = env!("VERGEN_GIT_SHA"); -pub const VERSION: &str = "0.7.0"; +pub const VERSION: &str = "0.7.1"; #[cfg(not(target_os = "freebsd"))] const PYROSCOPE_SERVER_ADDRESS_ENV: &str = "PYROSCOPE_SERVER_ADDRESS"; diff --git a/arroyo-sql-macro/Cargo.toml b/arroyo-sql-macro/Cargo.toml index 1ba3e999e..b49e67601 100644 --- a/arroyo-sql-macro/Cargo.toml +++ b/arroyo-sql-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql-macro" -version = "0.7.0" +version = "0.7.1" edition = "2021" [lib] diff --git a/arroyo-sql-testing/Cargo.toml b/arroyo-sql-testing/Cargo.toml index 288182abe..c1044849c 100644 --- a/arroyo-sql-testing/Cargo.toml +++ b/arroyo-sql-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql-testing" -version = "0.7.0" +version = "0.7.1" edition = "2021" [features] diff --git a/arroyo-sql/Cargo.toml b/arroyo-sql/Cargo.toml index 853d8e0db..e06711f0a 100644 --- a/arroyo-sql/Cargo.toml +++ b/arroyo-sql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql" -version = "0.7.0" +version = "0.7.1" edition = "2021" diff --git a/arroyo-state/Cargo.toml b/arroyo-state/Cargo.toml index e9341d39b..41dfcd8f7 100644 --- a/arroyo-state/Cargo.toml +++ b/arroyo-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-state" -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/arroyo-storage/Cargo.toml b/arroyo-storage/Cargo.toml index 03bdb2b48..6da8fcac8 100644 --- a/arroyo-storage/Cargo.toml +++ b/arroyo-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-storage" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/arroyo-types/Cargo.toml b/arroyo-types/Cargo.toml index 9aa3915d2..ad9b01d7d 100644 --- a/arroyo-types/Cargo.toml +++ b/arroyo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-types" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/arroyo-worker/Cargo.toml b/arroyo-worker/Cargo.toml index f5f1adcb0..db4d4e528 100644 --- a/arroyo-worker/Cargo.toml +++ b/arroyo-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-worker" -version = "0.7.0" +version = "0.7.1" edition = "2021" [features] diff --git a/arroyo/Cargo.toml b/arroyo/Cargo.toml index 894cc2866..ecf09a3f5 100644 --- a/arroyo/Cargo.toml +++ b/arroyo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Arroyo Systems "] diff --git a/copy-artifacts/Cargo.toml b/copy-artifacts/Cargo.toml index a9e41c1a0..b89f10443 100644 --- a/copy-artifacts/Cargo.toml +++ b/copy-artifacts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copy-artifacts" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/integ/Cargo.toml b/integ/Cargo.toml index f98b69127..aa1edaa21 100644 --- a/integ/Cargo.toml +++ b/integ/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integ" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] diff --git a/k8s/arroyo/Chart.yaml b/k8s/arroyo/Chart.yaml index 1cada660c..422c885e3 100644 --- a/k8s/arroyo/Chart.yaml +++ b/k8s/arroyo/Chart.yaml @@ -3,8 +3,8 @@ name: arroyo description: Helm chart for the Arroyo stream processing engine type: application -version: 0.7.0 -appVersion: "0.7.0" +version: 0.7.1 +appVersion: "0.7.1" keywords: - stream-processing diff --git a/k8s/arroyo/README.md b/k8s/arroyo/README.md index f0eee2d1d..aad4c07f4 100644 --- a/k8s/arroyo/README.md +++ b/k8s/arroyo/README.md @@ -9,7 +9,7 @@ Arroyo control plane. This is the easiest way to get a production quality Arroyo See the [docs](https://doc.arroyo.dev/deployment/kubernetes) for full information on how to use this helm chart. Each version of the helm chart is associated by default with a particular release of Arroyo. The latest release -is [0.7.0](https://www.arroyo.dev/blog/arroyo-0-7-0). +is [0.7.1](https://www.arroyo.dev/blog/arroyo-0-7-0). ## Quickstart diff --git a/k8s/arroyo/values.yaml b/k8s/arroyo/values.yaml index 0ebe1814c..c6d13e148 100644 --- a/k8s/arroyo/values.yaml +++ b/k8s/arroyo/values.yaml @@ -15,7 +15,7 @@ api: image: repository: ghcr.io/arroyosystems/arroyo-services pullPolicy: IfNotPresent - tag: "0.7.0" + tag: "0.7.1" service: type: ClusterIP httpPort: 80 @@ -31,7 +31,7 @@ controller: image: repository: ghcr.io/arroyosystems/arroyo-services pullPolicy: IfNotPresent - tag: "0.7.0" + tag: "0.7.1" service: grpcPort: 9190 adminPort: 9191 @@ -46,7 +46,7 @@ compiler: image: repository: ghcr.io/arroyosystems/arroyo-compiler pullPolicy: IfNotPresent - tag: "0.7.0" + tag: "0.7.1" service: grpcPort: 9000 adminPort: 9001 @@ -61,7 +61,7 @@ worker: image: repository: ghcr.io/arroyosystems/arroyo-worker pullPolicy: IfNotPresent - tag: "0.7.0" + tag: "0.7.1" postgresql: # set to true to deploy a postgres instance in-cluster