Skip to content

chore(deps): bump github.com/dapr/dapr from 1.15.0-rc.17 to 1.15.5 #726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

Bumps github.com/dapr/dapr from 1.15.0-rc.17 to 1.15.5.

Release notes

Sourced from github.com/dapr/dapr's releases.

Dapr Runtime v1.15.5

Dapr 1.15.5

This update includes bug fixes:

Fix Workflow execution deadlock

Problem

After running a number of workflows for a long enough time, execution would become stuck.

Impact

Workflows could no longer be executed.

Root cause

The implementation of the Workflow queue in Scheduler (diagridio/go-etcd-cron) would occur a deadlock in very rare circumstances.

Solution

The go-etcd-cron queue implementation has been updated to use a control loop paradigm to avoid deadlocks. A side effect of this change will see Workflow (and Job generally) see a ~3x improvement in performance in high throughput scenarios.

Dapr Runtime v1.15.5-rc.1

This is the release candidate 1.15.5-rc.1

Dapr Runtime v1.15.4

Dapr 1.15.4

This update includes bug fixes:

Fix degradation of Workflow runtime performance over time

Problem

Running a Workflow app multiple times would cause the performance of the Workflow runtime to degrade significantly over multiple runs.

Impact

... (truncated)

Commits
  • e4869db Merge pull request #8717 from JoshVanL/go-etcd-cron-1.15
  • 2a7f277 [1.15] Update github.com/diagridio/go-etcd-cron
  • 2f65760 [1.15] Update dapr/components-contrib to v1.15.3 (#8704)
  • c0c0fbc Merge pull request #8690 from JoshVanL/docs-v1.15.5.md
  • af11eca Adds docs/v1.15.5.md
  • f9e2f8a Merge pull request #8687 from JoshVanL/kit-cron-upgrade-1.15
  • d0f0c36 Set only-new-issues to golangci-lint action config
  • 3d77152 Update dapr/kit & diagridio/go-etcd-cron
  • eb94584 Merge pull request #8640 from JoshVanL/fix-scheduler-client-close-1.15
  • 8719f12 Remove inflight
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.15.0-rc.17 to 1.15.5.
- [Release notes](https://github.com/dapr/dapr/releases)
- [Changelog](https://github.com/dapr/dapr/blob/master/RELEASE.md)
- [Commits](dapr/dapr@v1.15.0-rc.17...v1.15.5)

---
updated-dependencies:
- dependency-name: github.com/dapr/dapr
  dependency-version: 1.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 16, 2025
@dependabot dependabot bot requested review from a team as code owners May 16, 2025 16:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants