diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index 7965582ce..85b3f5fcb 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -34,6 +34,7 @@ The table below shows the versions of Dapr releases that have been tested togeth | Release date | Runtime | CLI | SDKs | Dashboard | Status | |--------------------|:--------:|:--------|---------|---------|---------| +| June 22nd 2023 | 1.10.8
| 1.10.0 | Java 1.8.0
Go 1.6.0
PHP 1.1.0
Python 1.9.0
.NET 1.10.0
JS 2.5.0 | 0.11.0 | Supported (current) | | May 15th 2023 | 1.10.7
| 1.10.0 | Java 1.8.0
Go 1.6.0
PHP 1.1.0
Python 1.9.0
.NET 1.10.0
JS 2.5.0 | 0.11.0 | Supported (current) | | May 12th 2023 | 1.10.6
| 1.10.0 | Java 1.8.0
Go 1.6.0
PHP 1.1.0
Python 1.9.0
.NET 1.10.0
JS 2.5.0 | 0.11.0 | Supported (current) | | April 13 2023 |1.10.5
| 1.10.0 | Java 1.8.0
Go 1.6.0
PHP 1.1.0
Python 1.9.0
.NET 1.10.0
JS 2.5.0 | 0.11.0 | Supported (current) | @@ -94,17 +95,17 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h | | 1.6.2 | 1.7.5 | | | 1.7.5 | 1.8.6 | | | 1.8.6 | 1.9.6 | -| | 1.9.6 | 1.10.7 | +| | 1.9.6 | 1.10.8 | | 1.6.0 to 1.6.2 | N/A | 1.7.5 | | | 1.7.5 | 1.8.6 | | | 1.8.6 | 1.9.6 | -| | 1.9.6 | 1.10.7 | +| | 1.9.6 | 1.10.8 | | 1.7.0 to 1.7.5 | N/A | 1.8.6 | | | 1.8.6 | 1.9.6 | -| | 1.9.6 | 1.10.7 | +| | 1.9.6 | 1.10.8 | | 1.8.0 to 1.8.6 | N/A | 1.9.6 | | 1.9.0 | N/A | 1.9.6 | -| 1.10.0 | N/A | 1.10.7 | +| 1.10.0 | N/A | 1.10.8 | ## Breaking changes and deprecations diff --git a/daprdocs/layouts/shortcodes/dapr-latest-version.html b/daprdocs/layouts/shortcodes/dapr-latest-version.html index 05d1076ca..191e923de 100644 --- a/daprdocs/layouts/shortcodes/dapr-latest-version.html +++ b/daprdocs/layouts/shortcodes/dapr-latest-version.html @@ -1 +1 @@ -{{- if .Get "short" }}1.10{{ else if .Get "long" }}1.10.7{{ else if .Get "cli" }}1.10.0{{ else }}1.10.7{{ end -}} +{{- if .Get "short" }}1.10{{ else if .Get "long" }}1.10.8{{ else if .Get "cli" }}1.10.0{{ else }}1.10.8{{ end -}}