Announcing Istio 1.26.7
Istio 1.26.7 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.26.6 and 1.26.7.
This release implements the security updates described in our 3rd of December post, ISTIO-SECURITY-2025-001.
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 a goroutine leak in multicluster where krt collections with data from remote clusters would stay in memory even after that cluster was removed. (Issue #57269)
Fixed an issue where Envoy Secret resources could get stuck in
WARMINGstate when the same Kubernetes Secret is referenced from Istio Gateway objects using bothsecret-nameandnamespace/secret-nameformats. (Issue #58146)