Skip to content

Commit 315487e

Browse files
authored
merge all commit to fix CLA (#16725)
1 parent 0ec66b5 commit 315487e

File tree

7 files changed

+359
-0
lines changed

7 files changed

+359
-0
lines changed

.spelling

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
1.26.x.
3838
1.27.3
3939
1.27.x
40+
1.27.x.
4041
1.3.x
4142
1.3.x.
4243
1.4.x
@@ -302,6 +303,7 @@ cpuset
302303
CR
303304
CRD
304305
CRDs
306+
CRLs
305307
CRs
306308
crypto
307309
CryptoMB
@@ -571,6 +573,7 @@ GenAI
571573
Geneve
572574
GHSA-8mq4-c2v5-3h39
573575
GiB
576+
GIDs
574577
git
575578
GitHub
576579
GitOps
@@ -656,6 +659,7 @@ intranode
656659
Invasiveness
657660
IOPs
658661
ip
662+
ipallocate
659663
ipBlocks
660664
IPs
661665
IPsec
@@ -814,6 +818,7 @@ linktitle
814818
linter
815819
linters
816820
Lior
821+
ListenerSets
817822
list_by_publishdate
818823
Liu
819824
liveness
@@ -918,6 +923,7 @@ network1
918923
network2
919924
networking.istio.io
920925
NetworkPolicy
926+
nftables
921927
nginx
922928
NICs
923929
NiFi
@@ -1230,6 +1236,7 @@ subnetworks
12301236
subresource
12311237
subresources
12321238
substring
1239+
subzone
12331240
Sudheendra
12341241
Sumit
12351242
Superfeet
@@ -1273,6 +1280,7 @@ TLS
12731280
TLS-secured
12741281
ToC
12751282
Tokio
1283+
tolerations
12761284
toolbelt
12771285
toolchain
12781286
topologySpreadConstraints
@@ -1340,13 +1348,15 @@ v1.21.0
13401348
v1.22
13411349
v1.26
13421350
v1.27
1351+
v1.27.
13431352
v1.28
13441353
v1.29
13451354
v1.30
13461355
v1.31
13471356
v1.32
13481357
v1.33
13491358
v1.34
1359+
v1.35
13501360
v1.5
13511361
v1.55
13521362
v1.55.1

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Please keep up-to-date and use a supported version.
7070

7171
| Minor Releases | Patched versions with no known CVEs |
7272
|----------------|-------------------------------------|
73+
| 1.27.x | 1.27.0+ |
7374
| 1.26.x | 1.26.0+ |
7475
| 1.25.x | 1.25.3+ |
7576

@@ -81,6 +82,7 @@ The relationship between the two project's versions:
8182

8283
| Istio version | Envoy release branch |
8384
|---------------|----------------------|
85+
| 1.27.x | release/v1.35 |
8486
| 1.26.x | release/v1.34 |
8587
| 1.25.x | release/v1.33 |
8688

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 1.27.x Releases
3+
description: Announcements for the 1.27 release and its associated patch releases.
4+
weight: 6
5+
list_by_publishdate: true
6+
layout: release-grid
7+
decoration: dot
8+
---
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Announcing Istio 1.27.0
3+
linktitle: 1.27.0
4+
subtitle: Major Release
5+
description: Istio 1.27 Release Announcement.
6+
publishdate: 2025-08-11
7+
release: 1.27.0
8+
aliases:
9+
- /news/announcing-1.27
10+
- /news/announcing-1.27.0
11+
---
12+
13+
We are pleased to announce the release of Istio 1.27. Thank you to all our contributors, testers, users and enthusiasts for helping us get the 1.27.0 release published!
14+
We would like to thank the Release Managers for this release, **Jianpeng He** from Tetrate, **Faseela K** from Ericsson Software Technology, and **Gustavo Meira** from Microsoft.
15+
16+
{{< relnote >}}
17+
18+
{{< tip >}}
19+
Istio 1.27.0 is officially supported on Kubernetes versions 1.29 to 1.33.
20+
{{< /tip >}}
21+
22+
## What’s new?
23+
24+
### Inference Extension Support
25+
26+
[Gateway API Inference Extension](https://gateway-api-inference-extension.sigs.k8s.io/) is an official Kubernetes project designed to optimize the self-hosting of Generative AI models on Kubernetes. It provides a standardized, vendor-neutral approach to intelligent AI traffic management.
27+
28+
Istio 1.27 includes a [fully-compliant implementation](https://gateway-api-inference-extension.sigs.k8s.io/implementations/gateways/#istio) of the extension when using the Gateway API for cluster ingress traffic control.
29+
30+
[Learn more about the extension and Istio's implementation](/blog/2025/inference-extension-support/).
31+
32+
### Ambient Multicluster
33+
34+
Support for multi-cluster deployments in ambient mode is now available in Alpha. This enables multiple ambient mode clusters to be connected into the same mesh, expanding the scope of no-sidecar networking to larger and more distributed environments.
35+
36+
In this initial release, testing has been focused on multi-network, multi-primary topologies, where each cluster runs its own control plane. Support for more complex topologies will follow as the baseline feature matures.
37+
38+
### CRL Support for Plugged-in CAs
39+
40+
Certificate Revocation List (CRL) support is now available for users who have "plugged in" their own certificate authority, rather than using the default provided by Istio. This allows proxies to validate and reject revoked certificates, strengthening the security posture of mesh deployments using plugged-in CAs.
41+
42+
### ListenerSets Support
43+
44+
The new [ListenerSets](https://gateway-api.sigs.k8s.io/geps/gep-1713) API allows you to define a reusable set of listeners that can be attached to a `Gateway` resource. This promotes consistency and reduces duplication when managing multiple Gateways that share common listener configurations.
45+
46+
### Native nftables Support in Sidecar Mode
47+
48+
Istio now supports the [native nftables](https://github.com/istio/istio/issues/47821) backend in Sidecar mode. nftables is the modern successor to iptables, providing better performance, improved maintainability, and more flexible rule management for transparent traffic redirection to and from the Envoy sidecar proxy.
49+
50+
Many major Linux distributions are adopting nftables as the default packet filtering framework, and Istio’s native support ensures compatibility with this shift.
51+
52+
Support for nftables in ambient mode is actively being developed and will arrive in a future release.
53+
54+
## Upgrading to 1.27
55+
56+
We would like to hear from you regarding your experience upgrading to Istio 1.27. You can provide feedback in the `#release-1.27` channel in our [Slack workspace](https://slack.istio.io/).
57+
58+
Would you like to contribute directly to Istio? Find and join one of our [Working Groups](https://github.com/istio/community/blob/master/WORKING-GROUPS.md) and help us improve.

0 commit comments

Comments
 (0)