Skip to content

Commit 4b14f01

Browse files
authored
cherry-pick 1.26.1 release note (#16543)
Signed-off-by: Daniel Hawton <[email protected]>
1 parent fe3c859 commit 4b14f01

File tree

1 file changed

+28
-0
lines changed
  • content/en/news/releases/1.26.x/announcing-1.26.1

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Announcing Istio 1.26.1
3+
linktitle: 1.26.1
4+
subtitle: Patch Release
5+
description: Istio 1.26.1 patch release notes.
6+
publishdate: 2025-05-29
7+
release: 1.26.1
8+
---
9+
10+
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

Comments
 (0)