[release-1.6] Release notes for 1.6.3 (#7588)

* Release notes for 1.6.3

* Fixed bold actions and reformatted issue presentation

* Update index.md

* Update content/en/news/releases/1.6.x/announcing-1.6.3/index.md

Co-authored-by: Ryota <rytswd@gmail.com>

* Updated issue links and fixed missing content in release 1.6.3 notes

* Update args.yml

Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Ryota <rytswd@gmail.com>
This commit is contained in:
Istio Automation 2020-06-18 13:08:42 -07:00 committed by GitHub
parent b9e187df97
commit 76f4fb9fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 1 deletions

View File

@ -192,6 +192,7 @@ CVE-2020-8661
CVE-2020-8664
CVE-2020-10739
CVE-2020-11080
CVE-2020-13379
CVEs
cves
cvss

View File

@ -0,0 +1,35 @@
---
title: Announcing Istio 1.6.3
linktitle: 1.6.3
subtitle: Patch Release
description: Istio 1.6.3 patch release.
publishdate: 2020-06-18
release: 1.6.3
aliases:
- /news/announcing-1.6.3
---
This release contains bug fixes to improve robustness. This release note describes
whats different between Istio 1.6.2 and Istio 1.6.3.
{{< relnote >}}
## Changes
- **Fixed** an issue preventing the operator from recreating watched resources if they are deleted ([Issue 23238](https://github.com/istio/istio/issues/23238)).
- **Fixed** an issue where Istio crashed with the message: `proto.Message is *client.QuotaSpecBinding, not *client.QuotaSpecBinding`([Issue 24624](https://github.com/istio/istio/issues/24264)).
- **Fixed** an issue preventing operator reconciliation due to improper labels on watched resources ([Issue 23603](https://github.com/istio/istio/issues/23603)).
- **Added** support for the `k8s.v1.cni.cncf.io/networks` annotation ([Issue 24425](https://github.com/istio/istio/issues/24425)).
- **Updated** the `SidecarInjectionSpec` CRD to read the `imagePullSecret` from `.Values.global` ([Pull 24365](https://github.com/istio/istio/pull/24365)).
- **Updated** split horizon to skip gateways that resolve hostnames.
- **Fixed** `istioctl experimental metrics` to only flag error response codes as errors ([Issue 24322](https://github.com/istio/istio/issues/24322))
- **Updated** `istioctl analyze` to sort output formats.
- **Updated** gateways to use `proxyMetadata`
- **Updated** the Prometheus sidecar to use `proxyMetadata`([Issue 24415](https://github.com/istio/istio/pull/24415)).
- **Removed** invalid configuration from `PodSecurityContext` when `gateway.runAsRoot` is enabled ([Issue 24469](https://github.com/istio/istio/issues/24469)).
## Grafana addon security fixes
We've updated the version of Grafana shipped with Istio from 6.5.2 to 6.7.4. This addresses a Grafana security issue,
rated high, that can allow access to internal cluster resources using the Grafana avatar feature.
[(CVE-2020-13379)](https://grafana.com/blog/2020/06/03/grafana-6.7.4-and-7.0.2-released-with-important-security-fix/)

View File

@ -2,7 +2,7 @@
version: "1.6"
# The full Istio version identifier the docs describe
full_version: "1.6.2"
full_version: "1.6.3"
# The previous Istio version identifier the docs describe, used for upgrade documentation
previous_version: "1.5"