Skip to content

Commit 169fc7b

Browse files
mikemorrisdhawton
andauthored
add release notes for 1.25.4 (#16753)
* add release notes for 1.25.4 * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md Co-authored-by: Daniel Hawton <[email protected]> * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md * Update content/en/news/releases/1.25.x/announcing-1.25.4/index.md --------- Co-authored-by: Mike Morris <[email protected]> Co-authored-by: Daniel Hawton <[email protected]>
1 parent be843ca commit 169fc7b

File tree

1 file changed

+33
-0
lines changed
  • content/en/news/releases/1.25.x/announcing-1.25.4

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Announcing Istio 1.25.4
3+
linktitle: 1.25.4
4+
subtitle: Patch Release
5+
description: Istio 1.25.4 patch release.
6+
publishdate: 2025-08-08
7+
release: 1.25.4
8+
---
9+
10+
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.25.3 and Istio 1.25.4.
11+
12+
{{< relnote >}}
13+
14+
## Changes
15+
16+
- **Fixed** an issue where Istio upgrade from 1.24 to 1.25 caused service disruption due to preexisting iptables rules.
17+
The iptables binary detection logic has been improved to verify a degree of baseline kernel support exists, and prefer `nft` in a `tie` situation.
18+
19+
- **Fixed** an issue causing false positives with `istioctl analyze` raising IST0134 even when `PILOT_ENABLE_IP_AUTOALLOCATE` was set to `true`.
20+
([Issue #56083](https://github.com/istio/istio/issues/56083))
21+
22+
- **Fixed** a panic in `istioctl manifest translate` when the IstioOperator config contained multiple gateways.
23+
([Issue #56223](https://github.com/istio/istio/issues/56223))
24+
25+
- **Fixed** ambient index to filter configs by revision.
26+
([Issue #56477](https://github.com/istio/istio/issues/56477))
27+
28+
- **Fixed** incorrect UID and GID assignment for `istio-proxy` and `istio-validation` containers on OpenShift when TPROXY mode was enabled.
29+
30+
- **Fixed** logic to properly ignore the `topology.istio.io/network` label on the system namespace when `discoverySelectors` are in use.
31+
([Issue #56687](https://github.com/istio/istio/issues/56687))
32+
33+
- **Fixed** an issue where access logs were not updated when the referenced service was created later than the Telemetry resource. ([Issue #56825](https://github.com/istio/istio/issues/56825))

0 commit comments

Comments
 (0)