1.2 KiB
| title | linktitle | subtitle | description | publishdate | release | aliases | |
|---|---|---|---|---|---|---|---|
| Announcing Istio 1.14.1 | 1.14.1 | Patch Release | Istio 1.14.1 patch release. | 2022-06-09 | 1.14.1 |
|
This release fixes the security vulnerabilities described in our June 9th post, ISTIO-SECURITY-2022-005. This release note describes what’s different between Istio 1.14.0 and 1.14.1.
{{< relnote >}}
Changes
-
Fixed improper filtering of endpoints from East-West Gateway caused by
DestinationRuleTLS settings. (Issue #38704) -
Fixed that running
istioctl verify-installwould fail with thedemoprofile. -
Fixed an issue where cluster VIPs are not correct and a stale IP address exists after a multi-cluster service is deleted in one cluster. This would cause the DNS Proxy to return a stale IP for service resolution and thus cause a traffic outage. (Issue #39039)
-
Fixed an issue where
WorkloadEntry.Annotationsbeingnilwould lead to an abnormal exit of istiod. (Issue #39201)