fix(deps): update all non-major gomod dependencies #792
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.14.0
->v1.14.1
v1.10.1
->v1.11.0
Release Notes
dapr/dapr (github.com/dapr/dapr)
v1.14.1
: Dapr Runtime v1.14.1Compare Source
Dapr 1.14.1
Fix Dapr Workflow
Problem
When reusing instance ID in Dapr Workflow, the reminder that deletes in-flight activities would not be called, leaving the workflow in running state.
Impact
Dapr Workflow not processing delete reminder correctly.
Root cause
Change to adopt scheduler in workflows affected the default code path too.
Solution
Flag to only apply the scheduler settings when user opts-in for scheduler reminders.
dapr/go-sdk (github.com/dapr/go-sdk)
v1.11.0
Compare Source
Automatic Go Dapr client release
Configuration
📅 Schedule: Branch creation - "* 18-21 * * 5" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.