Announcing Istio 1.23.4
Istio 1.23.4 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.23.3 and Istio 1.23.4.
This release implements the security updates described in our 18th of December post, ISTIO-SECURITY-2024-007
.
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
Added support for providing arbitrary environment variables to
istio-cni
chart.Fixed an issue where merging
Duration
with anEnvoyFilter
could lead to all listener associated attributes unexpectedly being modified because all listeners shared the same pointer typedlistener_filters_timeout
.Fixed Helm rendering to properly apply annotations on Pilot’s
ServiceAccount
. (Issue #51289)Fixed an issue where injection config errors were being silenced (i.e. logged and not returned) when the sidecar injector was unable to process the sidecar config. This change will now propagate the error to the user instead of continuing to process a faulty config. (Issue #53357)