mirror of https://github.com/istio/istio.io.git
1.0.8 release notes (#4278)
This commit is contained in:
parent
ab7e8dcf13
commit
82c5f46ae3
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Istio 1.0.8
|
||||
publishdate: 2019-06-07
|
||||
icon: notes
|
||||
release: 1.0.8
|
||||
---
|
||||
|
||||
This release includes several bug fixes and improvements to robustness. This release note describes what's different between Istio 1.0.7 and Istio 1.0.8.
|
||||
|
||||
{{< relnote >}}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Announcing Istio 1.0.8
|
||||
description: Istio 1.0.8 patch release.
|
||||
publishdate: 2019-06-07
|
||||
attribution: The Istio Team
|
||||
release: 1.0.8
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.0.8. Please see below for what's changed.
|
||||
|
||||
{{< relnote >}}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
## Bug fixes
|
||||
|
||||
- Fix issue where Citadel could generate a new root CA if it cannot contact the Kubernetes API server, causing mutual TLS verification to incorrectly fail ([Issue 14512](https://github.com/istio/istio/issues/14512)).
|
||||
|
||||
## Small enhancements
|
||||
|
||||
- Update Citadel's default root CA certificate TTL from 1 year to 10 years.
|
||||
Loading…
Reference in New Issue