diff --git a/Cargo.lock b/Cargo.lock index 3287fdf21..fd22f5dca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "arroyo" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "bollard", @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "arroyo-api" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "arroyo-compiler-service" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arroyo-rpc", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "arroyo-connectors" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arroyo-datastream", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "arroyo-controller" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arrow-schema", @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "arroyo-datastream" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arroyo-macro", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "arroyo-formats" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "arroyo-macro" -version = "0.8.0" +version = "0.8.1" dependencies = [ "proc-macro2", "quote", @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "arroyo-metrics" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arroyo-types", "prometheus", @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "arroyo-node" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arroyo-rpc", @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "arroyo-openapi" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arroyo-api", "reqwest", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "arroyo-rpc" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "arroyo-server-common" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arroyo-types", "axum", @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "arroyo-sql" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "arroyo-sql-macro" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "arroyo-sql-testing" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arrow", @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "arroyo-state" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arrow", @@ -856,7 +856,7 @@ dependencies = [ [[package]] name = "arroyo-storage" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arroyo-types", "async-trait", @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "arroyo-types" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arrow", "arrow-array", @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "arroyo-worker" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "apache-avro", @@ -2103,7 +2103,7 @@ dependencies = [ [[package]] name = "copy-artifacts" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arroyo-storage", "regex", @@ -4234,7 +4234,7 @@ dependencies = [ [[package]] name = "integ" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "arroyo-openapi", diff --git a/arroyo-api/Cargo.toml b/arroyo-api/Cargo.toml index ca3d6af92..08b2fa63e 100644 --- a/arroyo-api/Cargo.toml +++ b/arroyo-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-api" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/arroyo-compiler-service/Cargo.toml b/arroyo-compiler-service/Cargo.toml index 120ad0ed5..53d9a0430 100644 --- a/arroyo-compiler-service/Cargo.toml +++ b/arroyo-compiler-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-compiler-service" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-connectors/Cargo.toml b/arroyo-connectors/Cargo.toml index 0f4782345..741f7d669 100644 --- a/arroyo-connectors/Cargo.toml +++ b/arroyo-connectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-connectors" -version = "0.8.0" +version = "0.8.1" edition = "2021" [features] diff --git a/arroyo-controller/Cargo.toml b/arroyo-controller/Cargo.toml index 499e9166a..8c2125fc1 100644 --- a/arroyo-controller/Cargo.toml +++ b/arroyo-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-controller" -version = "0.8.0" +version = "0.8.1" edition = "2021" [features] diff --git a/arroyo-datastream/Cargo.toml b/arroyo-datastream/Cargo.toml index d43d325aa..755f0eeb0 100644 --- a/arroyo-datastream/Cargo.toml +++ b/arroyo-datastream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-datastream" -version = "0.8.0" +version = "0.8.1" edition = "2021" diff --git a/arroyo-formats/Cargo.toml b/arroyo-formats/Cargo.toml index f5d151d1a..b37b3c8f1 100644 --- a/arroyo-formats/Cargo.toml +++ b/arroyo-formats/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-formats" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-macro/Cargo.toml b/arroyo-macro/Cargo.toml index 643bfc816..3e581ac36 100644 --- a/arroyo-macro/Cargo.toml +++ b/arroyo-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-macro" -version = "0.8.0" +version = "0.8.1" edition = "2021" [lib] diff --git a/arroyo-metrics/Cargo.toml b/arroyo-metrics/Cargo.toml index 385676d20..63b4fce2d 100644 --- a/arroyo-metrics/Cargo.toml +++ b/arroyo-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-metrics" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-node/Cargo.toml b/arroyo-node/Cargo.toml index 2d2667dfb..ca79a8b71 100644 --- a/arroyo-node/Cargo.toml +++ b/arroyo-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-node" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-openapi/Cargo.toml b/arroyo-openapi/Cargo.toml index 11088c130..4dd0ad904 100644 --- a/arroyo-openapi/Cargo.toml +++ b/arroyo-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-openapi" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-rpc/Cargo.toml b/arroyo-rpc/Cargo.toml index b710a67be..c118faeae 100644 --- a/arroyo-rpc/Cargo.toml +++ b/arroyo-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-rpc" -version = "0.8.0" +version = "0.8.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 785d9d6bf..75a07a096 100644 --- a/arroyo-server-common/Cargo.toml +++ b/arroyo-server-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-server-common" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-server-common/src/lib.rs b/arroyo-server-common/src/lib.rs index c81def7f8..a09c9476b 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.8.0"; +pub const VERSION: &str = "0.8.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 6a8d35fd1..a83d4ecdc 100644 --- a/arroyo-sql-macro/Cargo.toml +++ b/arroyo-sql-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql-macro" -version = "0.8.0" +version = "0.8.1" edition = "2021" [lib] diff --git a/arroyo-sql-testing/Cargo.toml b/arroyo-sql-testing/Cargo.toml index 184ac9888..ecca3e363 100644 --- a/arroyo-sql-testing/Cargo.toml +++ b/arroyo-sql-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql-testing" -version = "0.8.0" +version = "0.8.1" edition = "2021" [features] diff --git a/arroyo-sql/Cargo.toml b/arroyo-sql/Cargo.toml index f509a802f..37d5c71cf 100644 --- a/arroyo-sql/Cargo.toml +++ b/arroyo-sql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-sql" -version = "0.8.0" +version = "0.8.1" edition = "2021" diff --git a/arroyo-state/Cargo.toml b/arroyo-state/Cargo.toml index 5c9815aa5..f9333a8c1 100644 --- a/arroyo-state/Cargo.toml +++ b/arroyo-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-state" -version = "0.8.0" +version = "0.8.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 985a8d39e..773a50263 100644 --- a/arroyo-storage/Cargo.toml +++ b/arroyo-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-storage" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/arroyo-types/Cargo.toml b/arroyo-types/Cargo.toml index 2b357ce5a..1025c9826 100644 --- a/arroyo-types/Cargo.toml +++ b/arroyo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-types" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/arroyo-worker/Cargo.toml b/arroyo-worker/Cargo.toml index 320a264e9..f51e18df0 100644 --- a/arroyo-worker/Cargo.toml +++ b/arroyo-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo-worker" -version = "0.8.0" +version = "0.8.1" edition = "2021" [features] diff --git a/arroyo/Cargo.toml b/arroyo/Cargo.toml index 6788fbb0c..e892beffd 100644 --- a/arroyo/Cargo.toml +++ b/arroyo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arroyo" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Arroyo Systems "] diff --git a/copy-artifacts/Cargo.toml b/copy-artifacts/Cargo.toml index a3fc0e994..2c5d0a914 100644 --- a/copy-artifacts/Cargo.toml +++ b/copy-artifacts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copy-artifacts" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/integ/Cargo.toml b/integ/Cargo.toml index 16235d63f..22255670d 100644 --- a/integ/Cargo.toml +++ b/integ/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integ" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] diff --git a/k8s/arroyo/Chart.yaml b/k8s/arroyo/Chart.yaml index f7afa9b79..ccb079a8c 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.8.0 -appVersion: "0.8.0" +version: 0.8.1 +appVersion: "0.8.1" keywords: - stream-processing diff --git a/k8s/arroyo/README.md b/k8s/arroyo/README.md index 3a369448e..d5419a91c 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.8.0](https://www.arroyo.dev/blog/arroyo-0-8-0). +is [0.8.1](https://www.arroyo.dev/blog/arroyo-0-8-0). ## Quickstart diff --git a/k8s/arroyo/values.yaml b/k8s/arroyo/values.yaml index 972473602..17817e444 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.8.0" + tag: "0.8.1" service: type: ClusterIP httpPort: 80 @@ -31,7 +31,7 @@ controller: image: repository: ghcr.io/arroyosystems/arroyo-services pullPolicy: IfNotPresent - tag: "0.8.0" + tag: "0.8.1" service: grpcPort: 9190 adminPort: 9191 @@ -46,7 +46,7 @@ compiler: image: repository: ghcr.io/arroyosystems/arroyo-compiler pullPolicy: IfNotPresent - tag: "0.8.0" + tag: "0.8.1" service: grpcPort: 9000 adminPort: 9001 @@ -61,7 +61,7 @@ worker: image: repository: ghcr.io/arroyosystems/arroyo-worker pullPolicy: IfNotPresent - tag: "0.8.0" + tag: "0.8.1" postgresql: # set to true to deploy a postgres instance in-cluster