mirror of https://github.com/istio/istio.io.git
Add 1.0.2 release notes and blog
This commit is contained in:
parent
fdc9d56483
commit
1985d663d3
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Istio 1.0.2
|
||||
weight: 90
|
||||
publishdate: 2018-09-06
|
||||
icon: /img/notes.svg
|
||||
---
|
||||
|
||||
This release addresses some critical issues found by the community when using Istio 1.0.1. This release note describes what's different between Istio 1.0.1 and Istio 1.0.2.
|
||||
|
||||
{{< relnote_links >}}
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
- Fixed bug in Envoy where the sidecar would crash if receiving non-mTLS traffic on the mTLS port.
|
||||
|
||||
- Fixed bug with Pilot propagating incomplete updates to Envoy in a multicluster environment.
|
||||
|
||||
- Added a few more Helm options for Grafana.
|
||||
|
||||
- Improved Kubernetes service registry queue performance.
|
||||
|
||||
- Fixed bug where `istioctl proxy-status` was not showing the patch version.
|
||||
|
||||
- Add validation of virtual service SNI hosts.
|
|
@ -10,6 +10,7 @@ aliases:
|
|||
icon: /img/notes.svg
|
||||
---
|
||||
|
||||
- [Istio 1.0.2](./1.0.2)
|
||||
- [Istio 1.0.1](./1.0.1)
|
||||
- [Istio 1.0](./1.0)
|
||||
- [Istio 0.8](./0.8)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Announcing Istio 1.0.2
|
||||
description: Istio 1.0.2 patch release.
|
||||
publishdate: 2018-09-06
|
||||
attribution: The Istio Team
|
||||
weight: 81
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.0.2. Please check out the [release notes](/about/notes/1.0.2/) to learn more and download this update.
|
Loading…
Reference in New Issue