From 06c9894c31072990b3c0ba52144f063a96114cc1 Mon Sep 17 00:00:00 2001 From: Andrew Seigner Date: Fri, 19 Jan 2018 13:58:52 -0800 Subject: [PATCH] Updates for v0.1.3 release (#185) Signed-off-by: Andrew Seigner --- CHANGES.md | 4 ++++ Cargo.lock | 36 +++++++++++++++++----------------- codegen/Cargo.toml | 2 +- futures-mpsc-lossy/Cargo.toml | 2 +- proxy/Cargo.toml | 2 +- proxy/Dockerfile | 2 +- tower-grpc-build/Cargo.toml | 2 +- tower-grpc-examples/Cargo.toml | 2 +- tower-grpc/Cargo.toml | 2 +- tower-h2/Cargo.toml | 2 +- tower-router/Cargo.toml | 2 +- 11 files changed, 31 insertions(+), 27 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index aee99e7c9..2061a0b16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v0.1.3 + +* This is a minor bugfix for some web dashboard UI elements that were not rendering correctly. + ## v0.1.2 Conduit 0.1.2 continues down the path of increasing usability and improving debugging and diff --git a/Cargo.lock b/Cargo.lock index b2909dad4..b0e42f866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,14 +98,14 @@ dependencies = [ [[package]] name = "codegen" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "conduit-proxy" -version = "0.1.2" +version = "0.1.3" dependencies = [ "abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -113,7 +113,7 @@ dependencies = [ "domain 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-mpsc-lossy 0.1.2", + "futures-mpsc-lossy 0.1.3", "h2 0.1.0 (git+https://github.com/carllerche/h2)", "http 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipnet 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -132,11 +132,11 @@ dependencies = [ "tower-balance 0.1.0 (git+https://github.com/tower-rs/tower)", "tower-buffer 0.1.0 (git+https://github.com/tower-rs/tower)", "tower-discover 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-grpc 0.1.2", - "tower-grpc-build 0.1.2", - "tower-h2 0.1.2", + "tower-grpc 0.1.3", + "tower-grpc-build 0.1.3", + "tower-h2 0.1.3", "tower-reconnect 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-router 0.1.2", + "tower-router 0.1.3", "tower-util 0.1.0 (git+https://github.com/tower-rs/tower)", "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "futures-mpsc-lossy" -version = "0.1.2" +version = "0.1.3" dependencies = [ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -851,7 +851,7 @@ dependencies = [ [[package]] name = "tower-grpc" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -864,21 +864,21 @@ dependencies = [ "tokio-connect 0.1.0 (git+https://github.com/carllerche/tokio-connect)", "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-h2 0.1.2", + "tower-h2 0.1.3", "tower-router 0.1.0 (git+https://github.com/tower-rs/tower)", ] [[package]] name = "tower-grpc-build" -version = "0.1.2" +version = "0.1.3" dependencies = [ - "codegen 0.1.2", + "codegen 0.1.3", "prost-build 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tower-grpc-examples" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -891,14 +891,14 @@ dependencies = [ "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-grpc 0.1.2", - "tower-grpc-build 0.1.2", - "tower-h2 0.1.2", + "tower-grpc 0.1.3", + "tower-grpc-build 0.1.3", + "tower-h2 0.1.3", ] [[package]] name = "tower-h2" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "tower-router" -version = "0.1.2" +version = "0.1.3" dependencies = [ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index f72acbd3a..d8d547df3 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen" -version = "0.1.2" +version = "0.1.3" authors = ["Carl Lerche "] [dependencies] diff --git a/futures-mpsc-lossy/Cargo.toml b/futures-mpsc-lossy/Cargo.toml index 75e1992d9..fad332a2c 100644 --- a/futures-mpsc-lossy/Cargo.toml +++ b/futures-mpsc-lossy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-mpsc-lossy" -version = "0.1.2" +version = "0.1.3" authors = ["Oliver Gould "] publish = false diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 9bb32e826..7b6d8fb5d 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conduit-proxy" -version = "0.1.2" +version = "0.1.3" authors = ["Oliver Gould "] publish = false diff --git a/proxy/Dockerfile b/proxy/Dockerfile index d89a9a874..7ca8c9fc2 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -5,7 +5,7 @@ ## Build the rust proxy into a binary. # # If the RELEASE arg is set and non-empty, a release artifact is built. -FROM gcr.io/runconduit/proxy-deps:f9e8c67f as build +FROM gcr.io/runconduit/proxy-deps:cef4a0cf as build WORKDIR /usr/src/conduit # Ranked roughly from least to most likely to change. Cargo.lock is the least likely # because it is supposed to be cached in the deps base image. diff --git a/tower-grpc-build/Cargo.toml b/tower-grpc-build/Cargo.toml index 27f0c3f25..bea2be432 100644 --- a/tower-grpc-build/Cargo.toml +++ b/tower-grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc-build" -version = "0.1.2" +version = "0.1.3" authors = ["Carl Lerche "] [dependencies] diff --git a/tower-grpc-examples/Cargo.toml b/tower-grpc-examples/Cargo.toml index e4fdb915b..a73419a25 100644 --- a/tower-grpc-examples/Cargo.toml +++ b/tower-grpc-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc-examples" -version = "0.1.2" +version = "0.1.3" authors = ["Carl Lerche "] [[bin]] diff --git a/tower-grpc/Cargo.toml b/tower-grpc/Cargo.toml index c3300ab01..b1f151d58 100644 --- a/tower-grpc/Cargo.toml +++ b/tower-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc" -version = "0.1.2" +version = "0.1.3" authors = ["Sean McArthur "] [features] diff --git a/tower-h2/Cargo.toml b/tower-h2/Cargo.toml index 5e3a68e5a..5fa394acd 100644 --- a/tower-h2/Cargo.toml +++ b/tower-h2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-h2" -version = "0.1.2" +version = "0.1.3" authors = ["Oliver Gould "] description = "Exploring tower + h2" publish = false diff --git a/tower-router/Cargo.toml b/tower-router/Cargo.toml index 2698eb07d..b573bd480 100644 --- a/tower-router/Cargo.toml +++ b/tower-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-router" -version = "0.1.2" +version = "0.1.3" authors = ["Carl Lerche "] publish = false