Release Channels

Linkerd 2.x publishes releases into multiple channels. This provides the option tochoose between stability or getting the latest and greatest functionality. Thelatest release for each channel is listed below. The full list of releases canbe found on GitHub.

Stable (latest version: stable-2.7.0)

Stable releases are periodic, and focus on stability. To install a stablerelease, you can run:

  1. curl -sL https://run.linkerd.io/install | sh

Edge (latest version: edge-20.2.1)

Edge releases are frequent (usually, weekly) and can be used to work with thelatest and greatest features. These releases are intended to be stable, but aremore focused on adding new functionality. To install an edge release, you canrun:

  1. curl -sL https://run.linkerd.io/install-edge | sh