mirror of https://github.com/istio/istio.io.git
Add 1.22.3 and 1.21.5 release notes (#15421)
* Add 1.22.3 and 1.21.5 release notes Signed-off-by: Jackie Elliott <jaellio@microsoft.com> * Add backports to releae notes Signed-off-by: Keith Mattix II <keithmattix@microsoft.com> * Lint Signed-off-by: Keith Mattix II <keithmattix@microsoft.com> * Update content/en/news/releases/1.21.x/announcing-1.21.5/index.md Co-authored-by: Daniel Hawton <daniel@hawton.org> * Update content/en/news/releases/1.22.x/announcing-1.22.3/index.md Co-authored-by: Daniel Hawton <daniel@hawton.org> --------- Signed-off-by: Jackie Elliott <jaellio@microsoft.com> Signed-off-by: Keith Mattix II <keithmattix@microsoft.com> Co-authored-by: Keith Mattix II <keithmattix@microsoft.com> Co-authored-by: Keith Mattix II <keithmattix2@gmail.com> Co-authored-by: Daniel Hawton <daniel@hawton.org>
This commit is contained in:
parent
812237a271
commit
2480681b80
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: Announcing Istio 1.21.5
|
||||
linktitle: 1.21.5
|
||||
subtitle: Patch Release
|
||||
description: Istio 1.21.5 patch release.
|
||||
publishdate: 2024-07-16
|
||||
release: 1.21.5
|
||||
---
|
||||
|
||||
This release note describes what is different between Istio 1.21.4 and 1.21.5.
|
||||
|
||||
{{< relnote >}}
|
||||
|
||||
## Changes
|
||||
|
||||
- **Updated** Go version to include security fixes for the net/http package related to [`CVE-2024-24791`](https://nvd.nist.gov/vuln/detail/CVE-2024-24791)
|
||||
|
||||
- **Updated** Envoy version to include security fixes related to [`CVE-2024-39305`](https://github.com/envoyproxy/envoy/security/advisories/GHSA-fp35-g349-h66f)
|
||||
|
||||
- **Fixed** a bug where router's merged gateway was not immediately recomputed when a service was created or updated.
|
||||
([Issue #51726](https://github.com/istio/istio/issues/51726))
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Announcing Istio 1.22.3
|
||||
linktitle: 1.22.3
|
||||
subtitle: Patch Release
|
||||
description: Istio 1.22.3 patch release.
|
||||
publishdate: 2024-07-16
|
||||
release: 1.22.3
|
||||
---
|
||||
|
||||
This release note describes what is different between Istio 1.22.2 and 1.22.3.
|
||||
|
||||
{{< relnote >}}
|
||||
|
||||
## Changes
|
||||
|
||||
- **Updated** Go version to include security fixes for the net/http package related to [`CVE-2024-24791`](https://github.com/advisories/GHSA-hw49-2p59-3mhj)
|
||||
|
||||
- **Updated** Envoy version to include security fixes related to [`CVE-2024-39305`](https://github.com/envoyproxy/envoy/security/advisories/GHSA-fp35-g349-h66f)
|
||||
|
||||
- **Fixed** a bug where router's merged gateway was not immediately recomputed when a service was created or updated. ([Issue #51726](https://github.com/istio/istio/issues/51726)
|
||||
|
||||
- **Fixed** inconsistent behavior with the `istio_agent_cert_expiry_seconds` metric.
|
||||
|
||||
- **Removed** sorting of JSON access logs pending [Envoy fix](https://github.com/envoyproxy/envoy/issues/34420).
|
Loading…
Reference in New Issue