Releases: dapr/cli
Releases · dapr/cli
Dapr CLI v1.9.0-rc.3
v1.9.0-rc.3
Dapr CLI v1.9.0-rc.2
v1.9.0-rc.2
Dapr CLI v1.9.0-rc.1
v1.9.0-rc.1
Dapr CLI v1.8.1
Changes Redis version from :latest
to redis:6
which is supported by Dapr.
It is recommended for all users to use version 1.8.1
of the CLI.
Dapr CLI v1.8.0
Dapr CLI
- ADDED
dapr version
command with JSON output format 737 - ADDED
dapr annotate
CLI command for adding dapr annotations to Kubernetes configurations. 870 - FIXED CLI upgrade command panics on edge versions 954
- ADDED Add timeout to HTTP call in
downloadFile
method 962 - ADDED Supporting Dapr GHCR/private registry for
dapr init
in Kubernetes mode 968 - FIXED Fixed configuration file initialization bug in
dapr init --from-file
970 - CHANGED Changed certificate generation logic to mimic
dapr
runtime 987 - FIXED
--dapr-http-read-buffer-size
not passed properly in CLI 991
Dapr CLI v1.8.0-rc.4
Add new annotations to annotate command (#1020) * Add new annotations Signed-off-by: Shubham Sharma <shubhash@microsoft.com> * Fix lint Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Dapr CLI v1.8.0-rc.3
Update runtime to RC.5 (#1019) Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Dapr CLI v1.8.0-rc.2
Add newline char at end of dapr version output (#1014) * add newline character at end of output of dapr version cmd Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * add newline char to dapr --version flag Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * refactor version template string Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Dapr CLI v1.8.0-rc.1
Upgrading runtime to RC.3 (#1011) Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Dapr CLI v1.7.1
Fixes
- Resiliency CRD not installed on Kubernetes during
dapr upgrade
ordapr init
#975