dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 197 forks source link

Upgrade of dapr package in CLI fails #1341

Closed mukundansundar closed 9 months ago

mukundansundar commented 9 months ago

Expected Behavior

Upgrading the dapr package in CLI should not break CLI compilation.

This issue to track the fix for it in CLI and runtime.

Actual Behavior

Due to some refactors in runtime, the upgrade causes compilation error.

Steps to Reproduce the Problem

Change dapr/dapr to use 1.12.0-rc.1 in go.mod.

There have been some changes in how certs are generated and used in dapr/dapr runtime. And some methods required by CLI for the renew-certificate functionality have been completely refactored.

Release Note

RELEASE NOTE:

mukundansundar commented 9 months ago

completed by #1342