From a932b322122e0fb560ca85aa3d2aad21ea6ba7be Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Fri, 24 Feb 2023 09:52:37 -0800 Subject: [PATCH] Update version to 1.10.2 Signed-off-by: Nick Greenfield --- .../content/en/operations/support/support-release-policy.md | 3 ++- daprdocs/layouts/shortcodes/dapr-latest-version.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index 2f83334a0..720de3266 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 | |--------------------|:--------:|:--------|---------|---------|---------| +| February 24 2023 | 1.10.2
| 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) | | February 20 2023 | 1.10.1
| 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) | | February 14 2023 | 1.10.0
| 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| | December 2nd 2022 | 1.9.5
| 1.9.1 | Java 1.7.0
Go 1.6.0
PHP 1.1.0
Python 1.8.3
.NET 1.9.0
JS 2.4.2 | 0.11.0 | Supported | @@ -95,7 +96,7 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h | | 1.8.6 | 1.9.5 | | 1.8.0 to 1.8.6 | N/A | 1.9.5 | | 1.9.0 | N/A | 1.9.5 | -| 1.10.0 | N/A | 1.10.1 | +| 1.10.0 | N/A | 1.10.2 | ## Breaking changes and deprecations diff --git a/daprdocs/layouts/shortcodes/dapr-latest-version.html b/daprdocs/layouts/shortcodes/dapr-latest-version.html index 3cd3772e8..1f6af4827 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.1{{ else if .Get "cli" }}1.10.0{{ else }}1.10.1{{ end -}} +{{- if .Get "short" }}1.10{{ else if .Get "long" }}1.10.2{{ else if .Get "cli" }}1.10.0{{ else }}1.10.2{{ end -}}