Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Dennis Adjei-Baah c549b64327
Stable 2.3.1 Release Notes (#2869)
This stable release adds a number of proxy stability improvements.

To install this release, run: `curl https://run.linkerd.io/install | sh`

**Special thanks to**: @zaharidichev and @11Takanori!

**Full release notes**:

* Proxy
  * Changed the proxy's routing behavior so that, when the control plane
    does not resolve a destination, the proxy forwards the request with minimal
    additional routing logic
  * Fixed a bug in the proxy's HPACK codec that could cause requests with
    very large header values to hang indefinitely
  * Replaced the fixed reconnect backoff with an exponential one (thanks,
    @zaharidichev!)
  * Fixed an issue where requests could be held indefinitely by the load balancer
  * Added a dispatch timeout that limits the amount of time a request can be
    buffered in the proxy
  * Removed the limit on the number of concurrently active service discovery
    queries to the destination service
  * Fixed an epoll notification issue that could cause excessive CPU usage
  * Added the ability to disable tap by setting an env var (thanks,
    @zaharidichev!)
2019-05-31 08:59:17 -07:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin proxy: Update to linkerd2/linkerd2-proxy#ed32e496 (#2868) 2019-05-30 13:01:00 -07:00
chart Added labels to webhook configurations in charts/ (#2853) 2019-05-28 16:44:09 -05:00
cli Simplify logic for linkerd edges and output JSON in consistent order (#2858) 2019-05-29 11:31:58 -07:00
cni-plugin lower the log level of the linkerd-cni output (#2787) 2019-05-07 10:22:20 -07:00
controller Adding unit test for CLI edges command (#2837) 2019-05-28 13:51:45 -07:00
grafana Add TCP stats to the Linkerd Pod Grafana dashboard (#2329) (#2477) 2019-03-14 14:49:13 -07:00
pkg Generate the debug container spec in the shared library (#2854) 2019-05-28 15:26:37 -07:00
proto Adding edges endpoint to public API (#2793) 2019-05-09 09:30:11 -07:00
proxy-identity proxy-identity: Set a CommonName on CSRs (#2626) 2019-04-03 13:54:50 -07:00
proxy-init Introduce k8s apiextensions support (#2759) 2019-04-28 18:55:22 -07:00
test Known warnings should hold just the message part, not the reason nor the involved object name (#2865) 2019-05-29 17:13:31 -05:00
testutil Consolidate k8s APIs (#2747) 2019-04-25 11:31:38 -07:00
web 2817 enable shorthands for lodash (#2818) 2019-05-30 17:30:58 +02:00
.dockerignore Allow docker-build-proxy to override the proxy version (#1324) 2018-07-26 10:10:49 -07:00
.editorconfig Add protobuf files to .editorconfig (#1042) 2018-05-30 15:09:38 -07:00
.gcp.json.enc Add docker builds and integration tests to CI (#1303) 2018-07-11 14:01:42 -07:00
.gitattributes proxy: Update `rand` to 0.5.1 (#1125) 2018-06-14 15:09:58 -07:00
.gitignore gitignore: Fix invalid glob (#2314) 2019-02-18 10:31:10 -08:00
.golangci.yml lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
.travis.yml Split the `linkerd-version` CLI flag into `control-plane-version` and `proxy-version` (#2702) 2019-04-19 11:35:20 -07:00
ADOPTERS.md add initial ADOPTERS.md (#2792) 2019-05-03 14:59:32 -07:00
BUILD.md Introduce inject integration tests (#2616) 2019-04-05 11:42:49 -07:00
CHANGES.md Stable 2.3.1 Release Notes (#2869) 2019-05-31 08:59:17 -07:00
CONTRIBUTING.md Modifying Contribution Guidelines for PRs (#2587) 2019-03-28 16:09:09 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-debug Add the ability to inject a debug sidecar (#2726) 2019-04-22 16:53:12 -07:00
Dockerfile-go-deps Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-proxy Introduce k8s apiextensions support (#2759) 2019-04-28 18:55:22 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Introduce k8s apiextensions support (#2759) 2019-04-28 18:55:22 -07:00
Gopkg.toml Introduce k8s apiextensions support (#2759) 2019-04-28 18:55:22 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
MAINTAINERS.md remove Brian from maintainers (#2244) 2019-02-13 11:48:26 -08:00
README.md README and test updates (#2467) 2019-03-07 14:36:41 -08:00
TEST.md Introduce test-scale script (#2578) 2019-04-01 12:51:53 -07:00

README.md

Linkerd

Build Status GitHub license Go Report Card Slack Status

🎈 Welcome to Linkerd! 👋

Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes.

Linkerd is a Cloud Native Computing Foundation (CNCF) project.

Repo layout

This is the primary repo for the Linkerd 2.x line of development.

The complete list of Linkerd repos is:

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.9+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs. (The doc source code is available in the website repo.)

Working in this repo

BUILD.md includes general information on how to work in this repo.

We ❤️ pull requests! See CONTRIBUTING.md for info on contributing changes.

Get involved

Code of conduct

This project is for everyone. We ask that our users and contributors take a few minutes to review our code of conduct.

License

Copyright 2019, Linkerd Authors. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.