Release notes for 1.1.5 (#4088)

This commit is contained in:
Joshua Blatt 2019-05-03 12:09:53 -07:00 committed by Martin Taillefer
parent c4d94f90d0
commit 97c363fb6a
4 changed files with 33 additions and 1 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)).

View File

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