mirror of https://github.com/dapr/docs.git
List the specific software dependencies tested for a given Dapr releaseList (#2105)
* List the specific software dependencies tested for a given Dapr releaseList Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Add OTEL link Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Change OTEL link Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
parent
888f47f145
commit
33981f34f8
|
@ -95,9 +95,14 @@ After announcing a future breaking change, the change will happen in 2 releases
|
|||
## Upgrade on Hosting platforms
|
||||
Dapr can support multiple hosting platforms for production. With the 1.0 release the two supported platforms are Kubernetes and physical machines. For Kubernetes upgrades see [Production guidelines on Kubernetes]({{< ref kubernetes-production.md >}})
|
||||
|
||||
### Supported Kubernetes versions
|
||||
### Supported versions of dependencies
|
||||
Below is a list of software that the latest version of Dapr (v{{% dapr-latest-version long="true" %}}) has been tested against.
|
||||
|
||||
Dapr follows [Kubernetes Version Skew Policy](https://kubernetes.io/releases/version-skew-policy).
|
||||
| Dependency | Supported Version |
|
||||
|-----------------------|----------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Kubernetes | Dapr support for Kubernetes is aligned with [Kubernetes Version Skew Policy](https://kubernetes.io/releases/version-skew-policy/) |
|
||||
| [Open Telemetry collector (OTEL)](https://github.com/open-telemetry/opentelemetry-collector/releases)| v0.4.0|
|
||||
| [Prometheus](https://prometheus.io/download/) | v2.28 |
|
||||
|
||||
## Related links
|
||||
* Read the [Versioning policy]({{< ref support-versioning.md >}})
|
||||
|
|
Loading…
Reference in New Issue