Skip to content

Commit

Permalink
Prepare release 0.13.0-rc.22
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub actions <[email protected]>
  • Loading branch information
web-flow authored and Licenser committed Apr 22, 2024
1 parent b2d50a6 commit ebdca15
Show file tree
Hide file tree
Showing 20 changed files with 119 additions and 119 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.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "tremor-runtime"
readme = "README.md"
repository = "https://github.com/tremor-rs/tremor-runtime"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"
rust-version = "1.62"

[workspace]
Expand Down Expand Up @@ -43,19 +43,19 @@ lto = "thin"
opt-level = 3

[dependencies]
tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.21" }
tremor-common = { path = "tremor-common", version = "0.13.0-rc.21" }
tremor-config = { path = "tremor-config", version = "0.13.0-rc.21" }
tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.21" }
tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.21" }
tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.21" }
tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.21" }
tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.21" }
tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.21" }
tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.21" }
tremor-script = { path = "tremor-script", version = "0.13.0-rc.21" }
tremor-system = { path = "tremor-system", version = "0.13.0-rc.21" }
tremor-value = { path = "tremor-value", version = "0.13.0-rc.21" }
tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.22" }
tremor-common = { path = "tremor-common", version = "0.13.0-rc.22" }
tremor-config = { path = "tremor-config", version = "0.13.0-rc.22" }
tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.22" }
tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.22" }
tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.22" }
tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.22" }
tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.22" }
tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.22" }
tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.22" }
tremor-script = { path = "tremor-script", version = "0.13.0-rc.22" }
tremor-system = { path = "tremor-system", version = "0.13.0-rc.22" }
tremor-value = { path = "tremor-value", version = "0.13.0-rc.22" }

tokio = { version = "1.34", features = ["full"] }
tokio-stream = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.learn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:1.77-bullseye as builder

RUN cargo install --features=ssl websocat

FROM tremorproject/tremor:0.13.0-rc.21
FROM tremorproject/tremor:0.13.0-rc.22

COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat

Expand Down
14 changes: 7 additions & 7 deletions tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks"
edition = "2021"
license = "Apache-2.0"
name = "tremor-api"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"
homepage = "https://www.tremor.rs"

[dependencies]
Expand All @@ -17,12 +17,12 @@ simd-json = "0.13"
tokio = { version = "1.34", features = ["full"] }
# we don't need sessions or cookies or shitty logging middleware
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
tremor-pipeline = { version = "0.13.0-rc.21", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.21", path = "../" }
tremor-script = { version = "0.13.0-rc.21", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.21", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.21", path = "../tremor-common" }
tremor-system = { version = "0.13.0-rc.21", path = "../tremor-system" }
tremor-pipeline = { version = "0.13.0-rc.22", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.22", path = "../" }
tremor-script = { version = "0.13.0-rc.22", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.22", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.22", path = "../tremor-common" }
tremor-system = { version = "0.13.0-rc.22", path = "../tremor-system" }

[dev-dependencies]
surf = { version = "2.3", default-features = false, features = [
Expand Down
20 changes: 10 additions & 10 deletions tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
edition = "2021"
license = "Apache-2.0"
name = "tremor-cli"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"
homepage = "https://www.tremor.rs"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -46,15 +46,15 @@ surf = { version = "=2.3.2", default-features = false, features = [
"h1-client-rustls",
"middleware-logger",
] }
tremor-api = { version = "0.13.0-rc.21", path = "../tremor-api" }
tremor-codec = { version = "0.13.0-rc.21", path = "../tremor-codec" }
tremor-interceptor = { version = "0.13.0-rc.21", path = "../tremor-interceptor" }
tremor-common = { version = "0.13.0-rc.21", path = "../tremor-common" }
tremor-pipeline = { version = "0.13.0-rc.21", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.21", path = "../" }
tremor-script = { version = "0.13.0-rc.21", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.21", path = "../tremor-value" }
tremor-system = { version = "0.13.0-rc.21", path = "../tremor-system" }
tremor-api = { version = "0.13.0-rc.22", path = "../tremor-api" }
tremor-codec = { version = "0.13.0-rc.22", path = "../tremor-codec" }
tremor-interceptor = { version = "0.13.0-rc.22", path = "../tremor-interceptor" }
tremor-common = { version = "0.13.0-rc.22", path = "../tremor-common" }
tremor-pipeline = { version = "0.13.0-rc.22", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.22", path = "../" }
tremor-script = { version = "0.13.0-rc.22", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.22", path = "../tremor-value" }
tremor-system = { version = "0.13.0-rc.22", path = "../tremor-system" }
url = "2"
error-chain = "0.12"
globwalk = "0.9"
Expand Down
10 changes: 5 additions & 5 deletions tremor-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ documentation = "https://docs.rs/tremor-script"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tremor-rs/tremor-runtime"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"


[dependencies]
tremor-value = { version = "0.13.0-rc.21", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.21", path = "../tremor-common" }
tremor-config = { version = "0.13.0-rc.21", path = "../tremor-config" }
tremor-value = { version = "0.13.0-rc.22", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.22", path = "../tremor-common" }
tremor-config = { version = "0.13.0-rc.22", path = "../tremor-config" }
tokio = { version = "1.34", features = ["full"] }
async-trait = "0.1"
error-chain = "0.12"
Expand Down Expand Up @@ -43,7 +43,7 @@ reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls-native-roots",
] }
csv = "1.2"
tremor-influx = { version = "0.13.0-rc.21", path = "../tremor-influx" }
tremor-influx = { version = "0.13.0-rc.22", path = "../tremor-influx" }
simd-json = "0.13"
apache-avro = { version = "0.16", features = [
"snappy",
Expand Down
2 changes: 1 addition & 1 deletion tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "tremor-common"
readme = "README.md"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"

[dependencies]
tokio = { version = "1", default-features = false, features = ["fs"] }
Expand Down
4 changes: 2 additions & 2 deletions tremor-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ documentation = "https://docs.rs/tremor-script"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tremor-rs/tremor-runtime"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.21" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.22" }
serde = "1"
16 changes: 8 additions & 8 deletions tremor-connectors-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-connectors-aws"
version = "0.13.0-rc.21"
version = "0.13.0-rc.22"
edition = "2021"
license = "Apache-2.0"
homepage = "https://www.tremor.rs"
Expand All @@ -9,12 +9,12 @@ authors = ["The Tremor Team"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.21", default-features = false }
tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.21" }
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.21" }
tremor-system = { path = "../tremor-system", version = "0.13.0-rc.21" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.21" }
tremor-config = { path = "../tremor-config", version = "0.13.0-rc.21" }
tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.22", default-features = false }
tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.22" }
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.22" }
tremor-system = { path = "../tremor-system", version = "0.13.0-rc.22" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.22" }
tremor-config = { path = "../tremor-config", version = "0.13.0-rc.22" }

async-trait = { version = "0.1", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand All @@ -41,7 +41,7 @@ rand = { version = "0.8", default-features = false }
testcontainers = { version = "0.15", default-features = false }
serial_test = { version = "3.0", default-features = false }
bytes = { version = "1.1", default-features = true }
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.21" }
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.22" }

[features]
integration-harness = []
Loading

0 comments on commit ebdca15

Please sign in to comment.