Announcing Istio 1.17.6
Istio 1.17.6 patch release.
This release contains bug fixes to improve robustness. This release note describes what is different between Istio 1.17.5 and Istio 1.17.6.
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 SELinux issue on CentOS 9/RHEL 9 where iptables-restore isn’t allowed to open files in
/tmp
. Rules passed to iptables-restore are no longer written to a file, but are passed via stdin. (Issue #42485)Fixed an issue that Istio should prefer
IMDSv2
on AWS. (Issue #45825)Fixed an issue where
meshConfig.defaultConfig.sampling
is ignored when there are only default providers. (Issue #46653)Fixed an issue where the creation of a telemetry object without any providers throws the IST0157 error. (Issue #46510)