From 742bfce91b1566decd7bd2afe254b466d0a9d379 Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Thu, 10 Oct 2019 16:23:13 -0400 Subject: [PATCH 1/4] 1.3.3 release notes --- .../en/news/2019/announcing-1.3.3/index.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/en/news/2019/announcing-1.3.3/index.md diff --git a/content/en/news/2019/announcing-1.3.3/index.md b/content/en/news/2019/announcing-1.3.3/index.md new file mode 100644 index 0000000000000..d717d91be5755 --- /dev/null +++ b/content/en/news/2019/announcing-1.3.3/index.md @@ -0,0 +1,24 @@ +--- +title: Announcing Istio 1.3.3 +description: Istio 1.3.3 release announcement. +publishdate: 2019-10-14 +attribution: The Istio Team +subtitle: Minor Update +release: 1.3.3 +--- + +This release includes bug fixes to improve robustness. This release note describes what's different between Istio 1.3.2 and Istio 1.3.3. + +{{< relnote >}} + +## Bug fixes + +- **Fixed** an issue which caused Prometheus to install improperly when using istioctl x manifest apply. ([Issue 16970](https://github.com/istio/istio/issues/16970)) +- **Fixed** a bug where locality load balancing can not read locality information from the node. ([Issue 17337](https://github.com/istio/istio/issues/17337)) +- **Fixed** a bug where long-lived connections were getting dropped by the Envoy proxy as the listeners were getting reconfigured without any user configuration changes. This was due to an underlying issue related to unstable configuration serialization between Envoy and Pilot. ([Issue 17383](https://github.com/istio/istio/issues/17383), [Issue 17139](https://github.com/istio/istio/issues/17139)) +- **Fixed** a crash in experimental analyze command. ([Issue 17449](https://github.com/istio/istio/issues/17449)) +- **Fixed** istioctl x manifest diff to diff text blocks in ConfigMaps. ([Issue 16828](https://github.com/istio/istio/issues/16828)) + +## Minor enhancements + +- **Added** a daily performance benchmark From c132a177198ec3067789caf257f6317bd04aed62 Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Thu, 10 Oct 2019 16:23:13 -0400 Subject: [PATCH 2/4] 1.3.3 release notes --- .../en/news/2019/announcing-1.3.3/index.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/en/news/2019/announcing-1.3.3/index.md diff --git a/content/en/news/2019/announcing-1.3.3/index.md b/content/en/news/2019/announcing-1.3.3/index.md new file mode 100644 index 0000000000000..3fa967cf421e0 --- /dev/null +++ b/content/en/news/2019/announcing-1.3.3/index.md @@ -0,0 +1,24 @@ +--- +title: Announcing Istio 1.3.3 +description: Istio 1.3.3 release announcement. +publishdate: 2019-10-14 +attribution: The Istio Team +subtitle: Minor Update +release: 1.3.3 +--- + +This release includes bug fixes to improve robustness. This release note describes what's different between Istio 1.3.2 and Istio 1.3.3. + +{{< relnote >}} + +## Bug fixes + +- **Fixed** an issue which caused Prometheus to install improperly when using `istioctl x manifest apply`. ([Issue 16970](https://github.com/istio/istio/issues/16970)) +- **Fixed** a bug where locality load balancing can not read locality information from the node. ([Issue 17337](https://github.com/istio/istio/issues/17337)) +- **Fixed** a bug where long-lived connections were getting dropped by the Envoy proxy as the listeners were getting reconfigured without any user configuration changes. This was due to an underlying issue related to unstable configuration serialization between Envoy and Pilot. ([Issue 17383](https://github.com/istio/istio/issues/17383), [Issue 17139](https://github.com/istio/istio/issues/17139)) +- **Fixed** a crash in the experimental `analyze` command. ([Issue 17449](https://github.com/istio/istio/issues/17449)) +- **Fixed** `istioctl x manifest diff` to diff text blocks in ConfigMaps. ([Issue 16828](https://github.com/istio/istio/issues/16828)) + +## Minor enhancements + +- **Added** a daily performance benchmark From 6677bbfdf0f460105da0025ab88ee147c8bd1918 Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Thu, 10 Oct 2019 19:41:39 -0400 Subject: [PATCH 3/4] Apply suggestions from code review Co-Authored-By: Romain Lenglet --- content/en/news/2019/announcing-1.3.3/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/news/2019/announcing-1.3.3/index.md b/content/en/news/2019/announcing-1.3.3/index.md index d717d91be5755..c6783c44c634a 100644 --- a/content/en/news/2019/announcing-1.3.3/index.md +++ b/content/en/news/2019/announcing-1.3.3/index.md @@ -13,11 +13,11 @@ This release includes bug fixes to improve robustness. This release note describ ## Bug fixes -- **Fixed** an issue which caused Prometheus to install improperly when using istioctl x manifest apply. ([Issue 16970](https://github.com/istio/istio/issues/16970)) +- **Fixed** an issue which caused Prometheus to install improperly when using `istioctl x manifest apply`. ([Issue 16970](https://github.com/istio/istio/issues/16970)) - **Fixed** a bug where locality load balancing can not read locality information from the node. ([Issue 17337](https://github.com/istio/istio/issues/17337)) -- **Fixed** a bug where long-lived connections were getting dropped by the Envoy proxy as the listeners were getting reconfigured without any user configuration changes. This was due to an underlying issue related to unstable configuration serialization between Envoy and Pilot. ([Issue 17383](https://github.com/istio/istio/issues/17383), [Issue 17139](https://github.com/istio/istio/issues/17139)) -- **Fixed** a crash in experimental analyze command. ([Issue 17449](https://github.com/istio/istio/issues/17449)) -- **Fixed** istioctl x manifest diff to diff text blocks in ConfigMaps. ([Issue 16828](https://github.com/istio/istio/issues/16828)) + - **Fixed** a bug where long-lived connections were getting dropped by the Envoy proxy as the listeners were getting reconfigured without any user configuration changes. ([Issue 17383](https://github.com/istio/istio/issues/17383), [Issue 17139](https://github.com/istio/istio/issues/17139)) +- **Fixed** a crash in `istioctl x analyze` command. ([Issue 17449](https://github.com/istio/istio/issues/17449)) +- **Fixed** `istioctl x manifest diff` to diff text blocks in ConfigMaps. ([Issue 16828](https://github.com/istio/istio/issues/16828)) ## Minor enhancements From 65d4cc7432da20c9bbe9edb5b804023c17e6fbfd Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Fri, 11 Oct 2019 15:12:37 -0400 Subject: [PATCH 4/4] Added note regarding Envoy crash --- content/en/news/2019/announcing-1.3.3/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/news/2019/announcing-1.3.3/index.md b/content/en/news/2019/announcing-1.3.3/index.md index e3bbee71a03a3..a6b45d282debd 100644 --- a/content/en/news/2019/announcing-1.3.3/index.md +++ b/content/en/news/2019/announcing-1.3.3/index.md @@ -18,3 +18,4 @@ This release includes bug fixes to improve robustness. This release note describ - **Fixed** a bug where long-lived connections were getting dropped by the Envoy proxy as the listeners were getting reconfigured without any user configuration changes. ([Issue 17383](https://github.com/istio/istio/issues/17383), [Issue 17139](https://github.com/istio/istio/issues/17139)) - **Fixed** a crash in `istioctl x analyze` command. ([Issue 17449](https://github.com/istio/istio/issues/17449)) - **Fixed** `istioctl x manifest diff` to diff text blocks in ConfigMaps. ([Issue 16828](https://github.com/istio/istio/issues/16828)) +- **Fixed** a segmentation fault crash in the Envoy proxy. ([Issue 17699](https://github.com/istio/istio/issues/17699))