diff --git a/content/zh/docs/releases/supported-releases/index.md b/content/zh/docs/releases/supported-releases/index.md index dec565ffff..6b466ff386 100644 --- a/content/zh/docs/releases/supported-releases/index.md +++ b/content/zh/docs/releases/supported-releases/index.md @@ -71,8 +71,8 @@ Istio 不保证超出支持窗口期的次要版本都有已知的 CVE 补丁。 | 次要版本 | 没有已知 CVE 的补丁版本 | |------------------|------------------------------------| | 1.26.x | 1.26.0+ | -| 1.25.x | 1.25.0+ | -| 1.24.x | 1.24.0+ | +| 1.25.x | 1.25.3+ | +| 1.24.x | 1.24.6+ | ## 支持的 Envoy 版本 {#supported-envoy-versions} diff --git a/content/zh/news/releases/1.26.x/announcing-1.26/_index.md b/content/zh/news/releases/1.26.x/announcing-1.26/_index.md index d17c10785f..fc55f39524 100644 --- a/content/zh/news/releases/1.26.x/announcing-1.26/_index.md +++ b/content/zh/news/releases/1.26.x/announcing-1.26/_index.md @@ -22,6 +22,14 @@ Istio 1.26.0 已正式支持 Kubernetes 1.29 至 1.32 版本。 我们预计 1.33 版本也能支持,并计划在 Istio 1.26.1 版本发布之前进行测试和支持。 {{< /tip >}} +## 关于 Ambient 模式下 `EnvoyFilter` 支持的说明 {#a-note-on-envoyfilter-support-in-ambient-mode} + +`EnvoyFilter` 是 Istio 的应急 API,用于对 Envoy 代理进行高级配置。 +请注意,**`EnvoyFilter` 目前不支持任何带有 waypoint 代理的现有 Istio 版本**。 +虽然在有限的场景下可以使用带有 waypoint 的 `EnvoyFilter`, +但目前尚不支持该 API,并且维护人员也极力劝阻。随着 Alpha API 的不断发展, +未来版本中可能会出现问题。我们预计官方支持将在稍后提供。 + ## 新特性 {#whats-new} ### 定制 Gateway API 提供的资源 {#customization-of-resources-provisioned-by-the-gateway-api}