Skip to content

Commit 813341e

Browse files
authored
[zh] Sync 1.27 release notes and upgrade notes into Chinese (#16773)
* Sync 1.27 release notes and upgrade notes into Chinese * add support doc
1 parent 1d49415 commit 813341e

File tree

4 files changed

+115
-2
lines changed

4 files changed

+115
-2
lines changed

content/zh/docs/releases/supported-releases/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Istio 不保证超出支持窗口期的次要版本都有已知的 CVE 补丁。
7070

7171
| 次要版本 | 没有已知 CVE 的补丁版本 |
7272
|------------------|------------------------------------|
73+
| 1.27.x | 1.27.0+ |
7374
| 1.26.x | 1.26.0+ |
7475
| 1.25.x | 1.25.3+ |
75-
| 1.24.x | 1.24.6+ |
7676

7777
## 支持的 Envoy 版本 {#supported-envoy-versions}
7878

@@ -82,9 +82,9 @@ Istio 的数据面基于 [Envoy](https://github.com/envoyproxy/envoy)。
8282

8383
| Istio 版本 | Envoy 发布分支 |
8484
|---------------|----------------------|
85+
| 1.27.x | release/v1.35 |
8586
| 1.26.x | release/v1.34 |
8687
| 1.25.x | release/v1.33 |
87-
| 1.24.x | release/v1.32 |
8888

8989
您可以在 [`istio/proxy` 仓库](https://github.com/istio/proxy/blob/{{< source_branch_name >}}/WORKSPACE#L26)中找到
9090
Istio 使用的具体 Envoy 提交:查找 `ENVOY_SHA` 变量。
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 1.27.x 版本
3+
description: 1.27 版本及其相关补丁版本的公告。
4+
weight: 6
5+
list_by_publishdate: true
6+
layout: release-grid
7+
decoration: dot
8+
---
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 发布 Istio 1.27.0
3+
linktitle: 1.27.0
4+
subtitle: 大版本更新
5+
description: Istio 1.27 发布公告。
6+
publishdate: 2025-08-11
7+
release: 1.27.0
8+
aliases:
9+
- /zh/news/announcing-1.27
10+
- /zh/news/announcing-1.27.0
11+
---
12+
13+
我们很高兴地宣布 Istio 1.27 正式发布。感谢所有贡献者、
14+
测试人员、用户和爱好者们帮助我们发布 1.27.0 版本!
15+
我们还要感谢本次发布的发布经理:来自 Tetrate 的 **Jianpeng He**
16+
来自爱立信软件技术公司的 **Faseela K** 以及来自微软的 **Gustavo Meira**
17+
18+
{{< relnote >}}
19+
20+
{{< tip >}}
21+
Istio 1.27.0 已正式支持 Kubernetes 1.29 至 1.33 版本。
22+
{{< /tip >}}
23+
24+
## 新特性 {#whats-new}
25+
26+
### 推理扩展支持 {#inference-extension-support}
27+
28+
[Gateway API 推理扩展](https://gateway-api-inference-extension.sigs.k8s.io/)是一个
29+
Kubernetes 官方项目,旨在优化 Kubernetes 上生成式 AI 模型的自托管。
30+
它提供了一种标准化、与供应商无关的智能 AI 流量管理方法。
31+
32+
当使用 Gateway API 进行集群入口流量控制时,
33+
Istio 1.27 包含该扩展的[完全兼容实现](https://gateway-api-inference-extension.sigs.k8s.io/implementations/gateways/#istio)
34+
35+
[了解有关扩展和 Istio 实现的更多信息](/zh/blog/2025/inference-extension-support/)
36+
37+
### Ambient 多集群 {#ambient-multicluster}
38+
39+
Alpha 版本现已支持在 Ambient 模式下进行多集群部署。
40+
这使得多个 Ambient 模式集群可以连接到同一个网格,
41+
从而将无 Sidecar 网络的范围扩展到更大、更分布式的环境。
42+
43+
在此初始版本中,测试主要集中在多网络、多主拓扑上,
44+
其中每个集群运行各自的控制平面。随着基线功能的成熟,我们将逐步支持更复杂的拓扑。
45+
46+
### 插入式 CA 的 CRL 支持 {#crl-support-for-plugged-in-cas}
47+
48+
证书吊销列表 (CRL) 支持现已面向已“插入”自有 CA 而非使用 Istio 默认证书的用户开放。
49+
这允许代理验证并拒绝已吊销的证书,从而增强使用插入 CA 的网格部署的安全性。
50+
51+
### ListenerSets 支持 {#listenersets-support}
52+
53+
新的 [ListenerSets](https://gateway-api.sigs.k8s.io/geps/gep-1713) API
54+
允许您定义一组可重用的监听器,并将其附加到 `Gateway` 资源。
55+
这在管理共享通用监听器配置的多个网关时,可以提高一致性并减少重复。
56+
57+
### Sidecar 模式下的原生 nftables 支持 {#native-nftables-support-in-sidecar-mode}
58+
59+
Istio 现在支持 Sidecar 模式下的[原生 nftables](https://github.com/istio/istio/issues/47821) 后端。
60+
nftables 是 iptables 的现代继承者,它提供了更好的性能、
61+
改进的可维护性和更灵活的规则管理,可实现往返于 Envoy Sidecar 代理的透明流量重定向。
62+
63+
许多主流 Linux 发行版都采用 nftables 作为默认的数据包过滤框架,
64+
而 Istio 的原生支持确保了与这种转变的兼容性。
65+
66+
Ambient 模式下对 nftables 的支持正在积极开发中,并将在未来版本中推出。
67+
68+
## 升级到 1.27 {#upgrading-to-1-27}
69+
70+
我们期待您分享升级到 Istio 1.27 的体验。
71+
您可以在我们 [Slack 工作区](https://slack.istio.io/)`#release-1.27` 频道中提供反馈。
72+
73+
您想直接为 Istio 做出贡献吗?
74+
查找并加入我们的[工作组](https://github.com/istio/community/blob/master/WORKING-GROUPS.md),帮助我们改进。
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Istio 1.27 升级说明
3+
description: 升级到 Istio 1.27.0 时要考虑的重要变更。
4+
weight: 20
5+
---
6+
7+
当您从 Istio 1.26.x 升级到 Istio 1.27.x 时,您需要考虑本页所述的变更。
8+
这些说明详述了故意打破 Istio 1.26.x 向后兼容性的一些变更。
9+
这些说明还提到了在引入新特性的同时保持向后兼容性的一些变更。
10+
这里仅包含出乎 Istio 1.26.x 用户意料的新特性变更。
11+
12+
## 网关支持多种证书类型 {#multiple-certificate-types-support-in-gateway}
13+
14+
Istio 现在支持在 Istio 和 Kubernetes Gateway
15+
资源中同时配置多种证书类型(例如 RSA 和 ECDSA)。这允许客户端根据其功能选择最合适的证书类型。
16+
17+
## 升级后重新生成 Grafana 仪表板 {#regenerate-grafana-dashboards-after-upgrade}
18+
19+
如果您使用 Istio 捆绑的 Grafana 仪表板,则需要在升级后重新生成它们以获得固定的仪表板链接。
20+
现在已明确定义仪表板 UID,以便在仪表板之间建立稳定的链接。
21+
22+
## 弃用可观测提供商 {#deprecation-of-telemetry-providers}
23+
24+
可观测提供商 Lightstep 和 OpenCensus 现已被移除。请改用 OpenTelemetry 提供商。
25+
26+
## 默认启用原生 Sidecar {#native-sidecar-enabled-by-default}
27+
28+
现在,符合条件的 Pod 默认启用原生 Sidecar。这将把 `istio-proxy`
29+
从容器更改为 Init 容器。这可能会导致与集群中其他需要将 `istio-proxy`
30+
修改为常规容器的 Mutating Webhook 或控制器出现兼容性问题。
31+
请测试您的工作负载和控制器,以确保它们与此更改兼容。

0 commit comments

Comments
 (0)