mirror of https://github.com/dapr/docs.git
Release v1.5 (Day of release changes to v1.5)
This commit is contained in:
parent
993a0e82c0
commit
a38d26a13c
|
@ -3,11 +3,11 @@ name: Azure Static Web App Root
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v1.4
|
- v1.5
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, closed]
|
types: [opened, synchronize, reopened, closed]
|
||||||
branches:
|
branches:
|
||||||
- v1.4
|
- v1.5
|
||||||
|
|
||||||
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.4](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
|
| [v1.5](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
|
||||||
| [v1.5](https://github.com/dapr/docs/tree/v1.5) (pre-release) | https://v1-5.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.5+ go here. |
|
| [v1.6](https://github.com/dapr/docs/tree/v1.6) (pre-release) | https://v1-6.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.6+ 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-5.docs.dapr.io/"
|
baseURL = "https://docs.dapr.io/"
|
||||||
title = "Dapr Docs"
|
title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
disableFastRender = true
|
disableFastRender = true
|
||||||
|
@ -160,17 +160,20 @@ github_subdir = "daprdocs"
|
||||||
github_branch = "v1.5"
|
github_branch = "v1.5"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "v1.5 (preview)"
|
version_menu = "v1.5 (latest)"
|
||||||
version = "v1.5"
|
version = "v1.5"
|
||||||
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.5 (preview)"
|
version = "v1.6 (preview)"
|
||||||
|
url = "https://v1-6.docs.dapr.io"
|
||||||
|
[[params.versions]]
|
||||||
|
version = "v1.5 (latest)"
|
||||||
url = "#"
|
url = "#"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.4 (latest)"
|
version = "v1.4"
|
||||||
url = "https://docs.dapr.io"
|
url = "https://v1-4.docs.dapr.io"
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.3"
|
version = "v1.3"
|
||||||
url = "https://v1-3.docs.dapr.io"
|
url = "https://v1-3.docs.dapr.io"
|
||||||
|
|
|
@ -39,12 +39,13 @@ The table below shows the versions of Dapr releases that have been tested togeth
|
||||||
| May 26th 2021 | 1.2.0</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
| May 26th 2021 | 1.2.0</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
||||||
| Jun 16th 2021 | 1.2.1</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
| Jun 16th 2021 | 1.2.1</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
||||||
| Jun 16th 2021 | 1.2.2</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
| Jun 16th 2021 | 1.2.2</br> | 1.2.0 | Java 1.1.0 </br>Go 1.1.0 </br>PHP 1.1.0 </br>Python 1.1.0 </br>.NET 1.2.0 | 0.6.0 | Unsupported |
|
||||||
| Jul 26th 2021 | 1.3</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 |
|
| Jul 26th 2021 | 1.3</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 | Unsupported |
|
||||||
| 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 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 | Unsupported |
|
||||||
| 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 15th 2021 | 1.4</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.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 22nd 2021 | 1.4.1</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported
|
||||||
| 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 |
|
| Sep 24th 2021 | 1.4.2</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.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) |
|
| Oct 7th 2021 | 1.4.3</br> | 1.4.0 | Java 1.3.0 </br>Go 1.2.0 </br>PHP 1.2.0 </br>Python 1.3.0 </br>.NET 1.4.0 | 0.8.0 | Supported |
|
||||||
|
| Nov 11th 2021 | 1.5.0</br> | 1.5.0 | Java 1.3.0 </br>Go 1.3.0 </br>PHP 1.2.0 </br>Python 1.4.0 </br>.NET 1.5.0 | 0.8.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
|
||||||
|
@ -59,15 +60,21 @@ General guidance on upgrading can be found for [self hosted mode]({{<ref self-ho
|
||||||
| | 1.1.2 | 1.2.2 |
|
| | 1.1.2 | 1.2.2 |
|
||||||
| | 1.2.2 | 1.3.1 |
|
| | 1.2.2 | 1.3.1 |
|
||||||
| | 1.3.1 | 1.4.3 |
|
| | 1.3.1 | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.0 |
|
||||||
| 1.1.0 to 1.1.2 | N/A | 1.2.2 |
|
| 1.1.0 to 1.1.2 | N/A | 1.2.2 |
|
||||||
| | 1.2.2 | 1.3.1 |
|
| | 1.2.2 | 1.3.1 |
|
||||||
| | 1.3.1 | 1.4.3 |
|
| | 1.3.1 | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.0 |
|
||||||
| 1.2.0 to 1.2.2 | N/A | 1.3.1 |
|
| 1.2.0 to 1.2.2 | N/A | 1.3.1 |
|
||||||
| | 1.3.1 | 1.4.3 |
|
| | 1.3.1 | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.0 |
|
||||||
| 1.3.0 | N/A | 1.3.1 |
|
| 1.3.0 | N/A | 1.3.1 |
|
||||||
| | 1.3.1 | 1.4.3 |
|
| | 1.3.1 | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.0 |
|
||||||
| 1.3.1 | N/A | 1.4.3 |
|
| 1.3.1 | N/A | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.0 |
|
||||||
| 1.4.0 to 1.4.2 | N/A | 1.4.3 |
|
| 1.4.0 to 1.4.2 | N/A | 1.4.3 |
|
||||||
|
| | 1.4.3 | 1.5.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.4{{ else if .Get "long" }}1.4.3{{ else if .Get "cli" }}1.4.0{{ else }}1.4.3{{ end -}}
|
{{- if .Get "short" }}1.5{{ else if .Get "long" }}1.5.0{{ else if .Get "cli" }}1.5.0{{ else }}1.5.0{{ end -}}
|
||||||
|
|
Loading…
Reference in New Issue