Fix indentations in 2 docs (#12365)

* Fix indentation  in /announcing-1.16/change-notes/index.md

* Fix indentations
This commit is contained in:
Michael 2022-12-14 16:31:08 +08:00 committed by GitHub
parent 06cd53a239
commit 5acb519aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

View File

@ -77,8 +77,8 @@ the Pilot DNS serving certificate. ([Issue #36916](https://github.com/istio/isti
instead of the Wasm-based extension. This improves CPU overhead and memory instead of the Wasm-based extension. This improves CPU overhead and memory
usage of the feature. Custom dimensions no longer require regex and bootstrap usage of the feature. Custom dimensions no longer require regex and bootstrap
annotations. If customizations use CEL expressions with Wasm attributes, they annotations. If customizations use CEL expressions with Wasm attributes, they
are likely to be affected. This change can be disabled by setting the control are likely to be affected. This change can be enabled by setting the control
plane feature flag `TELEMETRY_USE_NATIVE_STATS` to `false`. plane feature flag `TELEMETRY_USE_NATIVE_STATS` to `true`.
- **Added** support for use of the OpenTelemetry tracing provider with the Telemetry API. - **Added** support for use of the OpenTelemetry tracing provider with the Telemetry API.
([Issue #40027](https://github.com/istio/istio/issues/40027)) ([Issue #40027](https://github.com/istio/istio/issues/40027))
@ -116,7 +116,7 @@ the Pilot DNS serving certificate. ([Issue #36916](https://github.com/istio/isti
- **Fixed** an issue when `auto.sidecar-injector.istio.io` `namespaceSelector` caused problems with cluster maintenance. ([Issue #40984](https://github.com/istio/istio/issues/40984)) - **Fixed** an issue when `auto.sidecar-injector.istio.io` `namespaceSelector` caused problems with cluster maintenance. ([Issue #40984](https://github.com/istio/istio/issues/40984))
- **Fixed** an issue issue when deleting a custom gateway using an Istio Operator custom resource, other gateways are restarted. ([Issue #40577](https://github.com/istio/istio/issues/40577)) - **Fixed** an issue when deleting a custom gateway using an Istio Operator custom resource, other gateways are restarted. ([Issue #40577](https://github.com/istio/istio/issues/40577))
- **Fixed** an issue in Istio Operator where CNI is not created properly when `cni.resourceQuotas` is enabled due to missing RBAC permissions. ([Issue #41159](https://github.com/istio/istio/issues/41159)) - **Fixed** an issue in Istio Operator where CNI is not created properly when `cni.resourceQuotas` is enabled due to missing RBAC permissions. ([Issue #41159](https://github.com/istio/istio/issues/41159))