From 84172b9cddb9d3e92494cdcfa8c1a6e1e34d497e Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Mon, 16 Sep 2019 12:56:02 -0700 Subject: [PATCH 1/2] Add 1.1.15 release notes. --- 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 000000000000..4758f619fae9 --- /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 000000000000..57a45c7fbd57 --- /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 000000000000..e8a2c89196e6 --- /dev/null +++ b/content/en/boilerplates/notes/1.1.15.md @@ -0,0 +1,7 @@ +## Bug fixes + +- Fix an Envoy segfault introduced in `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)). From 1eaa51be31ed281ffc0974c2716de644eff466db Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Mon, 16 Sep 2019 13:25:53 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-Authored-By: Martin Taillefer --- content/en/boilerplates/notes/1.1.15.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/boilerplates/notes/1.1.15.md b/content/en/boilerplates/notes/1.1.15.md index e8a2c89196e6..0443662e79c3 100644 --- a/content/en/boilerplates/notes/1.1.15.md +++ b/content/en/boilerplates/notes/1.1.15.md @@ -1,7 +1,7 @@ ## Bug fixes -- Fix an Envoy segfault introduced in `1.1.14` ([Issue 16357](https://github.com/istio/istio/issues/16357)). +- 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)). +- Expose `HTTP/2` window size settings as Pilot environment variables ([Issue 17117](https://github.com/istio/istio/issues/17117)).