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

Skip to content

Commit 3f40db3

Browse files
author
Dennis Adjei-Baah
committed
changelog for 1.6.3
1 parent d553ec6 commit 3f40db3

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.6.3 2019-05-10
2+
Linkerd 1.6.3 includes a bug fix for Namerd's `io.l5d.k8s` dtab storage module. This fix exposes
3+
HTTP request and response metrics for the Kubernetes API client used to store dtabs. Namerd also
4+
includes a new logging dashboard page that allows you to change Namerd's logging verbosity at
5+
runtime. In addition, this release improves Linkerd's HTTP/2 implementation to better manage direct
6+
memory and includes a fix for Linkerd's `interpreter_state` watch state endpoint.
7+
8+
A special thank you to the following contributors for their awesome doc update contributions:
9+
* [Nguyen Hai Truong](https://github.com/truongnh1992)
10+
* [Peter Fröhlich](https://github.com/peterfroehlich)
11+
12+
Full release notes:
13+
* Namerd
14+
* Expose HTTP client metrics for Namerd's `io.l5d.k8s` dtab storage module. This change now
15+
instruments the HTTP client that interacts with the Kubernetes API used for storing dtabs.
16+
* Adds a new logging dashboard page in Namerd with the ability to change logging verbosity at
17+
runtime. This is similar to Linkerd's logging dashboard page
18+
* HTTP/2
19+
* Fixes an issue where Linkerd could sometimes exhaust direct memory when routing HTTP/2 requests
20+
that immediately receive a `RST_STREAM` frame.
21+
* Fixes a `BufferUnderflowException` that could be triggered when viewing Linkerd's
22+
interpreter watch state endpoint. This issue occurs when using Linkerd's `io.l5d.namerd` thrift
23+
interpreter.
24+
* Fixes an issue where Linkerd incorrectly uses the JVM's Parallel GC collector if the `GC_LOG`
25+
start-up flag is not set on JVMs using Java 1.8 or earlier.
26+
127
## 1.6.2 2019-03-08
228
This Linkerd release includes bug fixes for Namerd's k8s watch API as well as memory management
329
improvements in the `io.l5d.zk` storage plugin. This release features a new failure detector

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.6.2"
35+
val headVersion = "1.6.3"
3636
val openJdkVersion = "8u151"
3737
val openJ9Version = "jdk8u192-b12_openj9-0.11.0"
3838

0 commit comments

Comments
 (0)