You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains bug fixes to improve robustness. This release note describes what is different between Istio 1.26.0 and 1.26.1.
11
+
12
+
## Traffic Management
13
+
14
+
-**Updated** Gateway API version to `1.3.0` from `1.3.0-rc.1`. ([Issue #56310](https://github.com/istio/istio/issues/56310))
15
+
16
+
-**Fixed** a regression in Istio 1.26.0 that caused a panic in istiod when processing Gateway API hostnames. ([Issue #56300](https://github.com/istio/istio/issues/56300))
17
+
18
+
## Security
19
+
20
+
-**Fixed** an issue in the `pluginca` feature where `istiod` would silently fallback to the self-signed CA if the provided `cacerts` bundle was incomplete. The system now properly validates the presence of all required CA files and fails with an error if the bundle is incomplete.
21
+
22
+
## Installation
23
+
24
+
-**Fixed** a panic in `istioctl manifest translate` when the `IstioOperator` config contains multiple gateways. ([Issue #56223](https://github.com/istio/istio/issues/56223))
25
+
26
+
## istioctl
27
+
28
+
-**Fixed** false positives when `istioctl analyze` raised error `IST0134` even when `PILOT_ENABLE_IP_AUTOALLOCATE` was set to `true`. ([Issue #56083](https://github.com/istio/istio/issues/56083))
0 commit comments