mirror of https://github.com/dapr/quickstarts.git
Bump for runtime release 1.2.0 (#433)
This commit is contained in:
parent
afdc6ffe27
commit
85d7a94b13
|
@ -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
|
||||
|
|
|
@ -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) |
|
||||
|
|
Loading…
Reference in New Issue