From 3a8389f31a19535e18f08c30ef57bf2d974d48f3 Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Thu, 23 Apr 2020 11:04:02 -0500 Subject: [PATCH] Release notes for 1.4.8 (#7121) * Release notes for 1.4.8 * Merge, reorder items. --- .../releases/1.4.x/announcing-1.4.8/index.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/en/news/releases/1.4.x/announcing-1.4.8/index.md diff --git a/content/en/news/releases/1.4.x/announcing-1.4.8/index.md b/content/en/news/releases/1.4.x/announcing-1.4.8/index.md new file mode 100644 index 0000000000..a05cfbe275 --- /dev/null +++ b/content/en/news/releases/1.4.x/announcing-1.4.8/index.md @@ -0,0 +1,25 @@ +--- +title: Announcing Istio 1.4.8 +linktitle: 1.4.8 +subtitle: Patch Release +description: Istio 1.4.8 patch release. +publishdate: 2020-04-23 +release: 1.4.8 +aliases: + - /news/announcing-1.4.8 +--- + +This release includes bug fixes to improve robustness. This release note describes what’s different +between Istio 1.4.7 and Istio 1.4.8. + +The fixes below focus on various issues related to installing Istio on OpenShift with CNI. Instructions +for installing Istio on OpenShift with CNI can be found [here](/docs/setup/additional-setup/cni/#instructions-for-istio-1-4-x-and-openshift). + +{{< relnote >}} + +## Bug fixes + +- **Fixed** Fixed CNI installation on OpenShift ([Issue 21421](https://github.com/istio/istio/pull/21421)) ([Issue 22449](https://github.com/istio/istio/issues/22449)). +- **Fixed** Not all inbound ports are redirected when CNI is enabled ([Issue 22448](https://github.com/istio/istio/issues/22498)). +- **Fixed** Syntax errors in gateway templates with GoLang 1.14 ([Issue 22366](https://github.com/istio/istio/issues/22366)). +- **Fixed** Remove namespace from `clusterrole` and `clusterrolebinding` ([PR 297](https://github.com/istio/cni/pull/297)). \ No newline at end of file