From 35ba46ae3f58ce984cb0d45a1cb09728a7b7b963 Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Mon, 16 Sep 2019 15:09:59 -0700 Subject: [PATCH] Add 1.1.15 release notes. (#5005) --- content/en/about/notes/1.1.15/index.md | 10 ++++++++++ content/en/blog/2019/announcing-1.1.15/index.md | 11 +++++++++++ content/en/boilerplates/notes/1.1.15.md | 7 +++++++ 3 files changed, 28 insertions(+) create mode 100644 content/en/about/notes/1.1.15/index.md create mode 100644 content/en/blog/2019/announcing-1.1.15/index.md create mode 100644 content/en/boilerplates/notes/1.1.15.md diff --git a/content/en/about/notes/1.1.15/index.md b/content/en/about/notes/1.1.15/index.md new file mode 100644 index 0000000000..4758f619fa --- /dev/null +++ b/content/en/about/notes/1.1.15/index.md @@ -0,0 +1,10 @@ +--- +title: Istio 1.1.15 +publishdate: 2019-09-16 +icon: notes +release: 1.1.15 +--- + +This release includes bug fixes to improve robustness. This release note describes what's different between Istio 1.1.14 and Istio 1.1.15. + +{{< relnote >}} diff --git a/content/en/blog/2019/announcing-1.1.15/index.md b/content/en/blog/2019/announcing-1.1.15/index.md new file mode 100644 index 0000000000..57a45c7fbd --- /dev/null +++ b/content/en/blog/2019/announcing-1.1.15/index.md @@ -0,0 +1,11 @@ +--- +title: Announcing Istio 1.1.15 +description: Istio 1.1.15 patch release. +publishdate: 2019-09-16 +attribution: The Istio Team +release: 1.1.15 +--- + +We're pleased to announce the availability of Istio 1.1.15. Please see below for what's changed. + +{{< relnote >}} diff --git a/content/en/boilerplates/notes/1.1.15.md b/content/en/boilerplates/notes/1.1.15.md new file mode 100644 index 0000000000..0443662e79 --- /dev/null +++ b/content/en/boilerplates/notes/1.1.15.md @@ -0,0 +1,7 @@ +## Bug fixes + +- Fix an Envoy crash introduced in Istio 1.1.14 ([Issue 16357](https://github.com/istio/istio/issues/16357)). + +## Small enhancements + +- Expose `HTTP/2` window size settings as Pilot environment variables ([Issue 17117](https://github.com/istio/istio/issues/17117)).