mirror of https://github.com/istio/istio.io.git
1.1.12 release notes (#4756)
* 1.1.12 release notes * Update content/boilerplates/notes/1.1.12.md
This commit is contained in:
parent
aeedb3ef3d
commit
9fb2042c34
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Istio 1.1.12
|
||||
publishdate: 2019-08-02
|
||||
icon: notes
|
||||
release: 1.1.12
|
||||
---
|
||||
|
||||
This release includes bug fixes to improve robustness. This release note describes what's different between Istio 1.1.11 and Istio 1.1.12.
|
||||
|
||||
{{< relnote >}}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Announcing Istio 1.1.12
|
||||
description: Istio 1.1.12 patch release.
|
||||
publishdate: 2019-08-02
|
||||
attribution: The Istio Team
|
||||
release: 1.1.12
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.1.12. Please see below for what's changed.
|
||||
|
||||
{{< relnote >}}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
## Bug fixes
|
||||
|
||||
- Fix a bug where the sidecar could infinitely forward requests to itself when a `Pod` resource defines a port that isn't defined for a service ([Issue 14443](https://github.com/istio/istio/issues/14443)) and ([Issue 14242](https://github.com/istio/istio/issues/14242))
|
||||
Loading…
Reference in New Issue