Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbdb358

Browse files
author
Dennis Adjei-Baah
authored
Linkerd 1.4.3 (linkerd#1987)
This is a follow up release that includes diagnostic tracing for H2 requests. Full release notes: * Add diagnostic tracing for H2 requests, allowing Linkerd to add h2 request routing information at the end of h2 streams to downstream services. * Pass stack params to announcer plugins, allowing them to report metrics correctly. Signed-off-by: Dennis Adjei-Baah <[email protected]>
1 parent 855b6ad commit bbdb358

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
command: |
4646
set -x
4747
if [ ! -f docker-17.03.0-ce.tgz ]; then
48-
curl -sLO https://get.docker.com/builds/Linux/x86_64/docker-17.03.0-ce.tgz
48+
curl -sLO https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz
4949
fi
5050
tar -xz -C /tmp -f docker-17.03.0-ce.tgz
5151
mv /tmp/docker/* /usr/bin

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.4.3 2018-06-12
2+
3+
This is a follow up release that includes diagnostic tracing for H2 requests.
4+
5+
Full release notes:
6+
7+
* Add diagnostic tracing for H2 requests, allowing Linkerd to add h2 request routing information at
8+
the end of h2 streams to downstream services.
9+
* Pass stack params to announcer plugins, allowing them to report metrics correctly.
10+
111
## 1.4.2 2018-06-11
212

313
Linkerd 1.4.2 continues its focus on diagnostics and stability. This release introduces Diagnostic

project/Base.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Base {
3232
class Base extends Build {
3333
import Base._
3434

35-
val headVersion = "1.4.2"
35+
val headVersion = "1.4.3"
3636
val openJdkVersion = "8u151"
3737

3838
object Git {

0 commit comments

Comments
 (0)