Announcing Istio 1.26.1
Istio 1.26.1 patch release notes.
This release contains bug fixes to improve robustness. This release note describes what is different between Istio 1.26.0 and 1.26.1.
Traffic Management
Updated Gateway API version to
1.3.0from1.3.0-rc.1. (Issue #56310)Fixed a regression in Istio 1.26.0 that caused a panic in istiod when processing Gateway API hostnames. (Issue #56300)
Security
- Fixed an issue in the
plugincafeature whereistiodwould silently fallback to the self-signed CA if the providedcacertsbundle was incomplete. The system now properly validates the presence of all required CA files and fails with an error if the bundle is incomplete.
Installation
- Fixed a panic in
istioctl manifest translatewhen theIstioOperatorconfig contains multiple gateways. (Issue #56223)
istioctl
- Fixed false positives when
istioctl analyzeraised errorIST0134even whenPILOT_ENABLE_IP_AUTOALLOCATEwas set totrue. (Issue #56083)