Address PR review comments

This commit is contained in:
Nick Greenfield 2021-10-07 10:57:38 -07:00
parent 9a34fade36
commit cbc8034324
1 changed files with 12 additions and 2 deletions

View File

@ -43,8 +43,8 @@ The table below shows the versions of Dapr releases that have been tested togeth
| Sep 14th 2021 | 1.3.1</br> | 1.3.0 | Java 1.2.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.2.0 </br>.NET 1.3.0 | 0.7.0 | Supported |
| Sep 15th 2021 | 1.4</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported |
| Sep 22nd 2021 | 1.4.1</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported
| Sep 15th 2021 | 1.4.2</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported |
| Sep 22nd 2021 | 1.4.3</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported (current) |
| Sep 24th 2021 | 1.4.2</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported |
| Oct 7th 2021 | 1.4.3</br> | 1.4.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.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
@ -59,14 +59,24 @@ General guidance on upgrading can be found for [self hosted mode]({{<ref self-ho
| | 1.1.2 | 1.2.2 |
| | 1.2.2 | 1.3.1 |
| | 1.3.1 | 1.4.1 |
| | 1.4.1 | 1.4.2 |
| | 1.4.2 | 1.4.3 |
| 1.1.0 to 1.1.2 | N/A | 1.2.2 |
| | 1.2.2 | 1.3.1 |
| | 1.3.1 | 1.4.1 |
| | 1.4.1 | 1.4.2 |
| | 1.4.2 | 1.4.3 |
| 1.2.0 to 1.2.2 | N/A | 1.3.1 |
| | 1.3.1 | 1.4.1 |
| | 1.4.1 | 1.4.2 |
| | 1.4.2 | 1.4.3 |
| 1.3.0 | N/A | 1.3.1 |
| | 1.3.1 | 1.4.1 |
| | 1.4.1 | 1.4.2 |
| | 1.4.2 | 1.4.3 |
| 1.3.1 | N/A | 1.4.1 |
| | 1.4.1 | 1.4.2 |
| | 1.4.2 | 1.4.3 |
| 1.4.0 | N/A | 1.4.1 |
| 1.4.1 | 1.4.2 | 1.4.3 |
| 1.4.2 | N/A | 1.4.3 |