release 1.22.8 (#16192)

* release 1.22.8

* nit
This commit is contained in:
zirain 2025-01-23 16:13:58 +08:00 committed by GitHub
parent 4dcacc987e
commit 417c15e89a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
title: Announcing Istio 1.22.8
linktitle: 1.22.8
subtitle: Patch Release
description: Istio 1.22.8 patch release.
publishdate: 2025-01-22
release: 1.22.8
---
This release note describes whats different between Istio 1.22.7 and 1.22.8.
{{< relnote >}}
## Changes
- **Fixed** an issue where Ambient `PeerAuthentication` policies were overly strict.
([Issue #53884](https://github.com/istio/istio/issues/53884))
- **Fixed** a bug in Ambient (only) where multiple STRICT port-level mTLS rules in a PeerAuthentication policy would effectively result in a permissive policy due to incorrect evaluation logic (AND vs. OR).
([Issue #54146](https://github.com/istio/istio/issues/54146))
- **Fixed** an issue that access log order instability causing connection draining.
([Issue #54672](https://github.com/istio/istio/issues/54672))

View File

@ -0,0 +1,11 @@
---
title: Support for Istio 1.22 has ended
subtitle: Support Announcement
description: Istio 1.22 end of life announcement.
publishdate: 2025-01-22
---
As [previously announced](/news/support/announcing-1.22-eol/), support for Istio 1.22 has now officially ended.
At this point we will no longer back-port fixes for security issues and critical bugs to 1.22. We highly recommend that
you upgrade to the latest version of Istio ({{<istio_release_name>}}) if you haven't already.