From 7864749d57a749f19010fbb0c52b5d389636cfcf Mon Sep 17 00:00:00 2001 From: Matthias Wahl Date: Tue, 28 Sep 2021 15:30:31 +0200 Subject: [PATCH] Prepare release 0.11.7 Signed-off-by: Matthias Wahl --- CHANGELOG.md | 2 +- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- Dockerfile.learn | 2 +- tremor-api/Cargo.toml | 2 +- tremor-cli/Cargo.toml | 2 +- tremor-cli/tests/api-cli/command.yml | 2 +- tremor-cli/tests/api/command.yml | 2 +- tremor-common/Cargo.toml | 2 +- tremor-pipeline/Cargo.toml | 2 +- tremor-script/Cargo.toml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ba82d6c4..4d003e0e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.11.7 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 78d95ef918..7ff0dece4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6353,7 +6353,7 @@ checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" [[package]] name = "tremor-api" -version = "0.11.6" +version = "0.11.7" dependencies = [ "hashbrown 0.11.2", "http-types", @@ -6369,7 +6369,7 @@ dependencies = [ [[package]] name = "tremor-cli" -version = "0.11.6" +version = "0.11.7" dependencies = [ "anyhow", "async-std", @@ -6413,7 +6413,7 @@ dependencies = [ [[package]] name = "tremor-common" -version = "0.11.6" +version = "0.11.7" dependencies = [ "async-std", "rand 0.8.3", @@ -6454,7 +6454,7 @@ dependencies = [ [[package]] name = "tremor-pipeline" -version = "0.11.6" +version = "0.11.7" dependencies = [ "base64 0.13.0", "beef", @@ -6488,7 +6488,7 @@ dependencies = [ [[package]] name = "tremor-runtime" -version = "0.11.6" +version = "0.11.7" dependencies = [ "anyhow", "async-channel", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "tremor-script" -version = "0.11.6" +version = "0.11.7" dependencies = [ "atty", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 309f0b3016..e75977743e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "tremor-runtime" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.11.6" +version = "0.11.7" [workspace] diff --git a/Dockerfile.learn b/Dockerfile.learn index 961d7ca037..38eb308789 100644 --- a/Dockerfile.learn +++ b/Dockerfile.learn @@ -2,7 +2,7 @@ FROM rust:1.52.1 as builder RUN cargo install --features=ssl websocat -FROM tremorproject/tremor:0.11.6 +FROM tremorproject/tremor:0.11.7 COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat diff --git a/tremor-api/Cargo.toml b/tremor-api/Cargo.toml index e80fcc7270..2998f1cab7 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks" edition = "2018" license = "Apache-2.0" name = "tremor-api" -version = "0.11.6" +version = "0.11.7" [dependencies] hashbrown = { version = "0.11", features = ["serde"] } diff --git a/tremor-cli/Cargo.toml b/tremor-cli/Cargo.toml index 999a6d3997..34ab96cb99 100644 --- a/tremor-cli/Cargo.toml +++ b/tremor-cli/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor CLI Tool" edition = "2018" license = "Apache-2.0" name = "tremor-cli" -version = "0.11.6" +version = "0.11.7" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/tremor-cli/tests/api-cli/command.yml b/tremor-cli/tests/api-cli/command.yml index d409f8a555..0b70688fd3 100644 --- a/tremor-cli/tests/api-cli/command.yml +++ b/tremor-cli/tests/api-cli/command.yml @@ -15,7 +15,7 @@ suites: expects: - source: stdout contains: - - '{"version":"0.11.6"}' + - '{"version":"0.11.7"}' - name: GET /onramp command: tremor api -f json onramp list tags: diff --git a/tremor-cli/tests/api/command.yml b/tremor-cli/tests/api/command.yml index 5b089cf102..39080aea7a 100644 --- a/tremor-cli/tests/api/command.yml +++ b/tremor-cli/tests/api/command.yml @@ -16,7 +16,7 @@ suites: - source: stdout contains: - HTTP/1.1 200 OK - - '{"version":"0.11.6"' + - '{"version":"0.11.7"' - name: GET /onramp command: curl -vs --stderr - http://localhost:9898/onramp tags: diff --git a/tremor-common/Cargo.toml b/tremor-common/Cargo.toml index 626b9b01bf..b4fe88d585 100644 --- a/tremor-common/Cargo.toml +++ b/tremor-common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0" name = "tremor-common" readme = "README.md" -version = "0.11.6" +version = "0.11.7" [dependencies] async-std = "1" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index 1d4d44935a..dc3d28e5d9 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime" edition = "2018" license = "Apache-2.0" name = "tremor-pipeline" -version = "0.11.6" +version = "0.11.7" [dependencies] beef = { version = "0.5", features = ["impl_serde"] } diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index 226c016095..3cf43a30c8 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" license = "Apache-2.0" name = "tremor-script" readme = "README.md" -version = "0.11.6" +version = "0.11.7" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu"