Release notes for 1.1.5 (#4088) (#4217)

This commit is contained in:
Joshua Blatt 2019-05-24 06:58:31 -07:00 committed by mergify[bot]
parent 50b14303f6
commit dfb076ac52
3 changed files with 32 additions and 0 deletions

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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)).