Releases: dapr/cli
Releases · dapr/cli
Dapr CLI v1.18.0
What's Changed
- Adds support for workflow versioning new types by @acroca in #1578
- Scheduler: add short help output by @JoshVanL in #1576
- chore: bump go to 1.24.13 and containerd & helm by @mikeee in #1583
- security(deps): bump helm and opentelemetry to fix HIGH vulnerabilities by @fyzanshaik in #1587
- Env: Set DAPR_HOST_IP=127.0.0.1 by @JoshVanL in #1589
- Merge pull request #1591 from JoshVanL/dapr-update-1.17.0-rc.8 by @JoshVanL in #1592
- fix(python apps): fork child + exec appcmd in child to avoid issues by @sicoyle in #1580
- Terminate app process group on exit by @acroca in #1602
- Adds the shared workflows by @acroca in #1603
- sec: bump to go1.26 and grpc - CVE-2026-33186 by @mikeee in #1613
- chore: Fetch latest version from the image registry and not from github by @acroca in #1615
- Fix e2e test flakes by @JoshVanL in #1619
- Add
wf purge --all-filter-statusflag by @JoshVanL in #1609 - Fix workflow list MongoDB fallback by @JoshVanL in #1608
- use dapr v1.17.3 by @cicoyle in #1598
- fix flaky standalone e2e by dropping "Exited App successfully" requirement by @acroca in #1605
- fix(ci): trigger CLI build after creating release tag by @nelson-parente in #1626
- fix: rename with proto changes by @sicoyle in #1629
- ci(e2e): bump pinned runtime version from 1.17.3 to 1.17.7 by @nelson-parente in #1645
- wf: faster list, IDs-only output, and quieter port-forward teardown by @JoshVanL in #1643
- feat: add dapr mcpservers cli cmd by @sicoyle in #1628
- Remove the deprecated dapr dashboard by @nelson-parente in #1647
- Bump versions: dapr/go-sdk/kit by @cicoyle in #1649
- [Backport release-1.18] Add timer origin to the history information by @dapr-bot in #1650
- [Backport release-1.18] Improve
dapr initexperience on Windows machines running WSL by @dapr-bot in #1651 - [1.18] dapr v1.18.0 by @cicoyle in #1655
New Contributors
- @fyzanshaik made their first contribution in #1587
Full Changelog: v1.17.0...v1.18.0
Dapr CLI v1.18.0-rc.1
What's Changed
- Adds support for workflow versioning new types by @acroca in #1578
- Scheduler: add short help output by @JoshVanL in #1576
- chore: bump go to 1.24.13 and containerd & helm by @mikeee in #1583
- security(deps): bump helm and opentelemetry to fix HIGH vulnerabilities by @fyzanshaik in #1587
- Env: Set DAPR_HOST_IP=127.0.0.1 by @JoshVanL in #1589
- Merge pull request #1591 from JoshVanL/dapr-update-1.17.0-rc.8 by @JoshVanL in #1592
- fix(python apps): fork child + exec appcmd in child to avoid issues by @sicoyle in #1580
- Terminate app process group on exit by @acroca in #1602
- Adds the shared workflows by @acroca in #1603
- sec: bump to go1.26 and grpc - CVE-2026-33186 by @mikeee in #1613
- chore: Fetch latest version from the image registry and not from github by @acroca in #1615
- Fix e2e test flakes by @JoshVanL in #1619
- Add
wf purge --all-filter-statusflag by @JoshVanL in #1609 - Fix workflow list MongoDB fallback by @JoshVanL in #1608
- use dapr v1.17.3 by @cicoyle in #1598
- fix flaky standalone e2e by dropping "Exited App successfully" requirement by @acroca in #1605
- fix(ci): trigger CLI build after creating release tag by @nelson-parente in #1626
- fix: rename with proto changes by @sicoyle in #1629
- ci(e2e): bump pinned runtime version from 1.17.3 to 1.17.7 by @nelson-parente in #1645
- wf: faster list, IDs-only output, and quieter port-forward teardown by @JoshVanL in #1643
- feat: add dapr mcpservers cli cmd by @sicoyle in #1628
- Remove the deprecated dapr dashboard by @nelson-parente in #1647
- Bump versions: dapr/go-sdk/kit by @cicoyle in #1649
New Contributors
- @fyzanshaik made their first contribution in #1587
Full Changelog: v1.17.1...v1.18.0-rc.1
Dapr CLI v1.17.1
What's Changed
- [Backport release-1.17] Terminate app process group on exit by @dapr-bot in #1604
- [Backport release-1.17] Fix e2e test flakes by @dapr-bot in #1620
- [Backport release-1.17] Add
wf purge --all-filter-statusflag by @dapr-bot in #1621 - [Backport release-1.17] sec: bump to go1.26 and grpc - CVE-2026-33186 by @dapr-bot in #1617
- [Backport release-1.17] Fix workflow list MongoDB fallback by @dapr-bot in #1622
New Contributors
Full Changelog: v1.17.0...v1.17.1
Dapr CLI v1.17.1-rc.2
What's Changed
- [Backport release-1.17] Fix e2e test flakes by @dapr-bot in #1620
- [Backport release-1.17] Add
wf purge --all-filter-statusflag by @dapr-bot in #1621 - [Backport release-1.17] sec: bump to go1.26 and grpc - CVE-2026-33186 by @dapr-bot in #1617
- [Backport release-1.17] Fix workflow list MongoDB fallback by @dapr-bot in #1622
Full Changelog: v1.17.1-rc.1...v1.17.1-rc.2
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