mirror of https://github.com/istio/istio.io.git
Add release notes for 1.0.6 (#3240)
This commit is contained in:
parent
ff5890b793
commit
55dea69b8c
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: Istio 1.0.6
|
||||
weight: 86
|
||||
icon: /img/notes.svg
|
||||
---
|
||||
|
||||
This release includes security vulnerability fixes and improvements to robustness.
|
||||
This release note describes what's different between Istio 1.0.5 and Istio 1.0.6.
|
||||
|
||||
{{< relnote_links >}}
|
||||
|
||||
## Security vulnerability fixes
|
||||
|
||||
- Updated Go `requests` and `urllib3` libraries in Bookinfo sample code per [`CVE-2018-18074`](https://nvd.nist.gov/vuln/detail/CVE-2018-18074) and [`CVE-2018-20060`](https://nvd.nist.gov/vuln/detail/CVE-2018-20060).
|
||||
- Fixed username and password being exposed in `Grafana` and `Kiali` ([Issue 7446](https://github.com/istio/istio/issues/7476), [Issue 7447](https://github.com/istio/istio/issues/7447)).
|
||||
- Removed in-memory service registry in Pilot. This allowed adding endpoints to proxy configurations from within the cluster through a Pilot debug API.
|
||||
|
||||
## Robustness improvements
|
||||
|
||||
- Fixed Pilot failing to push configuration under load ([Issue 10360](https://github.com/istio/istio/issues/10360)).
|
||||
- Fixed a race condition that would lead Pilot to crash and restart ([Issue 10868](https://github.com/istio/istio/issues/10868)).
|
||||
- Fixed a memory leak in Pilot ([Issue 10822](https://github.com/istio/istio/issues/10822)).
|
||||
- Fixed a memory leak in Mixer ([Issue 10393](https://github.com/istio/istio/issues/10393)).
|
|
@ -10,6 +10,8 @@ aliases:
|
|||
icon: /img/notes.svg
|
||||
---
|
||||
|
||||
- [Istio 1.0.6](./1.0.6)
|
||||
- [Istio 1.0.5](./1.0.5)
|
||||
- [Istio 1.0.4](./1.0.4)
|
||||
- [Istio 1.0.3](./1.0.3)
|
||||
- [Istio 1.0.2](./1.0.2)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Announcing Istio 1.0.6
|
||||
description: Istio 1.0.6 patch release.
|
||||
publishdate: 2019-02-12
|
||||
attribution: The Istio Team
|
||||
weight: 77
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.0.6. Please check out the [release notes](/about/notes/1.0.6/) to learn more and download this update.
|
|
@ -1,5 +1,5 @@
|
|||
version: "1.0"
|
||||
full_version: "1.0.5"
|
||||
full_version: "1.0.6"
|
||||
preliminary: false
|
||||
archive: false
|
||||
archive_date: YYYY-MM-DD
|
||||
|
|
Loading…
Reference in New Issue