Bump for runtime release 1.2.0 (#433)

This commit is contained in:
Charlie Stanley 2021-05-26 11:41:00 -07:00 committed by GitHub
parent afdc6ffe27
commit 85d7a94b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,9 @@ jobs:
name: Validate ${{ matrix.quickstart }}/README.md on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.2.0-rc.2/install
DAPR_CLI_VERSION: 1.2.0-rc.2
DAPR_RUNTIME_VERSION: 1.2.0-rc.5
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
DAPR_CLI_VERSION: 1.2.0
DAPR_RUNTIME_VERSION: 1.2.0
GOVER: 1.16.3
KUBERNETES_VERSION: v1.18.8
KIND_VERSION: v0.9.0

View File

@ -23,6 +23,7 @@ Dapr is currently under community development with preview releases. The master
| Dapr Quickstart Version | Dapr Runtime Version |
|:--------------------:|:--------------------:|
| [v1.2.0](https://github.com/dapr/quickstarts/tree/v1.2.0) | [v1.2.0](https://github.com/dapr/dapr/tree/v1.2.0) |
| [v1.1.0](https://github.com/dapr/quickstarts/tree/v1.1.0) | [v1.1.0](https://github.com/dapr/dapr/tree/v1.1.0) |
| [v1.0.0](https://github.com/dapr/quickstarts/tree/v1.0.0) | [v1.0.0](https://github.com/dapr/dapr/tree/v1.0.0) |
| [v0.11.0](https://github.com/dapr/quickstarts/tree/v0.11.0) | [v0.11.3](https://github.com/dapr/dapr/tree/v0.11.3) |