mirror of https://github.com/linkerd/linkerd2.git
Updates for v0.1.2 release (#171)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
8a1dc1a2b5
commit
e6f17faf28
|
@ -0,0 +1,2 @@
|
|||
# William and Oliver should approve all changelog entries.
|
||||
CHANGES.md @wmorgan @olix0r
|
17
CHANGES.md
17
CHANGES.md
|
@ -1,3 +1,20 @@
|
|||
## v0.1.2
|
||||
|
||||
Conduit 0.1.2 continues down the path of increasing usability and improving debugging and
|
||||
introspection of the service mesh itself.
|
||||
|
||||
* Conduit CLI
|
||||
* New `conduit check` command reports on the health of your Conduit installation.
|
||||
* New `conduit completion` command provides shell completion.
|
||||
* Dashboard
|
||||
* Added per-path metrics to the deployment detail pages.
|
||||
* Added animations to line graphs indicating server activity.
|
||||
* More descriptive CSS variable names. (Thanks @natemurthy!)
|
||||
* A variety of other minor UI bugfixes and improvements
|
||||
* Fixes
|
||||
* Fixed Prometheus config when using RBAC. (Thanks @FaKod!)
|
||||
* Fixed `tap` failure when pods do not belong to a deployment. (Thanks @FaKod!)
|
||||
|
||||
## v0.1.1
|
||||
|
||||
Conduit 0.1.1 is focused on making it easier to get started with Conduit.
|
||||
|
|
|
@ -98,14 +98,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "codegen"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "conduit-proxy"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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.0.1",
|
||||
"futures-mpsc-lossy 0.1.2",
|
||||
"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.1",
|
||||
"tower-grpc-build 0.1.1",
|
||||
"tower-h2 0.1.1",
|
||||
"tower-grpc 0.1.2",
|
||||
"tower-grpc-build 0.1.2",
|
||||
"tower-h2 0.1.2",
|
||||
"tower-reconnect 0.1.0 (git+https://github.com/tower-rs/tower)",
|
||||
"tower-router 0.1.1",
|
||||
"tower-router 0.1.2",
|
||||
"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.0.1"
|
||||
version = "0.1.2"
|
||||
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.1"
|
||||
version = "0.1.2"
|
||||
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.1",
|
||||
"tower-h2 0.1.2",
|
||||
"tower-router 0.1.0 (git+https://github.com/tower-rs/tower)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tower-grpc-build"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"codegen 0.1.1",
|
||||
"codegen 0.1.2",
|
||||
"prost-build 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tower-grpc-examples"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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.1",
|
||||
"tower-grpc-build 0.1.1",
|
||||
"tower-h2 0.1.1",
|
||||
"tower-grpc 0.1.2",
|
||||
"tower-grpc-build 0.1.2",
|
||||
"tower-h2 0.1.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tower-h2"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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.1"
|
||||
version = "0.1.2"
|
||||
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)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "codegen"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package controller
|
||||
|
||||
const Version = "v0.1.1"
|
||||
const Version = "v0.1.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "futures-mpsc-lossy"
|
||||
version = "0.0.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Oliver Gould <ver@buoyant.io>"]
|
||||
publish = false
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "conduit-proxy"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Oliver Gould <ver@buoyant.io>"]
|
||||
publish = false
|
||||
|
||||
|
|
|
@ -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:98588d89 as build
|
||||
FROM gcr.io/runconduit/proxy-deps:f9e8c67f 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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tower-grpc-build"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tower-grpc-examples"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tower-grpc"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||
|
||||
[features]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tower-h2"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Oliver Gould <ver@buoyant.io>"]
|
||||
description = "Exploring tower + h2"
|
||||
publish = false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tower-router"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
publish = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue