--- title: Release Notes description: Description of features and improvements for every Istio release. weight: 5 aliases: - /docs/reference/release-notes.html - /release-notes - /docs/welcome/notes/index.html - /docs/references/notes --- - [Istio 1.0](./1.0) - [Istio 0.8](./0.8) - [Istio 0.7](./0.7) - [Istio 0.6](./0.6) - [Istio 0.5](./0.5) - [Istio 0.4](./0.4) - [Istio 0.3](./0.3) - [Istio 0.2](./0.2) - [Istio 0.1](./0.1) The latest Istio snapshot release is {{< istio_version >}} ([release notes](/about/notes/{{< istio_version >}}/)). You can [download {{< istio_version >}}](https://github.com/istio/istio/releases) with: {{< text bash >}} $ curl -L https://git.io/getLatestIstio | sh - {{< /text >}} The most recent stable release is 0.8. You can download 0.8 with: {{< text bash >}} $ curl -L https://git.io/getIstio | sh - {{< /text >}} > As we don't control the `git.io` domain, please examine the output of the `curl` command before piping it to a shell if running in any sensitive or non-sandboxed environment.