Skip to content
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

fix(deps): update all non-major gomod dependencies #792

Merged
merged 2 commits into from
Aug 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/dapr/dapr v1.14.0 -> v1.14.1 age adoption passing confidence
github.com/dapr/go-sdk v1.10.1 -> v1.11.0 age adoption passing confidence

Release Notes

dapr/dapr (github.com/dapr/dapr)

v1.14.1: Dapr Runtime v1.14.1

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 16, 2024 19:19
@renovate renovate bot added the deps label Aug 16, 2024
@renovate renovate bot requested review from FoseFx and PaulKalho and removed request for a team August 16, 2024 19:19
Copy link
Contributor Author

renovate bot commented Aug 16, 2024

ℹ Artifact update notice

File name: services/user-svc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dapr/dapr v1.14.0 -> v1.14.1
File name: services/tasks-svc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dapr/dapr v1.14.0 -> v1.14.1
File name: services/task-svc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dapr/dapr v1.14.0 -> v1.14.1
File name: services/property-svc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dapr/dapr v1.14.0 -> v1.14.1
File name: services/ory-svc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dapr/dapr v1.14.0 -> v1.14.1

@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch from dad4b79 to 5f52994 Compare August 17, 2024 21:08
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch from 5f52994 to f9ec30a Compare August 17, 2024 21:11
@FoseFx FoseFx merged commit faf05fb into main Aug 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant