Fix parenthesis (#6318)

This commit is contained in:
John Howard 2020-01-09 06:39:49 -08:00 committed by Frank Budinsky
parent 1f97e9c66d
commit 0b70a9ddbf
1 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ This release includes bug fixes to improve robustness and user experience. This
## Improvements
- **Improved** injection template to fully specify `securityContext`, allowing `PodSecurityPolicies` to properly validate injected deployments ([Issue 17318](https://github.com/istio/istio/issues/17318)).
- **Improved** telemetry v2 configuration to support Stackdriver and forward compatibility ([Issue 591](https://github.com/istio/installer/pull/591).
- **Improved** output of `istioctl` installation ([Issue 19451](https://github.com/istio/istio/issues/19451).
- **Improved** telemetry v2 configuration to support Stackdriver and forward compatibility ([Issue 591](https://github.com/istio/installer/pull/591)).
- **Improved** output of `istioctl` installation ([Issue 19451](https://github.com/istio/istio/issues/19451)).
- **Improved** `istioctl` installation to set exit code upon failure ([Issue 19747](https://github.com/istio/istio/issues/19747)).