cli
cli copied to clipboard
Command-line tools for Dapr.
This pull request introduces automation for the Dapr CLI release process by adding a new GitHub Actions workflow and a supporting shell script. It also updates the documentation to describe...
# Description Support MySQL state store in `dapr workflow list` ## Issue reference #1568 ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the...
## Expected Behavior `dapr workflow list` returns the workflows listing even when MySQL is used. ## Actual Behavior Gotten this error when I'm using the command (with some inputs masked):...
PR updates the workflow clients to use the Dapr RPCs to list Workflow instance IDs instead of connecting directly to the database. This removes the requirement that the Dapr CLI...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.24 to 1.7.29. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.29 Welcome to the v1.7.29 release of containerd! The twenty-ninth patch release for containerd 1.7 contains various...
## Improvement When `dapr init` is called, by default it creates Redis and Zipkin containers. In theory this _could_ be helpful, though I think it ends up being misleading to...
1. dapr -v CLI version: 1.16.5 Runtime version: n/a 2. dapr mtls renew-certificate -k --valid-until --restart⌛ Starting certificate rotation ℹ️ generating fresh certificates ℹ️ Updating certifcates in your Kubernetes cluster...
## Describe the proposal Deprecate Zipkin as the default tracing backend for Dapr and replace it with Jaeger V2. **Rationale:** - **Jaeger V2 is OTLP-native**: Direct protocol support without translation...
# Description Call metadata endpoint and update the dapr cli PID, app PID and app command in a separate goroutine to avoid blocking termination signals. For example, when "dapr run"...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...