Announcing Istio 1.28.10
Istio 1.28.10 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.28.9 and 1.28.10.
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 memory leak in the
krtcontroller framework where changing the key used in aFetchfilter (for example, relabeling a pod to point to a different waypoint) left stale reverse-index entries that were never cleaned up. Over time this could grow memory usage and cause unnecessary recomputations.