mirror of https://github.com/dapr/docs.git
updates to v1.7 for day of release (#2344)
Signed-off-by: msfussell <markfussell@gmail.com>
This commit is contained in:
parent
4e85b4d8f8
commit
9739e97a95
|
@ -3,11 +3,11 @@ name: Azure Static Web App Root
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v1.6
|
- v1.7
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, closed]
|
types: [opened, synchronize, reopened, closed]
|
||||||
branches:
|
branches:
|
||||||
- v1.6
|
- v1.7
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy_job:
|
build_and_deploy_job:
|
||||||
|
|
|
@ -14,8 +14,8 @@ The following branches are currently maintained:
|
||||||
|
|
||||||
| Branch | Website | Description |
|
| Branch | Website | Description |
|
||||||
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
|
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
|
||||||
| [v1.6](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
|
| [v1.7](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
|
||||||
| [v1.7](https://github.com/dapr/docs/tree/v1.7) (pre-release) | https://v1-7.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.7+ go here. |
|
| [v1.8](https://github.com/dapr/docs/tree/v1.8) (pre-release) | https://v1-8.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.8+ go here. |
|
||||||
|
|
||||||
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/contributing-docs/#branch-guidance) document.
|
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/contributing-docs/#branch-guidance) document.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Site Configuration
|
# Site Configuration
|
||||||
baseURL = "https://v1-7.docs.dapr.io/"
|
baseURL = "https://docs.dapr.io/"
|
||||||
title = "Dapr Docs"
|
title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
disableFastRender = true
|
disableFastRender = true
|
||||||
|
@ -163,17 +163,20 @@ github_subdir = "daprdocs"
|
||||||
github_branch = "v1.7"
|
github_branch = "v1.7"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.7 (preview)"
|
version_menu = "v1.7 (latest)"
|
||||||
version = "v1.7"
|
version = "v1.7"
|
||||||
archived_version = false
|
archived_version = false
|
||||||
url_latest_version = "https://docs.dapr.io"
|
url_latest_version = "https://docs.dapr.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.7 (preview)"
|
version = "v1.8 (preview)"
|
||||||
|
url = "https://v1-8.docs.dapr.io"
|
||||||
|
[[params.versions]]
|
||||||
|
version = "v1.7 (latest)"
|
||||||
url = "#"
|
url = "#"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.6 (latest)"
|
version = "v1.6"
|
||||||
url = "https://docs.dapr.io"
|
url = "https://v1-6.docs.dapr.io"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.5"
|
version = "v1.5"
|
||||||
url = "https://v1-5.docs.dapr.io"
|
url = "https://v1-5.docs.dapr.io"
|
||||||
|
|
|
@ -46,11 +46,12 @@ The table below shows the versions of Dapr releases that have been tested togeth
|
||||||
| Sep 24th 2021 | 1.4.2</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
| Sep 24th 2021 | 1.4.2</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
||||||
| Oct 7th 2021 | 1.4.3</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
| Oct 7th 2021 | 1.4.3</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
||||||
| Dev 6th 2021 | 1.4.4</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
| Dev 6th 2021 | 1.4.4</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.1.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Unsupported |
|
||||||
| Nov 11th 2021 | 1.5.0</br> | 1.5.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 | Supported |
|
| Nov 11th 2021 | 1.5.0</br> | 1.5.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 |
|
||||||
| Dec 6th 2021 | 1.5.1</br> | 1.5.1 | 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 | Supported |
|
| Dec 6th 2021 | 1.5.1</br> | 1.5.1 | 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 |
|
||||||
| 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 | Supported |
|
| 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 |
|
| 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 (current) |
|
| 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 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) |
|
||||||
|
|
||||||
## Upgrade paths
|
## 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
|
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
|
||||||
|
@ -61,40 +62,16 @@ General guidance on upgrading can be found for [self hosted mode]({{<ref self-ho
|
||||||
|
|
||||||
| Current Runtime version | Must upgrade through | Target Runtime version |
|
| Current Runtime version | Must upgrade through | Target Runtime version |
|
||||||
|--------------------------|-----------------------|------------------------- |
|
|--------------------------|-----------------------|------------------------- |
|
||||||
| 1.0.0 or 1.0.1 | N/A | 1.1.2 |
|
|
||||||
| | 1.1.2 | 1.2.2 |
|
|
||||||
| | 1.2.2 | 1.3.1 |
|
|
||||||
| | 1.3.1 | 1.4.4 |
|
|
||||||
| | 1.4.4 | 1.5.2 |
|
|
||||||
| | 1.5.2 | 1.6.0 |
|
|
||||||
| | 1.6.0 | 1.6.1|
|
|
||||||
| 1.1.0 to 1.1.2 | N/A | 1.2.2 |
|
|
||||||
| | 1.2.2 | 1.3.1 |
|
|
||||||
| | 1.3.1 | 1.4.4 |
|
|
||||||
| | 1.4.4 | 1.5.2 |
|
|
||||||
| | 1.5.2 | 1.6.0 |
|
|
||||||
| | 1.6.0 | 1.6.1 |
|
|
||||||
| 1.2.0 to 1.2.2 | N/A | 1.3.1 |
|
|
||||||
| | 1.3.1 | 1.4.4 |
|
|
||||||
| | 1.4.4 | 1.5.1 |
|
|
||||||
| | 1.5.2 | 1.6.0 |
|
|
||||||
| | 1.6.0 | 1.6.1 |
|
|
||||||
| 1.3.0 | N/A | 1.3.1 |
|
|
||||||
| | 1.3.1 | 1.4.4 |
|
|
||||||
| | 1.4.4 | 1.5.2 |
|
|
||||||
| | 1.5.2 | 1.6.0 |
|
|
||||||
| | 1.6.0 | 1.6.1 |
|
|
||||||
| 1.3.1 | N/A | 1.4.4 |
|
|
||||||
| | 1.4.4 | 1.5.1 |
|
|
||||||
| | 1.5.1 | 1.6.0 |
|
|
||||||
| | 1.6.0 | 1.6.1 |
|
|
||||||
| 1.4.0 to 1.4.2 | N/A | 1.4.4 |
|
| 1.4.0 to 1.4.2 | N/A | 1.4.4 |
|
||||||
| | 1.4.4 | 1.5.2 |
|
| | 1.4.4 | 1.5.2 |
|
||||||
| | 1.5.2 | 1.6.0 |
|
| | 1.5.2 | 1.6.0 |
|
||||||
| | 1.6.0 | 1.6.1 |
|
| | 1.6.0 | 1.6.1 |
|
||||||
|
| | 1.6.0 | 1.7.0 |
|
||||||
| 1.5.0 to 1.5.2 | N/A | 1.6.0 |
|
| 1.5.0 to 1.5.2 | N/A | 1.6.0 |
|
||||||
| | 1.6.0 | 1.6.1 |
|
| | 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.6.1 |
|
||||||
|
| 1.6.0 | N/A | 1.7.0 |
|
||||||
|
|
||||||
## Feature and deprecations
|
## 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.
|
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.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{- if .Get "short" }}1.6{{ else if .Get "long" }}1.6.1{{ else if .Get "cli" }}1.6.0{{ else }}1.6.1{{ end -}}
|
{{- if .Get "short" }}1.7{{ else if .Get "long" }}1.7.0{{ else if .Get "cli" }}1.7.0{{ else }}1.7.0{{ end -}}
|
||||||
|
|
Loading…
Reference in New Issue