Skip to content

Commit 5c54daf

Browse files
authored
Add 1.15.4 release notes (#12340)
1 parent 66e5bab commit 5c54daf

File tree

1 file changed

+30
-0
lines changed
  • content/en/news/releases/1.15.x/announcing-1.15.4

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Announcing Istio 1.15.4
3+
linktitle: 1.15.4
4+
subtitle: Patch Release
5+
description: Istio 1.15.4 patch release.
6+
publishdate: 2022-12-12
7+
release: 1.15.4
8+
---
9+
10+
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.15.3 and Istio 1.15.4.
11+
12+
This release includes security fixes in Go 1.19.4 (released 2022-12-06) for the `os` and `net/http` packages.
13+
14+
{{< relnote >}}
15+
16+
## Changes
17+
18+
- **Improved** when Wasm module downloading fails and `fail_open` is true, a RBAC filter allowing all the traffic is passed to Envoy instead of the original Wasm filter. Previously, the given Wasm filter itself was passed to Envoy in this case, but it may cause errors because some fields of Wasm configuration are optional in Istio, but not in Envoy.
19+
20+
- **Fixed** an issue when deleting a custom Gateway using an Istio Operator resource, other gateways are restarted.
21+
([Issue #40577](https://github.com/istio/istio/issues/40577))
22+
23+
- **Fixed** an issue where Istio Operator could not create the CNI properly when `cni.resourceQuotas` is enabled.
24+
([Issue #41159](https://github.com/istio/istio/issues/41159))
25+
26+
- **Fixed** an issue where `istiod`, when started with `PILOT_ENABLE_STATUS=true`, lacked permissions to clean up the distribution report ConfigMap.
27+
28+
- **Fixed** an issue where `pilotExists` always returned `false`. ([Issue #41631](https://github.com/istio/istio/issues/41631))
29+
30+
- **Fixed** an issue where gateway pods were not respecting the `global.imagePullPolicy` specified in the Helm values.

0 commit comments

Comments
 (0)