Releases: dapr/cli
Releases · dapr/cli
Dapr CLI v1.17.1-rc.1
Dapr CLI v1.17.0
What's Changed
- Fix scheduler pod count for 1.15 version when testing master and latest by @antontroshin in #1488
- Merge release 1.15 into master by @antontroshin in #1499
- Add detection for incompatible flags with --run-file by @twinguy in #1509
- fix perfsprint linter error by @KentHsu in #1438
- feat: Allow configuring the scheduler host on init by @acroca in #1520
- feat: update d/d to 1.16.0-rc3 by @nelson-parente in #1527
- Merge 1.16 master by @JoshVanL in #1557
- Adds
dapr scheduler. by @JoshVanL in #1559 - Workflow by @JoshVanL in #1560
- chore: Update k8s and kind versions by @javier-aliaga in #1546
- Fix workflow resource path lookup by @JoshVanL in #1564
- ci: add create release wf by @nelson-parente in #1573
- Workflow: no longer require DB connection string by @JoshVanL in #1570
- [1.17] Adds support for workflow versioning new types by @acroca in #1579
- Scheduler: add short help output by @JoshVanL in #1577
- [1.17 - cherry-pick] deps bump by @mikeee in #1586
- [1.17] Merge pull request #1587 from fyzanshaik/security/fix-helm-otel-vulne… by @JoshVanL in #1588
- [1.17] Env: Set DAPR_HOST_IP=127.0.0.1 by @JoshVanL in #1590
- [1.17] Update dapr to v1.17.0-rc.8 by @JoshVanL in #1591
- fix(python apps): fork child + exec appcmd in child to avoid issues by @sicoyle in #1595
- Update to use dapr 1.17rc10 by @cicoyle in #1596
- [1.17] bump to official version by @cicoyle in #1599
New Contributors
- @KentHsu made their first contribution in #1438
- @nelson-parente made their first contribution in #1527
Full Changelog: v1.15.1...v1.17.0
Dapr CLI v1.17.0-rc.2
Workflow: no longer require DB connection string (#1570) * Workflow: no longer require DB connection string 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 need both connectivity to the database and a connection string, greatly improving the user experience. `$ dapr workflow list` now works out-of-the-box without any additional configuration. Connection strings are still supported via the `--connection-string` flag for users using Dapr pre v1.17. Also exposes the `--force` flag on `$ dapr workflow purge` to allow purging without a worker connected. Signed-off-by: joshvanl <me@joshvanl.dev> * Cleanup workflow history output Signed-off-by: joshvanl <me@joshvanl.dev> * Improve parent details Signed-off-by: joshvanl <me@joshvanl.dev> * result -> output Signed-off-by: joshvanl <me@joshvanl.dev> * Adds input/output to child workflow history Signed-off-by: joshvanl <me@joshvanl.dev> * Adds eventId to SubOrchestrationCompleted details ouput Signed-off-by: joshvanl <me@joshvanl.dev> --------- Signed-off-by: joshvanl <me@joshvanl.dev>
Dapr CLI v1.16.5
Release v1.16.5
Dapr CLI v1.16.4
Dapr CLI v1.16.3
What's Changed
Full Changelog: v1.16.2...v1.16.3
Dapr CLI v1.16.2
What's Changed
- fix: upgrade helm.sh/helm/v3 to v3.17.4 to address security vulnerabilities by @inishchith in #1555
Full Changelog: v1.16.1...v1.16.2
Dapr CLI v1.16.1
Dapr CLI v1.16.0
v1.16.0
Dapr CLI v1.15.2
What's Changed
Full Changelog: v1.15.1...v1.15.2