Announcing Istio 1.10.3
Istio 1.10.3 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.10.2 and Istio 1.10.3.
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 bug where wildcard hosts were incorrectly added even when a
Sidecarresource only specified particular hosts. (Issue #33387)Fixed a bug where setting the
retryRemoteLocalitieson aVirtualServicewould produce configuration that Envoy would reject. (Issue #33737)Improved the
meshConfig.defaultConfig.proxyMetadatafield to do a deep merge when overridden rather than replacing all values.