mirror of https://github.com/istio/istio.io.git
cherry pick add a note to address grafana issue (#4029)
* cherry pick add a note to address grafana issue #4027 * make lint happy
This commit is contained in:
parent
d138bd479b
commit
a6778de3aa
|
|
@ -1,7 +1,7 @@
|
|||
## Security vulnerability fixes
|
||||
|
||||
- Updated Go `requests` and `urllib3` libraries in Bookinfo sample code per [`CVE-2018-18074`](https://nvd.nist.gov/vuln/detail/CVE-2018-18074) and [`CVE-2018-20060`](https://nvd.nist.gov/vuln/detail/CVE-2018-20060).
|
||||
- Fixed username and password being exposed in `Grafana` and `Kiali` ([Issue 7446](https://github.com/istio/istio/issues/7476), [Issue 7447](https://github.com/istio/istio/issues/7447)).
|
||||
- Fixed username and password being exposed in `Grafana` and `Kiali` ([Issue 7446](https://github.com/istio/istio/issues/7476), [Issue 7447](https://github.com/istio/istio/issues/7447)). If you have trouble to start the `Grafana` pod after upgrade to 1.0.6, please follow [the steps]({{< github_tree >}}/install/kubernetes/helm/istio#installing-the-chart) to create the secrete first.
|
||||
- Removed in-memory service registry in Pilot. This allowed adding endpoints to proxy configurations from within the cluster through a Pilot debug API.
|
||||
|
||||
## Robustness improvements
|
||||
|
|
|
|||
Loading…
Reference in New Issue