Update to version to 1.7.1 (#2388)

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
greenie-msft 2022-04-22 11:17:23 -07:00 committed by GitHub
parent 970ffc932b
commit 890dc2076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -51,7 +51,9 @@ The table below shows the versions of Dapr releases that have been tested togeth
| Mar 25th 2022 | 1.5.2</br> | 1.6.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.1.0 </br>Python 1.4.0 </br>.NET 1.5.0 </br>JS 1.0.2 | 0.9.0 | Unsupported |
| Jan 25th 2022 | 1.6.0</br> | 1.6.0 | Java 1.4.0 </br>Go 1.3.1 </br>PHP 1.1.0 </br>Python 1.5.0 </br>.NET 1.6.0 </br>JS 2.0.0 | 0.9.0 | Supported |
| Mar 25th 2022 | 1.6.1</br> | 1.6.0 | Java 1.4.0 </br>Go 1.3.1 </br>PHP 1.1.0 </br>Python 1.5.0 </br>.NET 1.6.0 </br>JS 2.0.0 | 0.9.0 | Supported |
| Apr 20th 2022 | 1.6.2</br> | 1.6.0 | Java 1.4.0 </br>Go 1.3.1 </br>PHP 1.1.0 </br>Python 1.5.0 </br>.NET 1.6.0 </br>JS 2.0.0 | 0.9.0 | Supported |
| Apr 7th 2022 | 1.7.0</br> | 1.7.0 | Java 1.5.0 </br>Go 1.4.0 </br>PHP 1.1.0 </br>Python 1.6.0 </br>.NET 1.7.0 </br>JS 2.1.0 | 0.10.0 | Supported (current) |
| Apr 20th 2022 | 1.7.1</br> | 1.7.0 | Java 1.5.0 </br>Go 1.4.0 </br>PHP 1.1.0 </br>Python 1.6.0 </br>.NET 1.7.0 </br>JS 2.1.0 | 0.10.0 | Supported (current) |
## Upgrade paths
After the 1.0 release of the runtime there may be situations where it is necessary to explicitly upgrade through an additional release to reach the desired target. For example an upgrade from v1.0 to v1.2 may need go pass through v1.1
@ -65,13 +67,13 @@ General guidance on upgrading can be found for [self hosted mode]({{<ref self-ho
| 1.4.0 to 1.4.2 | N/A | 1.4.4 |
| | 1.4.4 | 1.5.2 |
| | 1.5.2 | 1.6.0 |
| | 1.6.0 | 1.6.1 |
| | 1.6.0 | 1.7.0 |
| | 1.6.0 | 1.6.2 |
| | 1.6.0 | 1.7.1 |
| 1.5.0 to 1.5.2 | N/A | 1.6.0 |
| | 1.6.0 | 1.6.1 |
| | 1.6.0 | 1.7.0 |
| 1.6.0 | N/A | 1.6.1 |
| 1.6.0 | N/A | 1.7.0 |
| | 1.6.0 | 1.6.2 |
| | 1.6.0 | 1.7.1 |
| 1.6.0 | N/A | 1.6.2 |
| 1.6.0 | N/A | 1.7.1 |
## Feature and deprecations
There is a process for announcing feature deprecations. Deprecations are applied two (2) releases after the release in which they were announced. For example Feature X is announced to be deprecated in the 1.0.0 release notes and will then be removed in 1.2.0.

View File

@ -1 +1 @@
{{- if .Get "short" }}1.7{{ else if .Get "long" }}1.7.0{{ else if .Get "cli" }}1.7.0{{ else }}1.7.0{{ end -}}
{{- if .Get "short" }}1.7{{ else if .Get "long" }}1.7.1{{ else if .Get "cli" }}1.7.0{{ else }}1.7.1{{ end -}}