Announcing Istio 1.25.4
Istio 1.25.4 patch release.
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.
BEFORE YOU UPGRADE
Things to know and prepare before upgrading.
DOWNLOAD
Download and install this release.
DOCS
Visit the documentation for this release.
SOURCE CHANGES
Inspect the full set of source code changes.
Changes
Fixed an issue where Istio upgrade from 1.24 to 1.25 caused service disruption due to preexisting iptables rules. The iptables binary detection logic has been improved to verify a degree of baseline kernel support exists, and prefer
nft
in atie
situation.Fixed an issue causing false positives with
istioctl analyze
raising IST0134 even whenPILOT_ENABLE_IP_AUTOALLOCATE
was set totrue
. (Issue #56083)Fixed a panic in
istioctl manifest translate
when the IstioOperator config contained multiple gateways. (Issue #56223)Fixed ambient index to filter configs by revision. (Issue #56477)
Fixed incorrect UID and GID assignment for
istio-proxy
andistio-validation
containers on OpenShift when TPROXY mode was enabled.Fixed logic to properly ignore the
topology.istio.io/network
label on the system namespace whendiscoverySelectors
are in use. (Issue #56687)Fixed an issue where access logs were not updated when the referenced service was created later than the Telemetry resource. (Issue #56825)