hotfix for 1.11.0-rc.8

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
Paul Yuknewicz 2023-05-25 10:28:51 -07:00
parent 9b5e72952f
commit 4529237529
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DAPR_CLI_VERSION: 1.10.0
DAPR_RUNTIME_VERSION: 1.11.0-rc.4
DAPR_RUNTIME_VERSION: 1.11.0-rc.8
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
MACOS_PYTHON_VERSION: 3.10

View File

@ -19,6 +19,7 @@ This quickstart includes one service:
name: Add configuration items
expected_stdout_lines:
- 'OK'
output_match_mode: substring
-->
```bash