mirror of https://github.com/istio/istio.io.git
parent
124ce78a19
commit
ffdca16ee0
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Istio 1.0.5
|
||||
weight: 87
|
||||
icon: notes
|
||||
---
|
||||
|
||||
This release addresses some critical issues found by the community in prior releases.
|
||||
This release note describes what's different between Istio 1.0.4 and Istio 1.0.5.
|
||||
|
||||
{{< relnote_links >}}
|
||||
|
||||
## Fixes
|
||||
|
||||
- Disabled the precondition cache in the istio-policy service as it lead to invalid results. The
|
||||
cache will be reintroduced in a later release.
|
||||
|
||||
- Mixer now only generates spans when there is an enabled `tracespan` adapter, resulting in lower CPU overhead in normal cases.
|
||||
|
||||
- Fixed a problem that could lead Pilot to hang.
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Announcing Istio 1.0.5
|
||||
description: Istio 1.0.5 patch release.
|
||||
publishdate: 2018-12-20
|
||||
attribution: The Istio Team
|
||||
weight: 77
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.0.5. Please check out the [release notes](/about/notes/1.0.5/) to learn more and download this update.
|
Loading…
Reference in New Issue