mirror of https://github.com/istio/istio.io.git
Remove 1.17 from CVE table, update Envoy version section (#14421)
* Remove 1.17 from CVE table, update Envoy version section * Lint, fix missing .spelling entries
This commit is contained in:
parent
734085051c
commit
a27cbdf334
|
@ -28,7 +28,6 @@
|
|||
1.26.x
|
||||
1.27.3
|
||||
1.27.x
|
||||
1.28.x
|
||||
1.3.x
|
||||
1.3.x.
|
||||
1.4.x
|
||||
|
@ -1131,6 +1130,9 @@ v0.14.0
|
|||
v0.8.0
|
||||
v1
|
||||
v1.21
|
||||
v1.26
|
||||
v1.27
|
||||
v1.28
|
||||
v1.29
|
||||
v1.55
|
||||
v1.55.1
|
||||
|
|
|
@ -73,7 +73,6 @@ Please keep up-to-date and use a supported version.
|
|||
| 1.20.x | 1.20.0+ |
|
||||
| 1.19.x | 1.19.3+ |
|
||||
| 1.18.x | 1.18.5+ |
|
||||
| 1.17.x | 1.17.8+ |
|
||||
|
||||
## Supported Envoy Versions
|
||||
|
||||
|
@ -81,11 +80,10 @@ Istio's data plane is based on [Envoy](https://github.com/envoyproxy/envoy).
|
|||
|
||||
The relationship between the two project's versions:
|
||||
|
||||
| Istio version | Envoy version |
|
||||
| ------------- | ------------- |
|
||||
| 1.20.x | 1.28.x |
|
||||
| 1.19.x | 1.27.x |
|
||||
| 1.18.x | 1.26.x |
|
||||
| 1.17.x | 1.25.x |
|
||||
| Istio version | Envoy release branch |
|
||||
| ------------- | -------------------- |
|
||||
| 1.20.x | release/v1.28 |
|
||||
| 1.19.x | release/v1.27 |
|
||||
| 1.18.x | release/v1.26 |
|
||||
|
||||
In general, Istio releases tend to map one to one with Envoy releases. You can find the precise Envoy commit used by Istio in [`istio/proxy`](https://github.com/istio/proxy/blob/master/WORKSPACE#L38).
|
||||
You can find the precise Envoy commit used by Istio in [`istio/proxy`](https://github.com/istio/proxy/blob/master/WORKSPACE#L38).
|
||||
|
|
Loading…
Reference in New Issue