mirror of https://github.com/istio/istio.io.git
43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown
---
|
|
title: Istio 0.6
|
|
weight: 95
|
|
icon: notes
|
|
---
|
|
|
|
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or
|
|
updated features detailed below.
|
|
|
|
{{< relnote_links >}}
|
|
|
|
## Networking
|
|
|
|
- **Custom Envoy Configuration**. Pilot now supports ferrying custom Envoy configuration to the
|
|
proxy. [Learn more](https://github.com/mandarjog/istioluawebhook)
|
|
|
|
## Mixer adapters
|
|
|
|
- **SolarWinds**. Mixer can now interface to AppOptics and Papertrail.
|
|
[Learn more](/docs/reference/config/policy-and-telemetry/adapters/solarwinds/)
|
|
|
|
- **Redis Quota**. Mixer now supports a Redis-based adapter for rate limit tracking.
|
|
[Learn more](/docs/reference/config/policy-and-telemetry/adapters/redisquota/)
|
|
|
|
- **Datadog**. Mixer now provides an adapter to deliver metric data to a Datadog agent.
|
|
[Learn more](/docs/reference/config/policy-and-telemetry/adapters/datadog/)
|
|
|
|
## Other
|
|
|
|
- **Separate Check & Report Clusters**. When configuring Envoy, it's now possible to use different clusters
|
|
for Mixer instances that are used for Mixer's Check functionality from those used for Mixer's Report
|
|
functionality. This may be useful in large deployments for better scaling of Mixer instances.
|
|
|
|
- **Monitoring Dashboards**. There are now preliminary Mixer & Pilot monitoring dashboard in Grafana.
|
|
|
|
- **Servicegraph Visualization**. Servicegraph has a new visualization. [Learn more](/docs/tasks/telemetry/servicegraph/).
|
|
|
|
- **Liveness and Readiness Probes**. Istio components now provide canonical liveness and readiness
|
|
probe support to help ensure mesh infrastructure health. [Learn more](/docs/tasks/security/health-check/)
|
|
|
|
- **Egress Policy and Telemetry**. Istio can monitor traffic to external services defined by `EgressRule` or External Service. Istio can also apply
|
|
Mixer policies on this traffic.
|