mirror of https://github.com/istio/istio.io.git
Release 1.9.9 (#10403)
* Istio 1.9.9 final * Update supported dates * Fix linting * Update content/en/news/releases/1.9.x/announcing-1.9.9/index.md
This commit is contained in:
parent
203c61105c
commit
ea6f6460e2
|
@ -56,7 +56,7 @@ current `<minor>` release. A patch is usually a small change relative to the `<m
|
|||
| master | No, development only | | | | |
|
||||
| 1.11 | Yes | August 12, 2021 | ~Feb 2022 (Expected) | 1.19, 1.20, 1.21, 1.22 | 1.16, 1.17, 1.18 |
|
||||
| 1.10 | Yes | May 18, 2021 | ~Nov 2021 (Expected) | 1.18, 1.19, 1.20, 1.21 | 1.16, 1.17, 1.22 |
|
||||
| 1.9 | Yes | February 9, 2021 | Oct 5, 2021 (Expected) | 1.17, 1.18, 1.19, 1.20 | 1.15, 1.16 |
|
||||
| 1.9 | Yes | February 9, 2021 | Oct 8, 2021 | 1.17, 1.18, 1.19, 1.20 | 1.15, 1.16 |
|
||||
| 1.8 | No | November 10, 2020 | May 12, 2021 | 1.16, 1.17, 1.18, 1.19 | 1.15 |
|
||||
| 1.7 | No | August 21, 2020 | Feb 25, 2021 | 1.16, 1.17, 1.18 | 1.15 |
|
||||
| 1.6 and earlier | No | | | | |
|
||||
|
@ -76,5 +76,5 @@ Please keep up-to-date and use a supported version.
|
|||
|----------------------------|--------------------------------------|
|
||||
| 1.11.x | 1.11.1+ |
|
||||
| 1.10.x | 1.10.4+ |
|
||||
| 1.9.x | 1.9.8 |
|
||||
| 1.9.x | 1.9.9 |
|
||||
| 1.8 and earlier | None |
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: Announcing Istio 1.9.9
|
||||
linktitle: 1.9.9
|
||||
subtitle: Patch Release
|
||||
description: Istio 1.9.9 patch release.
|
||||
publishdate: 2021-10-08
|
||||
release: 1.9.9
|
||||
aliases:
|
||||
- /news/announcing-1.9.9
|
||||
---
|
||||
|
||||
This is the final release of Istio 1.9. We urge you to upgrade to the latest Istio supported version, Istio ({{<istio_release_name>}}).
|
||||
|
||||
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.9.8 and Istio 1.9.9.
|
||||
|
||||
{{< relnote >}}
|
||||
|
||||
## Changes
|
||||
|
||||
- **Fixed** JWT unauthorized responses to now include a `www-authenticate` header, according to the [RFC 6750](https://datatracker.ietf.org/doc/html/rfc6750#section-3) specification.
|
||||
- **Fixed** Istiod memory leak after proxies have disconnected.
|
||||
- **Fixed** `DestinationRule` updates not triggering an update for `AUTO_PASSTHROUGH` listeners on gateways.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Support for Istio 1.9 has ended
|
||||
subtitle: Support Announcement
|
||||
description: Istio 1.9 end of life announcement.
|
||||
publishdate: 2021-10-08
|
||||
---
|
||||
|
||||
As [previously announced](/news/support/revised-1.9-eol/), support for Istio 1.9 has now officially ended.
|
||||
|
||||
At this point we will no longer back-port fixes for security issues and critical bugs to 1.9, so we heartily encourage
|
||||
you to upgrade to the latest version of Istio ({{<istio_release_name>}}) if you haven't already.
|
Loading…
Reference in New Issue