mirror of https://github.com/dapr/docs.git
Merge pull request #1342 from dapr/version-mention-updates-v1.1
Version mention updates v1.1
This commit is contained in:
commit
95667fd5a4
|
@ -14,8 +14,8 @@ The following branches are currently maintained:
|
||||||
|
|
||||||
| Branch | Website | Description |
|
| Branch | Website | Description |
|
||||||
|--------|---------|-------------|
|
|--------|---------|-------------|
|
||||||
| [v1.0](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here.
|
| [v1.1](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here.
|
||||||
| [v1.1](https://github.com/dapr/docs/tree/v1.1) (pre-release) | https://v1-1.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.1+ go here.
|
| [v1.2](https://github.com/dapr/docs/tree/v1.2) (pre-release) | https://v1-2.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.2+ 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.
|
||||||
|
|
||||||
|
|
|
@ -52,8 +52,8 @@ dapr --version
|
||||||
|
|
||||||
Output should look like this:
|
Output should look like this:
|
||||||
```
|
```
|
||||||
CLI version: 1.0.0
|
CLI version: 1.1.0
|
||||||
Runtime version: 1.0.1
|
Runtime version: 1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 4: Verify containers are running
|
### Step 4: Verify containers are running
|
||||||
|
|
|
@ -122,7 +122,7 @@ The latest Dapr helm chart no longer supports Helm v2. Please migrate from Helm
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm upgrade --install dapr dapr/dapr \
|
helm upgrade --install dapr dapr/dapr \
|
||||||
--version=1.0.1 \
|
--version=1.1.0 \
|
||||||
--namespace dapr-system \
|
--namespace dapr-system \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--wait
|
--wait
|
||||||
|
@ -132,7 +132,7 @@ The latest Dapr helm chart no longer supports Helm v2. Please migrate from Helm
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm upgrade --install dapr dapr/dapr \
|
helm upgrade --install dapr dapr/dapr \
|
||||||
--version=1.0.1 \
|
--version=1.1.0 \
|
||||||
--namespace dapr-system \
|
--namespace dapr-system \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--set global.ha.enabled=true \
|
--set global.ha.enabled=true \
|
||||||
|
|
|
@ -11,12 +11,12 @@ description: "Follow these steps to upgrade Dapr on Kubernetes and ensure a smoo
|
||||||
- [Dapr CLI]({{< ref install-dapr-cli.md >}})
|
- [Dapr CLI]({{< ref install-dapr-cli.md >}})
|
||||||
- [Helm 3](https://github.com/helm/helm/releases) (if using Helm)
|
- [Helm 3](https://github.com/helm/helm/releases) (if using Helm)
|
||||||
|
|
||||||
## Upgrade existing cluster to 1.0.1
|
## Upgrade existing cluster to 1.1.0
|
||||||
There are two ways to upgrade the Dapr control plane on a Kubernetes cluster using either the Dapr CLI or Helm.
|
There are two ways to upgrade the Dapr control plane on a Kubernetes cluster using either the Dapr CLI or Helm.
|
||||||
|
|
||||||
### Dapr CLI
|
### Dapr CLI
|
||||||
|
|
||||||
The example below shows how to upgrade to version 1.0.1:
|
The example below shows how to upgrade to version 1.1.0:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr upgrade -k --runtime-version=1.0.1
|
dapr upgrade -k --runtime-version=1.0.1
|
||||||
|
|
|
@ -25,11 +25,11 @@ description: "Follow these steps to upgrade Dapr in self-hosted mode and ensure
|
||||||
dapr init
|
dapr init
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Ensure you are using the latest version of Dapr (1.0.1) with:
|
1. Ensure you are using the latest version of Dapr (v1.1.0) with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ dapr --version
|
$ dapr --version
|
||||||
|
|
||||||
CLI version: 1.0.0
|
CLI version: 1.1.0
|
||||||
Runtime version: 1.0.1
|
Runtime version: 1.1.0
|
||||||
```
|
```
|
||||||
|
|
|
@ -31,7 +31,9 @@ The table below shows the versions of Dapr releases that have been tested togeth
|
||||||
|
|
||||||
| Release date | Runtime | CLI | SDKs | Dashboard | Status |
|
| 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.0</br>| 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 |
|
||||||
|
| Mar 4th 2021 | 1.0.1</br>| 1.0.1 | Java 1.0.2 </br>Go 1.0.0 </br>PHP 1.0.0 </br>Python 1.0.0 </br>.NET 1.0.0 | 0.6.0 | Supported |
|
||||||
|
| Apr 1st 2021 | 1.1.0</br> | 1.1.0 | Java 1.0.2 </br>Go 1.1.0 </br>PHP 1.0.0 </br>Python 1.1.0 </br>.NET 1.1.0 | 0.6.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
|
||||||
|
@ -40,8 +42,10 @@ The table below shows the tested upgrade paths for the Dapr runtime. For example
|
||||||
|
|
||||||
| Current Runtime version | Must upgrade through | Target Runtime version | Notes
|
| Current Runtime version | Must upgrade through | Target Runtime version | Notes
|
||||||
|--------------------------|-----------------------|------------------------- |------------------------- |
|
|--------------------------|-----------------------|------------------------- |------------------------- |
|
||||||
| 0.11 | N/A | 1.0.0 | Use Dapr CLI to upgrade for both self hosted and Kubernetes
|
| 0.11 | N/A | 1.0.1 | Use Dapr CLI to upgrade for both self hosted and Kubernetes
|
||||||
| 1.0-rc1 to 1.0-rc4 | N/A | 1.0.0 | See Dapr 1.0 release notes
|
| | 1.0.1| 1.1.0 |
|
||||||
|
| 1.0-rc1 to 1.0-rc4 | N/A | 1.0.1 | See Dapr 1.0 release notes
|
||||||
|
| 1.0.0 or 1.0.1 | N/A | 1.1.0 | See Dapr 1.1 release notes
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
|
@ -36,12 +36,12 @@ dapr upgrade -k
|
||||||
|
|
||||||
### Upgrade specified version of Dapr runtime in Kubernetes
|
### Upgrade specified version of Dapr runtime in Kubernetes
|
||||||
```bash
|
```bash
|
||||||
dapr upgrade -k --runtime-version 1.0.0
|
dapr upgrade -k --runtime-version 1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upgrade specified version of Dapr runtime in Kubernetes with value set
|
### Upgrade specified version of Dapr runtime in Kubernetes with value set
|
||||||
```bash
|
```bash
|
||||||
dapr upgrade -k --runtime-version 1.0.0 --set global.logAsJson=true
|
dapr upgrade -k --runtime-version 1.1.0 --set global.logAsJson=true
|
||||||
```
|
```
|
||||||
# Related links
|
# Related links
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue