-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
Description
Expected Behavior
Both of the following commands should work:
dapr init --runtime-version=nightly-2024-02-03
dapr init -k --runtime-version=nightly-2024-02-03
Actual Behavior
$ dapr init --runtime-version=nightly-2024-02-03
⌛ Making the jump to hyperspace...
ℹ️ Container images will be pulled from Docker Hub
ℹ️ Installing runtime version nightly-2024-02-03
❌ Downloading binaries and setting up components...
❌ error downloading daprd binary: version not found from url: https://github.com/dapr/dapr/releases/download/vnightly-2024-02-03/daprd_linux_amd64.tar.gz
Steps to Reproduce the Problem
Run the commands.
Release Note
RELEASE NOTE: ADDED support for nightly builds in dapr init
paulyuk