diff --git a/content/zh/docs/releases/supported-releases/index.md b/content/zh/docs/releases/supported-releases/index.md index cf2d831ab0..3bb48cb284 100644 --- a/content/zh/docs/releases/supported-releases/index.md +++ b/content/zh/docs/releases/supported-releases/index.md @@ -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。