mirror of https://github.com/istio/istio.io.git
Add 1.18.7 releasenote (#14410)
* add 1.18.7 releasenote * fix lint * Update content/en/news/releases/1.18.x/announcing-1.18.7/index.md Co-authored-by: Michael <haifeng.yao@daocloud.io> * Apply suggestions from @ericvn Co-authored-by: Eric Van Norman <ericvn@us.ibm.com> * add more content * update date * Update content/en/news/releases/1.18.x/announcing-1.18.7/index.md Co-authored-by: Eric Van Norman <ericvn@us.ibm.com> * revise date --------- Co-authored-by: Michael <haifeng.yao@daocloud.io> Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
parent
cc711495d0
commit
b7cad6a1e8
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: Announcing Istio 1.18.7
|
||||
linktitle: 1.18.7
|
||||
subtitle: Patch Release
|
||||
description: Istio 1.18.7 patch release.
|
||||
publishdate: 2024-01-04
|
||||
release: 1.18.7
|
||||
---
|
||||
|
||||
This release contains bug fixes to improve robustness.
|
||||
|
||||
This release note describes what’s different between Istio 1.18.6 and 1.18.7.
|
||||
|
||||
{{< relnote >}}
|
||||
|
||||
## Changes
|
||||
|
||||
- **Fixed** a bug where overlapping wildcard hosts in a `VirtualService` produces incorrect routing configurations
|
||||
when wildcard services were selected (e.g. in `ServiceEntry`).
|
||||
([Issue #45415](https://github.com/istio/istio/issues/45415))
|
||||
|
||||
- **Fixed** an issue where `istioctl proxy-config ecds` didn't display all `EcdsConfigDump`.
|
||||
|
||||
- **Fixed** an issue where new endpoints may not be sent to proxies.
|
||||
([Issue #48373](https://github.com/istio/istio/issues/48373))
|
||||
|
||||
- **Fixed** an issue where installing with Stackdriver and using custom configurations would prevent Stackdriver from being
|
||||
enabled.
|
||||
|
||||
- **Fixed** an issue where long-lived connections, TCP bytes and gRPC, could result in a proxy memory leak.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Support for Istio 1.18 has ended
|
||||
subtitle: Support Announcement
|
||||
description: Istio 1.18 end of life announcement.
|
||||
publishdate: 2024-01-04
|
||||
---
|
||||
|
||||
As [previously announced](/news/support/announcing-1.18-eol/), support for Istio 1.18 has now officially ended.
|
||||
|
||||
At this point we will no longer back-port fixes for security issues and critical bugs to 1.18. We highly recommend that
|
||||
you upgrade to the latest version of Istio ({{<istio_release_name>}}) if you haven't already.
|
|
@ -20,9 +20,9 @@
|
|||
k8sVersions: ["1.25", "1.26", "1.27", "1.28"]
|
||||
testedK8sVersions: ["1.21", "1.22", "1.23", "1.24"]
|
||||
- version: "1.18"
|
||||
supported: "Yes"
|
||||
supported: "No"
|
||||
releaseDate: "Jun 3, 2023"
|
||||
eolDate: "~Dec 2023 (Expected)"
|
||||
eolDate: "Jan 4, 2024"
|
||||
k8sVersions: ["1.24", "1.25", "1.26", "1.27"]
|
||||
testedK8sVersions: ["1.20", "1.21", "1.22", "1.23"]
|
||||
- version: "1.17"
|
||||
|
|
Loading…
Reference in New Issue