Skip to content

Commit

Permalink
build(deps): bump github.com/camunda/zeebe/clients/go/v8 from 8.3.3 t…
Browse files Browse the repository at this point in the history
…o 8.3.4 in /go-chaos (#445)

Bumps
[github.com/camunda/zeebe/clients/go/v8](https://github.com/camunda/zeebe)
from 8.3.3 to 8.3.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/camunda/zeebe/commit/1dd666fb236c086131c264a10c522fe946631784"><code>1dd666f</code></a>
[maven-release-plugin] prepare release 8.3.4</li>
<li><a
href="https://github.com/camunda/zeebe/commit/69fca4fdf0a54967134c6a3e5678845588d07a62"><code>69fca4f</code></a>
build(project): update go embedded version data</li>
<li><a
href="https://github.com/camunda/zeebe/commit/16ebf0d6bb33384f1ff83aec01b5e5156ec7b385"><code>16ebf0d</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15468">#15468</a></li>
<li><a
href="https://github.com/camunda/zeebe/commit/a497a78254c216b7f31aff5db3b3d70f39abcf9e"><code>a497a78</code></a>
deps(maven): Update dependency io.camunda:identity-sdk to v8.3.4</li>
<li><a
href="https://github.com/camunda/zeebe/commit/b244aebd66d833a5b66bc74365dccfdedb4e2169"><code>b244aeb</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15432">#15432</a></li>
<li><a
href="https://github.com/camunda/zeebe/commit/f6f2b03c973742f25332edc80c52a8b1ca7308a4"><code>f6f2b03</code></a>
refactor: rework existing JobBackoffMigration tests</li>
<li><a
href="https://github.com/camunda/zeebe/commit/67190612c3d5a18cb159daa916e7a1a7a55d3313"><code>6719061</code></a>
fix: do not delete jobs from backoff cf</li>
<li><a
href="https://github.com/camunda/zeebe/commit/e7bbcf26403639e020d9ed2afb6cca8059f0bbaf"><code>e7bbcf2</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15416">#15416</a></li>
<li><a
href="https://github.com/camunda/zeebe/commit/b6c6c11f0456d68dd45dcdadf071db061e84fd54"><code>b6c6c11</code></a>
fix(raft): update role metrics when closing or transitioning to
inactive</li>
<li><a
href="https://github.com/camunda/zeebe/commit/d25c1ae68748ddf7bc6227e5dda3e268886e0fa9"><code>d25c1ae</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15395">#15395</a></li>
<li>Additional commits viewable in <a
href="https://github.com/camunda/zeebe/compare/8.3.3...8.3.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/camunda/zeebe/clients/go/v8&package-manager=go_modules&previous-version=8.3.3&new-version=8.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
ChrisKujawa authored Dec 6, 2023
2 parents 4c795fd + 503b3df commit 1a04a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go-chaos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/zeebe-io/zeebe-chaos/go-chaos
go 1.19

require (
github.com/camunda/zeebe/clients/go/v8 v8.3.3
github.com/camunda/zeebe/clients/go/v8 v8.3.4
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go-chaos/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/Microsoft/hcsshim v0.11.1/go.mod h1:nFJmaO4Zr5Y7eADdFOpYswDDlNVbvcIJJ
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0=
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/camunda/zeebe/clients/go/v8 v8.3.3 h1:86QJVN/nndnwbAv7sP8+ZL4ikXfwRPi4k7UdpXpCGKQ=
github.com/camunda/zeebe/clients/go/v8 v8.3.3/go.mod h1:IlOdQHcF9MgRWWdiuuZGQ+IB5hw54LAveMJYmrlRKSw=
github.com/camunda/zeebe/clients/go/v8 v8.3.4 h1:GXfr55VIdls7l3qANdZ9aSi1DV2PX6951zlp/x/5/9Q=
github.com/camunda/zeebe/clients/go/v8 v8.3.4/go.mod h1:IlOdQHcF9MgRWWdiuuZGQ+IB5hw54LAveMJYmrlRKSw=
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/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E=
Expand Down

0 comments on commit 1a04a25

Please sign in to comment.