Release notes for Istio 1.14.3 (#11646) (#11667)

This commit is contained in:
lei-tang 2022-08-01 13:31:11 -07:00 committed by GitHub
parent 11c48ef73c
commit 333155076f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
title: Announcing Istio 1.14.3
linktitle: 1.14.3
subtitle: Patch Release
description: Istio 1.14.3 patch release.
publishdate: 2022-08-01
release: 1.14.3
---
This release contains a fix for [CVE-2022-31045](/news/security/istio-security-2022-005/#cve-2022-31045) and
bug fixes to improve robustness. We recommend users install this release instead of Istio 1.14.2,
which does not contain the above CVE fix.
This release note describes whats different between Istio 1.14.2 and Istio 1.14.3.
FYI, [Go 1.18.4 has been released](https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE),
which includes 9 security fixes. We recommend you to upgrade to this newer Go version if you are using Go locally.
{{< relnote >}}
## Changes
- **Fixed** an issue causing `outboundTrafficPolicy` changes in `Sidecar` to not always take effect. ([Issue #39794](https://github.com/istio/istio/issues/39794))
- **Removed** `archs` from `istio-ingress/egress` helm value templates and conditionally populate `nodeAffinity`.
# Security update
- **Fixed** [CVE-2022-31045](/news/security/istio-security-2022-005/#cve-2022-31045).