Announcing Istio 1.19.5
Istio 1.19.5 patch release.
This release implements the security updates described in our Dec 12th post, ISTIO-SECURITY-2023-005
along with bug fixes to improve robustness.
This release note describes what’s different between Istio 1.19.4 and 1.19.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
Fixed an issue where the webhook generated with
istioctl tag set
is unexpectedly being removed by the installer. (Issue #47423)Fixed an issue where multi-cluster leader election cannot prioritize local over remote leaders. (Issue #47901)
Fixed a memory leak when
hostNetwork
pods scale up and down. (Issue #47893)Fixed a memory leak when
WorkloadEntries
change their IP address. (Issue #47893)Fixed a memory leak when a
ServiceEntry
is removed. (Issue #47893)
Security update
- Changes to Istio CNI Permissions as described in
ISTIO-SECURITY-2023-005
.