1.7 KiB
| title | linktitle | subtitle | description | publishdate | release |
|---|---|---|---|---|---|
| Announcing Istio 1.23.1 | 1.23.1 | Patch Release | Istio 1.23.1 patch release. | 2024-09-10 | 1.23.1 |
This release note describes what is different between Istio 1.23.0 and 1.23.1.
{{< relnote >}}
Changes
-
Fixed an issue where controller-assigned IPs did not respect per-proxy DNS capture the same way that ephemeral auto-allocated IPs did. (Issue #52609)
-
Fixed an issue where waypoints required DNS proxy to be enabled in order to consume auto-allocated IPs. (Issue #52746)
-
Fixed an issue where the
ISTIO_OUTPUTiptableschain was not removed withpilot-agent istio-clean-iptablescommand. (Issue #52835) -
Fixed an issue causing any
portLevelSettingsto be ignored inDestinationRules for waypoints. (Issue #52532) -
Removed writing
kubeconfigto CNI net directory. (Issue #52315) -
Removed
CNI_NET_DIRfrom theistio-cniConfigMap, as it now does nothing. (Issue #52315) -
Removed a change in Istio 1.23.0 causing regressions for
ServiceEntrieswith multiple addresses defined. Note: the reverted change did fix an issue around missing addresses (#51747), but introduce a new set of issues. The original issue can be worked around by creating a sidecar resource. (Issue #52944),(Issue #52847)