File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
27
## 1.6.2 2019-03-08
2
28
This Linkerd release includes bug fixes for Namerd's k8s watch API as well as memory management
3
29
improvements in the ` io.l5d.zk ` storage plugin. This release features a new failure detector
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object Base {
32
32
class Base extends Build {
33
33
import Base ._
34
34
35
- val headVersion = " 1.6.2 "
35
+ val headVersion = " 1.6.3 "
36
36
val openJdkVersion = " 8u151"
37
37
val openJ9Version = " jdk8u192-b12_openj9-0.11.0"
38
38
You can’t perform that action at this time.
0 commit comments