Skip to content

Commit

Permalink
merge release branch cpretzer/1.6.4 (linkerd#2317)
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io>
  • Loading branch information
Dennis Adjei-Baah committed Aug 23, 2019
1 parent fb4a931 commit 5329014
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.6.4 2019-07-01
Linkerd 1.6.4 updates the finagle version to 19.5.1 and adds support for
configuring message response sizes from when using consul.

ConsulInitializer.scala now includes the parameters below which are used
to configure the Http.client object that is instantiated in the `newNamer`
method.

Parameter Name | Default Value | Description
-----------------|---------------|-------------
`maxHeadersKB` | 8 | The maximum size of all headers in an HTTP message created by the Consul client
`maxInitialLineKB` | 4 | The maximum size of an initial HTTP message line created by the Consul client
`maxRequestKB` | 5120 | The maximum size of a non-chunked HTTP request payload sent by the Consul client
`maxResponseKB` | 5120 | The maximum size of a non-chunked HTTP response payload received by the Consul client

Full release notes:
* Upgrade to finagle 19.5.1 [#2284](https://github.com/linkerd/linkerd/pull/2284)
* Support configurable response body sizes from consul [#2286](https://github.com/linkerd/linkerd/issues/2286)
* Log inbound requests to namerd [#2275](https://github.com/linkerd/linkerd/pull/2275)

## 1.6.3 2019-05-10
Linkerd 1.6.3 includes a bug fix for Namerd's `io.l5d.k8s` dtab storage module. This fix exposes
HTTP request and response metrics for the Kubernetes API client used to store dtabs. Namerd also
Expand Down
2 changes: 1 addition & 1 deletion project/Base.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Base {
class Base extends Build {
import Base._

val headVersion = "1.6.3"
val headVersion = "1.6.4"
val openJdkVersion = "8u212"
val openJ9Version = "jdk8u212-b04_openj9-0.14.2"

Expand Down

0 comments on commit 5329014

Please sign in to comment.