mirror of https://github.com/istio/istio.io.git
Release notes for 1.1.5 (#4088)
This commit is contained in:
parent
c4d94f90d0
commit
97c363fb6a
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Istio 1.1.5
|
||||
publishdate: 2019-05-03
|
||||
icon: notes
|
||||
release: 1.1.5
|
||||
---
|
||||
|
||||
This release includes several bug fixes and improvements to robustness. This release note describes what's different between Istio 1.1.4 and Istio 1.1.5.
|
||||
|
||||
{{< relnote >}}
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Announcing Istio 1.1.5
|
||||
description: Istio 1.1.5 patch release.
|
||||
publishdate: 2019-05-03
|
||||
attribution: The Istio Team
|
||||
release: 1.1.5
|
||||
---
|
||||
|
||||
We're pleased to announce the availability of Istio 1.1.5. Please see below for what's changed.
|
||||
|
||||
{{< relnote >}}
|
|
@ -0,0 +1,11 @@
|
|||
## Bug fixes
|
||||
|
||||
- Add additional validation to Pilot to reject gateway configuration with overlapping hosts matches ([Issue 13717](https://github.com/istio/istio/issues/13717)).
|
||||
- Build against the latest stable version of `istio-cni` instead of the latest daily build ([Issue 13171](https://github.com/istio/istio/issues/13171)).
|
||||
|
||||
## Small enhancements
|
||||
|
||||
- Add additional logging to help diagnose hostname resolution failures ([Issue 13581](https://github.com/istio/istio/issues/13581)).
|
||||
- Improve ease of installing `prometheus` by removing unnecessary use of `busybox` image ([Issue 13501](https://github.com/istio/istio/issues/13501)).
|
||||
- Make Pilot Agent's certificate paths configurable ([Issue 11984](https://github.com/istio/istio/issues/11984)).
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
version: "1.1"
|
||||
|
||||
# The full Istio version identifier the docs describe
|
||||
full_version: "1.1.4"
|
||||
full_version: "1.1.5"
|
||||
|
||||
# The year to display in copyright notices
|
||||
copyright_year: 2019
|
||||
|
|
Loading…
Reference in New Issue