Skip to content

Commit

Permalink
fix(deps): update module github.com/camunda/zeebe/clients/go/v8 to v8…
Browse files Browse the repository at this point in the history
….5.10 (#607)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/camunda/zeebe/clients/go/v8](https://redirect.github.com/camunda/zeebe)
| `v8.5.8` -> `v8.5.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcamunda%2fzeebe%2fclients%2fgo%2fv8/v8.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcamunda%2fzeebe%2fclients%2fgo%2fv8/v8.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcamunda%2fzeebe%2fclients%2fgo%2fv8/v8.5.8/v8.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcamunda%2fzeebe%2fclients%2fgo%2fv8/v8.5.8/v8.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda/zeebe
(github.com/camunda/zeebe/clients/go/v8)</summary>

###
[`v8.5.10`](https://redirect.github.com/camunda/zeebe/compare/8.5.9...8.5.10)

[Compare
Source](https://redirect.github.com/camunda/zeebe/compare/8.5.9...8.5.10)

###
[`v8.5.9`](https://redirect.github.com/camunda/zeebe/compare/8.5.8...8.5.9)

[Compare
Source](https://redirect.github.com/camunda/zeebe/compare/8.5.8...8.5.9)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/zeebe-io/zeebe-chaos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5LjQyLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
ChrisKujawa authored Dec 3, 2024
2 parents ae57ffe + ce74adc commit 6009760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go-chaos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.23.3

require (
github.com/camunda/zeebe/clients/go/v8 v8.5.8
github.com/camunda/zeebe/clients/go/v8 v8.5.10
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go-chaos/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/camunda/zeebe/clients/go/v8 v8.5.6 h1:A6GiRoCHGAXIXho9X3cXxzKamrU6/ox
github.com/camunda/zeebe/clients/go/v8 v8.5.6/go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM=
github.com/camunda/zeebe/clients/go/v8 v8.5.8 h1:kWbI+hvyoKbn/AAJ0ZIfTcYLZGf3yy72OYDx2ry23cU=
github.com/camunda/zeebe/clients/go/v8 v8.5.8/go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM=
github.com/camunda/zeebe/clients/go/v8 v8.5.10 h1:iYTGqClBdFER+BSug5kS2KTJMaq6/j/mWfrAGSFlN9I=
github.com/camunda/zeebe/clients/go/v8 v8.5.10/go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao=
Expand Down

0 comments on commit 6009760

Please sign in to comment.