Skip to content

Commit f4e3619

Browse files
authored
cherry-pick 1.25.1 releasenotes (istio#16358)
Signed-off-by: Daniel Hawton <[email protected]>
1 parent 2919623 commit f4e3619

File tree

1 file changed

+37
-0
lines changed
  • content/en/news/releases/1.25.x/announcing-1.25.1

1 file changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Announcing Istio 1.25.1
3+
linktitle: 1.25.1
4+
subtitle: Patch Release
5+
description: Istio 1.25.1 patch release.
6+
publishdate: 2025-03-26
7+
release: 1.25.1
8+
---
9+
10+
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.25.0 and Istio 1.25.1.
11+
12+
{{< relnote >}}
13+
14+
## Security Update
15+
16+
- [CVE-2025-30157](https://nvd.nist.gov/vuln/detail/CVE-2025-30157) (CVSS Score 6.5, Medium): Envoy crashes when HTTP `ext_proc` processes local replies.
17+
18+
For the purposes of Istio, this CVE is only exploitable in circumstances where `ext_proc` is configured via `EnvoyFilter`.
19+
20+
## Changes
21+
22+
- **Added** status information to `HTTPRoute` resources to indicate the status of `parentRefs` for service and service entry resources,
23+
as well as a new condition to indicate the status of waypoint configuration when in ambient mode.
24+
25+
- **Fixed** validation webhook rejecting an otherwise valid `connectionPool.tcp.IdleTimeout=0s` configuration.
26+
([Issue #55409](https://github.com/istio/istio/issues/55409))
27+
28+
- **Fixed** an issue where validation webhook incorrectly reported a warning when a `ServiceEntry` configured `workloadSelector` with DNS resolution.
29+
([Issue #50164](https://github.com/istio/istio/issues/50164))
30+
31+
- **Fixed** an issue where `HTTPRoute` status was not reporting a `parentRef` associated with a single result
32+
due to complex logic for collapsing `parentRefs` of the same reference, but different `sectionNames`.
33+
34+
- **Fixed** `IstioCertificateService` to ensure `IstioCertificateResponse.CertChain` contained only a single certificate per element in the array.
35+
([Issue #1061](https://github.com/istio/ztunnel/issues/1061))
36+
37+
- **Fixed** an issue causing waypoints to downgrade HTTP2 traffic to HTTP/1.1 if the port was not explicitly declared as `http2`.

0 commit comments

Comments
 (0)