mirror of https://github.com/dapr/docs.git
Merge branch 'v1.0' into patch-2
This commit is contained in:
commit
1ba6f23dd2
|
@ -136,12 +136,15 @@ github_subdir = "daprdocs"
|
|||
github_branch = "v1.0"
|
||||
|
||||
# Versioning
|
||||
version_menu = "v1.0 (latest)"
|
||||
version_menu = "v1.0"
|
||||
version = "v1.0"
|
||||
archived_version = false
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.0 (latest)"
|
||||
version = "v1.1 (latest)"
|
||||
url = "https://docs.dapr.io"
|
||||
[[params.versions]]
|
||||
version = "v1.0"
|
||||
url = "#"
|
||||
[[params.versions]]
|
||||
version = "v0.11"
|
||||
|
|
|
@ -31,7 +31,7 @@ The table below shows the versions of Dapr releases that have been tested togeth
|
|||
|
||||
| Release date | Runtime | CLI | SDKs | Dashboard | Status |
|
||||
|--------------------|:--------:|:--------|---------|---------|---------|
|
||||
| Feb 17th 2021 | 1.0.1</br>(Mar 4th 2021) | 1.0.0 | Java 1.0.0 </br>Go 1.0.0 </br>PHP 1.0.0 </br>Python 1.0.0 </br>.NET 1.0.0 | 0.6.0 | Supported (current) |
|
||||
| Feb 17th 2021 | 1.0.1</br>(Mar 4th 2021) | 1.0.1</br>(Mar 11th 2021) | Java 1.0.0 </br>Go 1.0.0 </br>PHP 1.0.0 </br>Python 1.0.0 </br>.NET 1.0.0 | 0.6.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
|
||||
|
|
Loading…
Reference in New Issue