Release 1.3.0-rc.1 (#457)

This commit is contained in:
Phil Kedy 2021-07-15 20:15:25 -04:00 committed by GitHub
parent 2262dbf808
commit 3fee87ad1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -22,12 +22,12 @@ jobs:
runs-on: ${{ matrix.os }}
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
DAPR_CLI_VERSION: 1.2.0
DAPR_RUNTIME_VERSION: 1.2.1
GOVER: 1.16.3
KUBERNETES_VERSION: v1.18.8
KIND_VERSION: v0.9.0
KIND_IMAGE_SHA: sha256:f4bcc97a0ad6e7abaf3f643d890add7efe6ee4ab90baeb374b4f41a4c95567eb
DAPR_CLI_VERSION: 1.3.0-rc.1
DAPR_RUNTIME_VERSION: 1.3.0-rc.1
GOVER: 1.16
KUBERNETES_VERSION: v1.21.1
KIND_VERSION: v0.11.0
KIND_IMAGE_SHA: sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
strategy:
matrix:
quickstart: [hello-world, hello-kubernetes, distributed-calculator, pub-sub, bindings, secretstore, observability, .]