Skip to content

Commit

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

Bumps
[github.com/camunda/zeebe/clients/go/v8](https://github.com/camunda/zeebe)
from 8.3.4 to 8.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/camunda/zeebe/releases">github.com/camunda/zeebe/clients/go/v8's
releases</a>.</em></p>
<blockquote>
<h2>8.4.0-alpha2</h2>
<h2>Enhancements</h2>
<h3>Java Client</h3>
<ul>
<li>Provide the Java client's interfaces for migrating a process
instance (<a
href="https://redirect.github.com/camunda/zeebe/issues/15161">#15161</a>)</li>
<li>Support migrating a process instance from the Java client (<a
href="https://redirect.github.com/camunda/zeebe/issues/14921">#14921</a>)</li>
</ul>
<h3>Go Client</h3>
<ul>
<li>Go client commands allow specifying a <code>tenantId</code> /
<code>tenantIds</code> property (<a
href="https://redirect.github.com/camunda/zeebe/issues/15153">#15153</a>)</li>
<li>Add multi-tenancy support in the Zeebe Go client (<a
href="https://redirect.github.com/camunda/zeebe/issues/14477">#14477</a>)</li>
<li>go-client: Job worker polling backoff mechanism (<a
href="https://redirect.github.com/camunda/zeebe/issues/6150">#6150</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Allow setting <code>scope</code> parameter for OAuth2 authentication
(<a
href="https://redirect.github.com/camunda/zeebe/issues/15391">#15391</a>)</li>
<li>Configure <code>identity-sdk</code> through
<code>identity-spring-boot-starter</code> in the Gateway (<a
href="https://redirect.github.com/camunda/zeebe/issues/15389">#15389</a>)</li>
<li>Add integration test to <code>MultiTenancyOverIdentityIT</code> test
(<a
href="https://redirect.github.com/camunda/zeebe/issues/15382">#15382</a>)</li>
<li>Support ElasticSearch 8.9+ (<a
href="https://redirect.github.com/camunda/zeebe/issues/15306">#15306</a>)</li>
<li>Update <code>broker.yaml.template</code> and
<code>broker.standalone.yaml.template</code> files in order to allow
user to disable form exporting (<a
href="https://redirect.github.com/camunda/zeebe/issues/15193">#15193</a>)</li>
<li>Export compensation subscription events (<a
href="https://redirect.github.com/camunda/zeebe/issues/15140">#15140</a>)</li>
<li>Migrate task instances with variables (<a
href="https://redirect.github.com/camunda/zeebe/issues/15114">#15114</a>)</li>
<li>Migrate service task instances (including jobs) (<a
href="https://redirect.github.com/camunda/zeebe/issues/15113">#15113</a>)</li>
<li>Introduce new compensation subscription record (<a
href="https://redirect.github.com/camunda/zeebe/issues/15063">#15063</a>)</li>
<li>Add Job Update Timeout intents (<a
href="https://redirect.github.com/camunda/zeebe/issues/15034">#15034</a>)</li>
<li>I can execute a process with a compensation end event (<a
href="https://redirect.github.com/camunda/zeebe/issues/14967">#14967</a>)</li>
<li>I can execute a process with an intermediate compensation throw
event (<a
href="https://redirect.github.com/camunda/zeebe/issues/14965">#14965</a>)</li>
<li>The record for a compensation event has the correct event type (<a
href="https://redirect.github.com/camunda/zeebe/issues/14944">#14944</a>)</li>
<li>I can deploy a process with BPMN compensation event subprocesses (<a
href="https://redirect.github.com/camunda/zeebe/issues/14943">#14943</a>)</li>
<li>I can deploy a process with BPMN compensation events (<a
href="https://redirect.github.com/camunda/zeebe/issues/14942">#14942</a>)</li>
<li>I can model a process with compensation events via BPMN model API
(<a
href="https://redirect.github.com/camunda/zeebe/issues/14939">#14939</a>)</li>
<li>Add support to Java client for Form deletion (<a
href="https://redirect.github.com/camunda/zeebe/issues/14858">#14858</a>)</li>
<li>Replace Dependabot with Renovate (<a
href="https://redirect.github.com/camunda/zeebe/issues/14701">#14701</a>)</li>
</ul>
<h2>Bug Fixes</h2>
<h3>Broker</h3>
<ul>
<li>Failed or cancelled topology change operations block further
operations (<a
href="https://redirect.github.com/camunda/zeebe/issues/15220">#15220</a>)</li>
<li>Topology received via gossip can bypass merge with locally persisted
topology (<a
href="https://redirect.github.com/camunda/zeebe/issues/15219">#15219</a>)</li>
<li>Potential inconsistency in raft after restoring from a backup (<a
href="https://redirect.github.com/camunda/zeebe/issues/14509">#14509</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Verify correct behaviour of input mappings after bump to FEEL 1.17.3
(<a
href="https://redirect.github.com/camunda/zeebe/issues/15445">#15445</a>)</li>
<li>NullPointerException when join is retried after a restart (<a
href="https://redirect.github.com/camunda/zeebe/issues/15381">#15381</a>)</li>
<li>IT timeout due to <code>ScaleResiliencyTest.ScaleDown</code> (<a
href="https://redirect.github.com/camunda/zeebe/issues/15343">#15343</a>)</li>
<li>Form events are not replayed (<a
href="https://redirect.github.com/camunda/zeebe/issues/15194">#15194</a>)</li>
<li>Could not update new leader for partition (<a
href="https://redirect.github.com/camunda/zeebe/issues/15188">#15188</a>)</li>
<li>8.3.x release benchmark - Authorization data unavailable: The Token
can't be used before xxx (<a
href="https://redirect.github.com/camunda/zeebe/issues/15047">#15047</a>)</li>
<li>A deployed form is not mentioned in the
<code>DeploymentEventImpl.toString()</code> (<a
href="https://redirect.github.com/camunda/zeebe/issues/14931">#14931</a>)</li>
<li>IOPS doubled in CW44 (<a
href="https://redirect.github.com/camunda/zeebe/issues/14924">#14924</a>)</li>
<li>Improve resilience of remote stream restart (<a
href="https://redirect.github.com/camunda/zeebe/issues/14884">#14884</a>)</li>
<li>Leaked message subscriptions cause constant processing load (<a
href="https://redirect.github.com/camunda/zeebe/issues/14814">#14814</a>)</li>
<li>IllegalStateException: found snapshot 0. A previous snapshot is most
likely corrupted (<a
href="https://redirect.github.com/camunda/zeebe/issues/14699">#14699</a>)</li>
<li>NullPointerException: Cannot invoke
<code>PartitionContext.getComponentHealthMonitor()</code> because
<code>this.context</code> is null (<a
href="https://redirect.github.com/camunda/zeebe/issues/14458">#14458</a>)</li>
<li>Scheduled tasks should avoid overloading the streamprocessor (<a
href="https://redirect.github.com/camunda/zeebe/issues/13870">#13870</a>)</li>
<li>Feel error are causing bad user experiences (<a
href="https://redirect.github.com/camunda/zeebe/issues/8938">#8938</a>)</li>
</ul>
<h2>Maintenance</h2>
<ul>
<li>Encode remote/job streaming errors as part of stream protocol (<a
href="https://redirect.github.com/camunda/zeebe/issues/15195">#15195</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/camunda/zeebe/commit/c59d24240d3c44a083f35ab315583f7f9724a337"><code>c59d242</code></a>
[maven-release-plugin] prepare release 8.4.0</li>
<li><a
href="https://github.com/camunda/zeebe/commit/fdb787942e217a868cab3158ab26ae3785cee1c5"><code>fdb7879</code></a>
build(project): update go embedded version data</li>
<li><a
href="https://github.com/camunda/zeebe/commit/14c17b130ea03a32746c0c738e095292454a7062"><code>14c17b1</code></a>
ci: increase timeout for nexus closing staging repository</li>
<li><a
href="https://github.com/camunda/zeebe/commit/8eace2594cc1754b4f44794a6db0082926f0baf4"><code>8eace25</code></a>
Revert &quot;build(project): update go embedded version data&quot;</li>
<li><a
href="https://github.com/camunda/zeebe/commit/5d07b45b14fcabe6f7167e1738b161ef3c4f3d89"><code>5d07b45</code></a>
Revert &quot;[maven-release-plugin] prepare release 8.4.0&quot;</li>
<li><a
href="https://github.com/camunda/zeebe/commit/25ee0206c92294bc99d1bb96daba3d58e8c09685"><code>25ee020</code></a>
Revert &quot;[maven-release-plugin] prepare for next development
iteration&quot;</li>
<li><a
href="https://github.com/camunda/zeebe/commit/96d65c748e57400858553c35f269f23fbdcfa187"><code>96d65c7</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/camunda/zeebe/commit/5207af3d7c0b712e0dd93ad8c61ff4d10ac17e36"><code>5207af3</code></a>
[maven-release-plugin] prepare release 8.4.0</li>
<li><a
href="https://github.com/camunda/zeebe/commit/212f52fc39526f597686e4398fc78def2774344a"><code>212f52f</code></a>
build(project): update go embedded version data</li>
<li><a
href="https://github.com/camunda/zeebe/commit/b2b47297bf4bddf0d8a0fef8b90336eb071c0107"><code>b2b4729</code></a>
deps(identity): update identity to 8.4.0</li>
<li>Additional commits viewable in <a
href="https://github.com/camunda/zeebe/compare/8.3.4...8.4.0">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.4&new-version=8.4.0)](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 Jan 4, 2024
2 parents 0c55571 + 4086440 commit 10159fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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.4
github.com/camunda/zeebe/clients/go/v8 v8.4.0
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -80,7 +80,7 @@ require (
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
12 changes: 6 additions & 6 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.4/go.mod h1:smjE4dvqPX9Zldna+t5FG3rnoHhaB7QYx
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.4 h1:GXfr55VIdls7l3qANdZ9aSi1DV2PX6951zlp/x/5/9Q=
github.com/camunda/zeebe/clients/go/v8 v8.3.4/go.mod h1:IlOdQHcF9MgRWWdiuuZGQ+IB5hw54LAveMJYmrlRKSw=
github.com/camunda/zeebe/clients/go/v8 v8.4.0 h1:6ilIn/w3N5V/wcPNGZfWY22CDkb2OYkJJmMr7IrSXlw=
github.com/camunda/zeebe/clients/go/v8 v8.4.0/go.mod h1:J3JDIxshH9A5qEU4DThH4JLMUFetIx51GpMZrjjUOCo=
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 Expand Up @@ -82,8 +82,8 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
Expand Down Expand Up @@ -223,8 +223,8 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/oauth2 v0.13.0 h1:jDDenyj+WgFtmV3zYVoi8aE2BwtXFLWOA67ZfNWftiY=
golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0=
golang.org/x/oauth2 v0.15.0 h1:s8pnnxNVzjWyrvYdFUQq5llS1PX2zhPXmccZv99h7uQ=
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit 10159fd

Please sign in to comment.