Announcing Istio 1.18.7
Istio 1.18.7 patch release.
This release contains bug fixes to improve robustness.
This release note describes what’s different between Istio 1.18.6 and 1.18.7.
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 overlapping wildcard hosts in a
VirtualService
produces incorrect routing configurations when wildcard services were selected (e.g. inServiceEntry
). (Issue #45415)Fixed an issue where
istioctl proxy-config ecds
didn’t display allEcdsConfigDump
.Fixed an issue where new endpoints may not be sent to proxies. (Issue #48373)
Fixed an issue where installing with Stackdriver and using custom configurations would prevent Stackdriver from being enabled.
Fixed an issue where long-lived connections, TCP bytes and gRPC, could result in a proxy memory leak.