Announcing Istio 1.4.5
Istio 1.4.5 patch release.
This release includes bug fixes to improve robustness. This release note describes what’s different between Istio 1.4.4 and Istio 1.4.5.
The fixes below focus on various bugs occurring during node restarts. If you use Istio CNI, or have nodes that restart, you are highly encouraged to upgrade.
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.
Improvements
- Fixed a bug triggered by node restart causing Pods to receive incorrect configuration (Issue 20676).
- Improved Istio CNI robustness. Previously, when a node restarted, new pods may be created before the CNI was setup, causing pods to be created without
iptables
rules configured (Issue 14327). - Fixed MCP metrics to include the size of the MCP responses, rather than just requests (Issue 21049).