content/en/news/releases/1.10.x/announcing-1.10.2/index.md
This release fixes the security vulnerabilities described in our June 24th post, ISTIO-SECURITY-2021-007 as well as a few minor bug fixes to improve robustness. This release note describes what’s different between Istio 1.10.1 and 1.10.2.
{{< relnote >}}
Gateway and DestinationRule credentialName field can be accessed from different namespaces. See the ISTIO-SECURITY-2021-007 bulletin for more details.
Fixed an issue where IPv6 iptables rules were incorrect when the traffic.sidecar.istio.io/includeOutboundPorts annotation was used. (Issue #30868)
Fixed a bug where secret files were not watched after being removed and then added back. (Issue #33293)
Fixed an issue causing Envoy Filters that merged the transport_socket field and had a custom transport socket name to be ignored.