Announcing Istio 1.10.5
Istio 1.10.5 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.10.4 and Istio 1.10.5.
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
Improved
istioctl install
to give more details when encountering installation failures.Added values to the Istio Gateway Helm charts for configuring ServiceAccount annotations. Can be used to enable IAM Roles for Service Accounts on AWS EKS. (Issue #34837)
Fixed an issue causing
istioctl profile diff
andistioctl profile dump
to output unexpected info logs.Fixed an issue causing
istioctl analyze
to show an unexpectedIST0132
message when analyzing the gateway associated with a virtual service. (Issue #34653)Fixed an issue causing the deployment analyzer to ignore service namespaces during the analysis process.
Fixed an issue resulting in
DestinationRule
updates not triggering updates forAUTO_PASSTHROUGH
listeners on gateways. (Issue #34944)Fixed an issue causing memory to not be freed after XDS clients disconnect.