Skip to content

Tags: rahul-y/linkerd

Tags

1.1.2

Toggle 1.1.2's commit message
1.1.2 (linkerd#1499) (linkerd#1499)

* Marathon Namer TLS support, for DC/OS strict mode.
* We fixed an issue where requests that time out were not being retried.
* HTTP 1.1 protocol fixes for chunked transfer encoding and
* `Content-Length`.
* Improved memory allocation in InfluxDb and Prometheus telemeters.
* Documentation fixes.

1.1.1

Toggle 1.1.1's commit message
1.1.1 (linkerd#1485)

This is a big release with lots of fun stuff inside.

We've added some new features!
* Linkerd now features integration with Istio! (Beta.) This is a big feature. Blog post coming soon.
* We've introduced a new request logger plugin interface, for plugins that take an action (such as logging) on each request. This is currently used by the Istio plugin to report metadata about each request.

We’ve fixed some things!
* We fixed a connection leak in HTTP/2 by properly multiplexing streams over a single connection.
* The configured failure accrual backoff parameter was being ignored. Now it's not!
* We fixed a TLS issue when no trust certs were specified.  As a result, using TLS with egress now works again.
* We fixed an exception when a Kubernetes Service's `targetPort` value is returned as a name instead of a number.
* The admin dashboard now displays server connections, standardizing client and server displays.

We’ve made some internal changes to keep up with the latest and greatest:
* Netty4 is now the default engine for HTTP.
* We’ve upgrade to Finagle 6.45 under the hood.

1.1.1-rc1

Toggle 1.1.1-rc1's commit message
Merge branch 'master' into HEAD

1.1.0

Toggle 1.1.0's commit message
1.1.0 (linkerd#1384)

* TLS
  * Add support for client auth TLS.
  * Add TLS support for `io.l5d.httpController` and `io.l5d.mesh` namerd
    interfaces.
* HTTP/2
  * Reset h2 remote streams that continue to send frames after the local stream
    has been interrupted.  This fixes a bug that occationally caused the
    io.l5d.mesh interpreter to hang.
  * Add support for HTTP/2 tracing.
* Kubernetes
  * Fix exception when a loadBalancer object has a hostname instead of an ip.
  * Fix connection leak when the daemonset transformer cannot connect to the k8s
    API.
* Metrics
  * Improve scoping of metrics for namers and transformers.
  * Fix rendering of top-level influx metrics.
* Consul
  * Cache dtab observations in the io.l5d.consul store.
  * Fix bug causing consul queries to hang.
* Expire idle services and clients.
* **Breaking Change**: Convert `thriftProtocol` from a client/server param to a
  router param.

1.0.2

Toggle 1.0.2's commit message
1.0.2 (linkerd#1310)

1.0.1

Toggle 1.0.1's commit message
1.0.1 (linkerd#1303)

* 1.0.1

1.0.0

Toggle 1.0.0's commit message
1.0.0 (linkerd#1242)

1.0.0-rc3

Toggle 1.0.0-rc3's commit message
Merge branch 'alex/new-new-stats' into alex/1.0.0-rc3