Skip to content

Commit

Permalink
Cut v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Jul 13, 2023
1 parent 6ecd254 commit d1f20f1
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 46 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arroyo-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-api"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion arroyo-compiler-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-compiler-service"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-connectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-connectors"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-controller"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-datastream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-datastream"
version = "0.3.0"
version = "0.4.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion arroyo-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-macro"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions arroyo-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "arroyo-metrics"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
arroyo-types = { path = "../arroyo-types" }
prometheus = {version = "0.13", features = ["process"] }
prometheus = {version = "0.13", features = ["process"] }
2 changes: 1 addition & 1 deletion arroyo-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-node"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-openapi"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-rpc"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion arroyo-server-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-server-common"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-sql-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql-macro"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions arroyo-sql-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql-testing"
version = "0.3.0"
version = "0.4.0"
edition = "2021"


Expand All @@ -17,4 +17,4 @@ serde_json = "1.0"
arroyo-types = { path = "../arroyo-types" }
arroyo-sql = { path = "../arroyo-sql" }
arroyo-worker = { path = "../arroyo-worker" }
arroyo-sql-macro = { path = "../arroyo-sql-macro" }
arroyo-sql-macro = { path = "../arroyo-sql-macro" }
2 changes: 1 addition & 1 deletion arroyo-sql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql"
version = "0.3.0"
version = "0.4.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion arroyo-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-state"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion arroyo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-types"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arroyo-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-worker"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion integ/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integ"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions k8s/arroyo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: arroyo
description: Helm chart for the Arroyo stream processing engine

type: application
version: 0.3.0
appVersion: "0.3.0"
version: 0.4.0
appVersion: "0.4.0"

keywords:
- stream-processing
Expand Down
2 changes: 1 addition & 1 deletion k8s/arroyo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://www.arroyo.dev/blog/arroyo-0-3-0).
is [0.4.0](https://www.arroyo.dev/blog/arroyo-0-3-0).

## Quickstart

Expand Down
10 changes: 5 additions & 5 deletions k8s/arroyo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ imagePullSecrets: []

# service-specific configuration
api:
replicas: 1
replicas: 1x
resources:
limits: {}
requests:
Expand All @@ -15,7 +15,7 @@ api:
image:
repository: ghcr.io/arroyosystems/arroyo-services
pullPolicy: IfNotPresent
tag: "0.3.0"
tag: "0.4.0"

controller:
resources:
Expand All @@ -26,7 +26,7 @@ controller:
image:
repository: ghcr.io/arroyosystems/arroyo-services
pullPolicy: IfNotPresent
tag: "0.3.0"
tag: "0.4.0"

compiler:
replicas: 1
Expand All @@ -38,7 +38,7 @@ compiler:
image:
repository: ghcr.io/arroyosystems/arroyo-compiler
pullPolicy: IfNotPresent
tag: "0.3.0"
tag: "0.4.0"

worker:
resources:
Expand All @@ -50,7 +50,7 @@ worker:
image:
repository: ghcr.io/arroyosystems/arroyo-worker
pullPolicy: IfNotPresent
tag: "0.3.0"
tag: "0.4.0"

postgresql:
# set to true to deploy a postgres instance in-cluster
Expand Down

0 comments on commit d1f20f1

Please sign in to comment.