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.8 (#578)

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.6` -> `v8.5.8` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcamunda%2fzeebe%2fclients%2fgo%2fv8/v8.5.8?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.8?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.6/v8.5.8?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.6/v8.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

###
[`v8.5.7`](https://redirect.github.com/camunda/zeebe/compare/8.5.6...8.5.7)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
Zelldon authored Oct 2, 2024
2 parents 923d2f0 + 3bd2abe commit cbe7ada
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.1

require (
github.com/camunda/zeebe/clients/go/v8 v8.5.6
github.com/camunda/zeebe/clients/go/v8 v8.5.8
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 @@ -12,6 +12,8 @@ github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/camunda/zeebe/clients/go/v8 v8.5.6 h1:A6GiRoCHGAXIXho9X3cXxzKamrU6/oxmu3WNQBuGj/U=
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/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 cbe7ada

Please sign in to comment.