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.0
from1.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
pluginca
feature whereistiod
would silently fallback to the self-signed CA if the providedcacerts
bundle 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 translate
when theIstioOperator
config contains multiple gateways. (Issue #56223)
istioctl
- Fixed false positives when
istioctl analyze
raised errorIST0134
even whenPILOT_ENABLE_IP_AUTOALLOCATE
was set totrue
. (Issue #56083)