Announcing Istio 1.15.4
Istio 1.15.4 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.15.3 and Istio 1.15.4.
This release includes security fixes in Go 1.19.4 (released 2022-12-06) for the os and net/http packages.
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
- Improved when Wasm module downloading fails and - fail_openis true, a RBAC filter allowing all the traffic is passed to Envoy instead of the original Wasm filter. Previously, the given Wasm filter itself was passed to Envoy in this case, but it may cause errors because some fields of Wasm configuration are optional in Istio, but not in Envoy.
- Fixed an issue when deleting a custom Gateway using an Istio Operator resource, other gateways are restarted. (Issue #40577) 
- Fixed an issue where Istio Operator could not create the CNI properly when - cni.resourceQuotasis enabled. (Issue #41159)
- Fixed an issue where - istiod, when started with- PILOT_ENABLE_STATUS=true, lacked permissions to clean up the distribution report ConfigMap.
- Fixed an issue where - pilotExistsalways returned- false. (Issue #41631)
- Fixed an issue where gateway pods were not respecting the - global.imagePullPolicyspecified in the Helm values.