mirror of https://github.com/istio/istio.io.git
* Sync #14421 into Chinese * Update content/zh/docs/releases/supported-releases/index.md Co-authored-by: Michael <haifeng.yao@daocloud.io> --------- Co-authored-by: Michael <haifeng.yao@daocloud.io>
This commit is contained in:
parent
b7cad6a1e8
commit
bd3be4fcfe
|
@ -70,9 +70,9 @@ Istio 不保证超出支持窗口期的 Minor 版本都有已知的 CVE 补丁
|
|||
|
||||
| Minor 版本 | 没有已知 CVE 的补丁版本 |
|
||||
| ---------------- | ---------------------------------------------------- |
|
||||
| 1.20.x | 1.20.0+ |
|
||||
| 1.19.x | 1.19.3+ |
|
||||
| 1.18.x | 1.18.5+ |
|
||||
| 1.17.x | 1.17.8+ |
|
||||
|
||||
## 支持的 Envoy 版本 {#supported-envoy-versions}
|
||||
|
||||
|
@ -80,12 +80,11 @@ Istio 的数据面基于 [Envoy](https://github.com/envoyproxy/envoy)。
|
|||
|
||||
这两个项目之间的版本关系如下:
|
||||
|
||||
| Istio 版本 | Envoy 版本 |
|
||||
| ------------- | ------------- |
|
||||
| 1.19.x | 1.27.x |
|
||||
| 1.18.x | 1.26.x |
|
||||
| 1.17.x | 1.25.x |
|
||||
| Istio 版本 | Envoy 发布分支 |
|
||||
| ------------- | -------------------- |
|
||||
| 1.20.x | release/v1.28 |
|
||||
| 1.19.x | release/v1.27 |
|
||||
| 1.18.x | release/v1.26 |
|
||||
|
||||
通常,Istio 版本倾向于与 Envoy 版本逐一对应。
|
||||
您可以在 [`istio/proxy`](https://github.com/istio/proxy/blob/master/WORKSPACE#L38)
|
||||
中找到 Istio 所使用的确切的 Envoy Commit。
|
||||
中准确找到 Istio 所使用的 Envoy Commit。
|
||||
|
|
Loading…
Reference in New Issue