File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
content/en/news/releases/1.25.x/announcing-1.25.4 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Announcing Istio 1.25.4
3
+ linktitle : 1.25.4
4
+ subtitle : Patch Release
5
+ description : Istio 1.25.4 patch release.
6
+ publishdate : 2025-08-08
7
+ release : 1.25.4
8
+ ---
9
+
10
+ This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.25.3 and Istio 1.25.4.
11
+
12
+ {{< relnote >}}
13
+
14
+ ## Changes
15
+
16
+ - ** Fixed** an issue where Istio upgrade from 1.24 to 1.25 caused service disruption due to preexisting iptables rules.
17
+ The iptables binary detection logic has been improved to verify a degree of baseline kernel support exists, and prefer ` nft ` in a ` tie ` situation.
18
+
19
+ - ** Fixed** an issue causing false positives with ` istioctl analyze ` raising IST0134 even when ` PILOT_ENABLE_IP_AUTOALLOCATE ` was set to ` true ` .
20
+ ([ Issue #56083 ] ( https://github.com/istio/istio/issues/56083 ) )
21
+
22
+ - ** Fixed** a panic in ` istioctl manifest translate ` when the IstioOperator config contained multiple gateways.
23
+ ([ Issue #56223 ] ( https://github.com/istio/istio/issues/56223 ) )
24
+
25
+ - ** Fixed** ambient index to filter configs by revision.
26
+ ([ Issue #56477 ] ( https://github.com/istio/istio/issues/56477 ) )
27
+
28
+ - ** Fixed** incorrect UID and GID assignment for ` istio-proxy ` and ` istio-validation ` containers on OpenShift when TPROXY mode was enabled.
29
+
30
+ - ** Fixed** logic to properly ignore the ` topology.istio.io/network ` label on the system namespace when ` discoverySelectors ` are in use.
31
+ ([ Issue #56687 ] ( https://github.com/istio/istio/issues/56687 ) )
32
+
33
+ - ** Fixed** an issue where access logs were not updated when the referenced service was created later than the Telemetry resource. ([ Issue #56825 ] ( https://github.com/istio/istio/issues/56825 ) )
You can’t perform that action at this time.
0 commit comments