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
Sidecar
resource only specified particular hosts. (Issue #33387)Fixed a bug where setting the
retryRemoteLocalities
on aVirtualService
would produce configuration that Envoy would reject. (Issue #33737)Improved the
meshConfig.defaultConfig.proxyMetadata
field to do a deep merge when overridden rather than replacing all values.