From dfb076ac5251c523ffbd965706a3458b30cdf477 Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Fri, 24 May 2019 06:58:31 -0700 Subject: [PATCH] Release notes for 1.1.5 (#4088) (#4217) --- content/about/notes/1.1.5/index.md | 10 ++++++++++ content/blog/2019/announcing-1.1.5/index.md | 11 +++++++++++ content/boilerplates/notes/1.1.5.md | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 content/about/notes/1.1.5/index.md create mode 100644 content/blog/2019/announcing-1.1.5/index.md create mode 100644 content/boilerplates/notes/1.1.5.md diff --git a/content/about/notes/1.1.5/index.md b/content/about/notes/1.1.5/index.md new file mode 100644 index 0000000000..4f760e41cc --- /dev/null +++ b/content/about/notes/1.1.5/index.md @@ -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 >}} diff --git a/content/blog/2019/announcing-1.1.5/index.md b/content/blog/2019/announcing-1.1.5/index.md new file mode 100644 index 0000000000..fa60ea7ce3 --- /dev/null +++ b/content/blog/2019/announcing-1.1.5/index.md @@ -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 >}} diff --git a/content/boilerplates/notes/1.1.5.md b/content/boilerplates/notes/1.1.5.md new file mode 100644 index 0000000000..6cbb9a2e61 --- /dev/null +++ b/content/boilerplates/notes/1.1.5.md @@ -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)). +