This commit is contained in:
Martin Taillefer 2018-03-28 12:05:50 -07:00 committed by GitHub
parent 33bdfdc942
commit 042bb8b9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 10 deletions

21
_about/notes/0.7.md Normal file
View File

@ -0,0 +1,21 @@
---
title: Istio 0.7
order: 94
layout: about
type: markdown
---
{% include home.html %}
For this release, we focused on improving our build and test infrastructures and increasing the
quality of our tests. As a result, there are no new features for this month.
However, this release does include a large number of bug fixes and performance improvements.
Of particular interest, our [helm charts](https://istio.io/docs/setup/kubernetes/helm.html)
have received a lot of attention and should now work reliably.
Please note that this release includes preliminary support for the new v1alpha3 traffic management
functionality. This functionality is still in a great deal of flux and there may be some breaking
changes in 0.8. So if you feel like exploring, please go right ahead, but expect that this may
change in 0.8 and beyond.

View File

@ -16,17 +16,18 @@ toc: false
{% include section-index.html docs=site.about %}
The [latest Istio monthly release](https://github.com/istio/istio/releases) is {{site.data.istio.version}} which
you can download with:
- The [latest](https://github.com/istio/istio/releases) Istio monthly release is {{site.data.istio.version}}. It is downloaded when the following is used(*):
```
curl -L https://git.io/getLatestIstio | sh -
```
```
curl -L https://git.io/getLatestIstio | sh -
```
- The most recent 'stable' release is [0.2.12](https://github.com/istio/istio/releases/tag/0.2.12), the matching docs are [archive.istio.io/v0.2/docs/](https://archive.istio.io/v0.2/docs/)
```
curl -L https://git.io/getIstio | sh -
```
The most recent stable release is [0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) which you
can download with:
We typically wait to 'bake' the latest release for several weeks and ensure it is more stable than the previous one before promoting it to stable.
```
curl -L https://git.io/getIstio | sh -
```
> (*) Note: security conscious users should examine the output of the curl command before piping it to a shell.
[Archived documentation for for 0.2.12 release](https://archive.istio.io/v0.2/).