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

Backport Batch processing to 8.1 #11539

Closed
19 tasks done
Tracked by #11416
ChrisKujawa opened this issue Feb 3, 2023 · 0 comments
Closed
19 tasks done
Tracked by #11416

Backport Batch processing to 8.1 #11539

ChrisKujawa opened this issue Feb 3, 2023 · 0 comments
Assignees
Labels
component/stream-platform kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.1.8 Marks an issue as being completely or in parts released in 8.1.8

Comments

@ChrisKujawa ChrisKujawa added kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. component/stream-platform labels Feb 3, 2023
ghost pushed a commit that referenced this issue Feb 13, 2023
11595: [Backport 8.1] Enable batch processing r=oleschoenburg a=Zelldon

## Description

Backports #11531 smaller merge conflicts.

I had to cherry-pick one commit from #11511 to specific 1fcd16d because we somehow missed it, and all test failed with batch processing 😆 

<!-- Please explain the changes you made here. -->

## Related issues

<!-- Which issues are closed by this PR or are related -->

part of  #11539



Co-authored-by: Christopher Zell <zelldon91@googlemail.com>
Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
ghost pushed a commit that referenced this issue Feb 13, 2023
11596: [Backport 8.1] Batch processing broker config  r=oleschoenburg a=Zelldon

## Description

Backports #11554 with only smaller merge conflicts in Test Rules.

<!-- Please explain the changes you made here. -->

## Related issues

<!-- Which issues are closed by this PR or are related -->

part of #11539



Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
ghost pushed a commit that referenced this issue Feb 13, 2023
11597: [Backport 8.1] Add batch processing metrics r=oleschoenburg a=Zelldon

## Description

Backports #11555 no real conflicts, one major issue I had with the grafana backporting. I skipped this needs to be discussed whether we really want this. This means this commit 96eb359 is not backported!
<!-- Please explain the changes you made here. -->

## Related issues

<!-- Which issues are closed by this PR or are related -->

part of #11539



11613: deps(go): bump github.com/docker/docker from 20.10.18+incompatible to 20.10.23+incompatible in /clients/go r=github-actions[bot] a=dependabot[bot]

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.18+incompatible to 20.10.23+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p>
<blockquote>
<h2>v20.10.23</h2>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>
<p>Fix an issue where <code>docker build</code> would fail when using <code>--add-host=host.docker.internal:host-gateway</code>
with BuildKit enabled <a href="https://github-redirect.dependabot.com/moby/moby/pull/44650">moby/moby#44650</a>.</p>
</li>
<li>
<p>Revert seccomp: block socket calls to <code>AF_VSOCK</code> in default profile <a href="https://github-redirect.dependabot.com/moby/moby/pull/44712">moby/moby#44712</a>.
This change, while favorable from a security standpoint, caused a change
in behavior for some use-cases. As such, we are reverting it to ensure
stability and compatibility for the affected users.</p>
<p>However, users of <code>AF_VSOCK</code> in containers should recognize that this
(special) address family is not currently namespaced in any version of
the Linux kernel, and may result in unexpected behavior, like containers
communicating directly with host hypervisors.</p>
<p>Future releases, will filter <code>AF_VSOCK</code>. Users who need to allow containers
to communicate over the unnamespaced <code>AF_VSOCK</code> will need to turn off seccomp
confinement or set a custom seccomp profile.</p>
</li>
</ul>
<h3>Packaging Updates</h3>
<ul>
<li>Update Docker Compose to <a href="https://github.com/docker/compose/releases/tag/v2.15.1">v2.15.1</a>.</li>
<li>Update Docker Buildx to <a href="https://github.com/docker/buildx/releases/tag/v0.10.0">v0.10.0</a>.</li>
<li>Update containerd (<code>containerd.io</code> package) to <a href="https://github.com/containerd/containerd/releases/tag/v1.6.15">v1.6.15</a>.</li>
<li>Update the package versioning format for <code>docker-compose-cli</code> to allow distro version updates <a href="https://github-redirect.dependabot.com/docker/docker-ce-packaging/pull/822">docker/docker-ce-packaging#822</a>.</li>
<li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.18.minor">1.18.10</a>.</li>
</ul>
<h2>v20.10.22</h2>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Improve error message when attempting to pull an unsupported image format or OCI artifact (<a href="https://github-redirect.dependabot.com/moby/moby/pull/44413">moby/moby#44413</a>, <a href="https://github-redirect.dependabot.com/moby/moby/pull/44569">moby/moby#44569</a>).</li>
<li>Fix an issue where the host's ephemeral port-range was ignored when selecting random ports for containers (<a href="https://github-redirect.dependabot.com/moby/moby/pull/44476">moby/moby#44476</a>).</li>
<li>Fix <code>ssh: parse error in message type 27</code> errors during <code>docker build</code> on hosts using OpenSSH 8.9 or above (<a href="https://github-redirect.dependabot.com/moby/moby/pull/3862">moby/moby#3862</a>).</li>
<li>seccomp: block socket calls to <code>AF_VSOCK</code> in default profile (<a href="https://github-redirect.dependabot.com/moby/moby/pull/44564">moby/moby#44564</a>).</li>
</ul>
<h3>Packaging Updates</h3>
<ul>
<li>Update Docker Compose to <a href="https://github.com/docker/compose/releases/tag/v2.14.1">v2.14.1</a>.</li>
<li>Update Docker Scan to <a href="https://github.com/docker/scan-cli-plugin/releases/tag/v0.23.0">v0.23.0</a>.</li>
<li>Update containerd (<code>containerd.io</code> package) to <a href="https://github.com/containerd/containerd/releases/tag/v1.6.13">v1.6.13</a> to include a fix for <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23471">CVE-2022-23471</a>.</li>
<li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.18.minor">1.18.9</a> to include fixes for <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41716">CVE-2022-41716</a>, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717">CVE-2022-41717</a>, and <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41720">CVE-2022-41720</a>.</li>
</ul>
<h2>v20.10.21</h2>
<p>This release of Docker Engine contains updated versions of Docker Compose,
Docker Scan, Containerd, added packages for Ubuntu 22.10, and some minor bug
fixes and enhancements.</p>
<h3>Client</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/moby/moby/commit/6051f142912a5c06064e96b92de5e4e8f052131b"><code>6051f14</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44846">#44846</a> from thaJeztah/20.10_bump_libnetwork</li>
<li><a href="https://github.com/moby/moby/commit/e3b9b535bd1bd7f864df20f951ed78c8e34f1f03"><code>e3b9b53</code></a> [20.10] vendor: libnetwork 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7</li>
<li><a href="https://github.com/moby/moby/commit/d0a3f3a37611c03d58343293240c33c26595f093"><code>d0a3f3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44795">#44795</a> from thaJeztah/20.10_bump_go_1.18.10</li>
<li><a href="https://github.com/moby/moby/commit/de10f917ead385976759a63d341a1a39090f7c21"><code>de10f91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44797">#44797</a> from neersighted/libnetwork_revendor</li>
<li><a href="https://github.com/moby/moby/commit/26a4ccf99e28b33b737406f4f088ff644f5b3ae3"><code>26a4ccf</code></a> vendor: github.com/docker/libnetwork 374259e8316124ccf1fc38c0c0f3430f8d0e9c76</li>
<li><a href="https://github.com/moby/moby/commit/625903f3fda862c69492256016b386628954b3a4"><code>625903f</code></a> [20.10] update to go1.18.10</li>
<li><a href="https://github.com/moby/moby/commit/864cc1c87155d3c29b62995656a460497a2493aa"><code>864cc1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44765">#44765</a> from vvoland/fix-test-race-logs-goroutines-20</li>
<li><a href="https://github.com/moby/moby/commit/8771b4be5f59ff4d3c3091d2711c2bf03a0967f8"><code>8771b4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44767">#44767</a> from thaJeztah/20.10_containerd_binary_1.6.15</li>
<li><a href="https://github.com/moby/moby/commit/208fb1ca7b7b23e5b92f00c8c6d2b62152eef0ac"><code>208fb1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44755">#44755</a> from vvoland/buildflags-nopie-whenrace-2010</li>
<li><a href="https://github.com/moby/moby/commit/efbc878c47be77f6cc0ca162b007900923475549"><code>efbc878</code></a> [20.10] update containerd binary to v1.6.15</li>
<li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v20.10.18...v20.10.23">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.18+incompatible&new-version=20.10.23+incompatible)](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` 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>

11615: deps(maven): bump version.immutables from 2.9.2 to 2.9.3 r=github-actions[bot] a=dependabot[bot]

Bumps `version.immutables` from 2.9.2 to 2.9.3.
Updates `value` from 2.9.2 to 2.9.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">value's releases</a>.</em></p>
<blockquote>
<h2>2.9.3</h2>
<h2>Maintenance release</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1408">#1408</a> withUnaryOperator style flag/naming template by <a href="https://github.com/elucash"><code>`@​elucash</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1409">immutables/immutables#1409</a></li>
<li>Avoid invalidating Gson type adapter cache when creating Mongo Repository by <a href="https://github.com/jmoghisi"><code>`@​jmoghisi</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1406">immutables/immutables#1406</a></li>
<li>fixing <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1407">#1407</a> - Default value with explicit null should use default. by <a href="https://github.com/SimY4"><code>`@​SimY4</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1410">immutables/immutables#1410</a></li>
<li>Fix counts in WriteResult for upsert operation by <a href="https://github.com/dparamoshkin"><code>`@​dparamoshkin</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1412">immutables/immutables#1412</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dparamoshkin"><code>`@​dparamoshkin</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1412">immutables/immutables#1412</a></li>
<li><a href="https://github.com/chncaption"><code>`@​chncaption</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1414">immutables/immutables#1414</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.9.2...2.9.3">https://github.com/immutables/immutables/compare/2.9.2...2.9.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/immutables/immutables/commit/6e192030320eaf7a8b5f146c39ae5a17b413aa37"><code>6e19203</code></a> hm security fix?</li>
<li><a href="https://github.com/immutables/immutables/commit/c8f4dae34939db873b910ef97388441ff8a442bb"><code>c8f4dae</code></a> 2.9.3</li>
<li><a href="https://github.com/immutables/immutables/commit/7c0a17849db5f9e762498cac04a193554935293d"><code>7c0a178</code></a> Revert &quot;update org.apache.geode:geode-core 1.9.0 to 1.15.0 (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1414">#1414</a>)&quot; (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1419">#1419</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/9f16541aca9f6f53073af839760b67ff10b1c581"><code>9f16541</code></a> update org.apache.geode:geode-core 1.9.0 to 1.15.0 (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1414">#1414</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/b511f4e5f246bf1d6aed006fd960ee2ed9549c95"><code>b511f4e</code></a> Fix counts for upsert operation</li>
<li><a href="https://github.com/immutables/immutables/commit/729f330cb8b8a289dd2028b27398ecde2df3254b"><code>729f330</code></a> Propagate WriteResult(s) (like update and delete counts) from Mongo backend t...</li>
<li><a href="https://github.com/immutables/immutables/commit/29bca6528c53556a81e056eae2e0db0802f6543f"><code>29bca65</code></a> fixing <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1407">#1407</a> - Default value with explicit null should use default. (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1410">#1410</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/c3344b5e3d965775043ff14945edbf5900d9a3d7"><code>c3344b5</code></a> Avoid invalidating Gson type adapter cache when creating Mongo Repository (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1">#1</a>...</li>
<li><a href="https://github.com/immutables/immutables/commit/e264c3968a6610597d258d6f8ccf23c02b88009c"><code>e264c39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1409">#1409</a> from immutables/1408-with-unary-operator</li>
<li><a href="https://github.com/immutables/immutables/commit/2feeedea4448d8eab3a57bdaad9b4a69b5c75b2a"><code>2feeede</code></a> builder cosmetics</li>
<li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.9.2...2.9.3">compare view</a></li>
</ul>
</details>
<br />

Updates `annotate` from 2.9.2 to 2.9.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">annotate's releases</a>.</em></p>
<blockquote>
<h2>2.9.3</h2>
<h2>Maintenance release</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1408">#1408</a> withUnaryOperator style flag/naming template by <a href="https://github.com/elucash"><code>`@​elucash</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1409">immutables/immutables#1409</a></li>
<li>Avoid invalidating Gson type adapter cache when creating Mongo Repository by <a href="https://github.com/jmoghisi"><code>`@​jmoghisi</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1406">immutables/immutables#1406</a></li>
<li>fixing <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1407">#1407</a> - Default value with explicit null should use default. by <a href="https://github.com/SimY4"><code>`@​SimY4</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1410">immutables/immutables#1410</a></li>
<li>Fix counts in WriteResult for upsert operation by <a href="https://github.com/dparamoshkin"><code>`@​dparamoshkin</code></a>` in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1412">immutables/immutables#1412</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dparamoshkin"><code>`@​dparamoshkin</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1412">immutables/immutables#1412</a></li>
<li><a href="https://github.com/chncaption"><code>`@​chncaption</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1414">immutables/immutables#1414</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.9.2...2.9.3">https://github.com/immutables/immutables/compare/2.9.2...2.9.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/immutables/immutables/commit/6e192030320eaf7a8b5f146c39ae5a17b413aa37"><code>6e19203</code></a> hm security fix?</li>
<li><a href="https://github.com/immutables/immutables/commit/c8f4dae34939db873b910ef97388441ff8a442bb"><code>c8f4dae</code></a> 2.9.3</li>
<li><a href="https://github.com/immutables/immutables/commit/7c0a17849db5f9e762498cac04a193554935293d"><code>7c0a178</code></a> Revert &quot;update org.apache.geode:geode-core 1.9.0 to 1.15.0 (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1414">#1414</a>)&quot; (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1419">#1419</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/9f16541aca9f6f53073af839760b67ff10b1c581"><code>9f16541</code></a> update org.apache.geode:geode-core 1.9.0 to 1.15.0 (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1414">#1414</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/b511f4e5f246bf1d6aed006fd960ee2ed9549c95"><code>b511f4e</code></a> Fix counts for upsert operation</li>
<li><a href="https://github.com/immutables/immutables/commit/729f330cb8b8a289dd2028b27398ecde2df3254b"><code>729f330</code></a> Propagate WriteResult(s) (like update and delete counts) from Mongo backend t...</li>
<li><a href="https://github.com/immutables/immutables/commit/29bca6528c53556a81e056eae2e0db0802f6543f"><code>29bca65</code></a> fixing <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1407">#1407</a> - Default value with explicit null should use default. (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1410">#1410</a>)</li>
<li><a href="https://github.com/immutables/immutables/commit/c3344b5e3d965775043ff14945edbf5900d9a3d7"><code>c3344b5</code></a> Avoid invalidating Gson type adapter cache when creating Mongo Repository (<a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1">#1</a>...</li>
<li><a href="https://github.com/immutables/immutables/commit/e264c3968a6610597d258d6f8ccf23c02b88009c"><code>e264c39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1409">#1409</a> from immutables/1408-with-unary-operator</li>
<li><a href="https://github.com/immutables/immutables/commit/2feeedea4448d8eab3a57bdaad9b4a69b5c75b2a"><code>2feeede</code></a> builder cosmetics</li>
<li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.9.2...2.9.3">compare view</a></li>
</ul>
</details>
<br />


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` 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>

11617: deps(go): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /clients/go r=github-actions[bot] a=dependabot[bot]

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stretchr/testify/commit/b747d7c5f853d017ddbc5e623d026d7fc2770a58"><code>b747d7c</code></a> Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1283">#1283</a>)</li>
<li>See full diff in <a href="https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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` 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>

11623: deps(maven): bump feel-engine from 1.15.2 to 1.15.3 r=github-actions[bot] a=dependabot[bot]

Bumps [feel-engine](https://github.com/camunda/feel-scala) from 1.15.2 to 1.15.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/camunda/feel-scala/releases">feel-engine's releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Backport bug fixes  by <a href="https://github.com/saig0"><code>`@​saig0</code></a>` in <a href="https://github-redirect.dependabot.com/camunda/feel-scala/pull/544">camunda/feel-scala#544</a></li>
<li>[Backport 1.15] test: verify unary-tests with list variable by <a href="https://github.com/github-actions"><code>`@​github-actions</code></a>` in <a href="https://github-redirect.dependabot.com/camunda/feel-scala/pull/552">camunda/feel-scala#552</a></li>
<li>[Backport 1.15] chore(deps): bump scala-library from 2.13.8 to 2.13.9 by <a href="https://github.com/github-actions"><code>`@​github-actions</code></a>` in <a href="https://github-redirect.dependabot.com/camunda/feel-scala/pull/567">camunda/feel-scala#567</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/camunda/feel-scala/compare/1.15.2...1.15.3">https://github.com/camunda/feel-scala/compare/1.15.2...1.15.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/camunda/feel-scala/commit/6d3ba75c88e541e74686e69eb082bc3e6258fadb"><code>6d3ba75</code></a> [maven-release-plugin] prepare release 1.15.3</li>
<li><a href="https://github.com/camunda/feel-scala/commit/0e2ef0caad09c131fa1ea9e606a0de36ee8821e7"><code>0e2ef0c</code></a> chore(deps): bump scala-library from 2.13.8 to 2.13.9</li>
<li><a href="https://github.com/camunda/feel-scala/commit/3cf6b11aaadcb92d52649c2b890ea6e70fa86b15"><code>3cf6b11</code></a> test: verify unary-tests with list variable (<a href="https://github-redirect.dependabot.com/camunda/feel-scala/issues/552">#552</a>)</li>
<li><a href="https://github.com/camunda/feel-scala/commit/7a1deddd1816b1e201a605f3f11cede31f7f1e95"><code>7a1dedd</code></a> Backport bug fixes  (<a href="https://github-redirect.dependabot.com/camunda/feel-scala/issues/544">#544</a>)</li>
<li><a href="https://github.com/camunda/feel-scala/commit/a892768125a280ec1816643b20254ca8ad8b89bf"><code>a892768</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/camunda/feel-scala/compare/1.15.2...1.15.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.camunda.feel:feel-engine&package-manager=maven&previous-version=1.15.2&new-version=1.15.3)](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` 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>

11625: deps(maven): bump maven-shade-plugin from 3.4.0 to 3.4.1 r=oleschoenburg a=dependabot[bot]

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/fbbec08252e8a5a999feaa8652340b1dbfb599f1"><code>fbbec08</code></a> [maven-release-plugin] prepare release maven-shade-plugin-3.4.1</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/7078d9268b9c37af0ba538360f9c6ca778a8ee08"><code>7078d92</code></a> [MSHADE-413] Fix endless loop caused by manipulating shared objects (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/124">#124</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/0945bcbcefd1144029f86da51a09bd8a805bd158"><code>0945bcb</code></a> [MSHADE-417] Fix null bytes appended to small files (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/160">#160</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/41bd72f0fd0195713f4a4b73af1184ec8a6cc0a3"><code>41bd72f</code></a> [MSHADE-366] &quot;Access denied&quot; during 'minimizeJar' (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/161">#161</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/e342059b991057814a60eb646c312b631ac64167"><code>e342059</code></a> [MSHADE-432] Duplicate services entries can be generated (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/159">#159</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/7603e5778236455c03385e6efa9cf123e82be722"><code>7603e57</code></a> Bump asmVersion from 9.3 to 9.4 (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/156">#156</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/5e955d86b520bdf060d6134eec996685179815dd"><code>5e955d8</code></a> Bump maven-dependency-tree from 3.0.1 to 3.2.0 (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/148">#148</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/5f45ecf5854d335bcf6d3aec14775df76200527e"><code>5f45ecf</code></a> [MSHADE-431] Use a caching output stream (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/158">#158</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/31d350657c205d17aa1e9d9347760f7a329d5cac"><code>31d3506</code></a> Bump plexus-utils from 3.3.0 to 3.4.2 (<a href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/139">#139</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/b039731a87c0b1de82450a8cb0f6b8e72f47cfe9"><code>b039731</code></a> [MSHADE-430] Remove usage of deprecated ModelBase#getReports()</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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` 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>

Co-authored-by: Christopher Zell <zelldon91@googlemail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ghost pushed a commit that referenced this issue Feb 14, 2023
11631: fix: disable batch processing by default on 8.1 r=oleschoenburg a=oleschoenburg

Updates config templates and default config to disable batch processing by default

relates to #11539 

11649: deps(maven): bump netty-bom from 4.1.88.Final to 4.1.89.Final r=oleschoenburg a=dependabot[bot]

Bumps [netty-bom](https://github.com/netty/netty) from 4.1.88.Final to 4.1.89.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/netty/netty/commit/263a745b93513b8f761daa007897af9ce57161ba"><code>263a745</code></a> [maven-release-plugin] prepare release netty-4.1.89.Final</li>
<li><a href="https://github.com/netty/netty/commit/ed425fe281f7f20a9d946d9f8213be0a64f3a778"><code>ed425fe</code></a> Don't fail on HttpObjectDecoder's maxHeaderSize greater then (Integer.MAX_VAL...</li>
<li><a href="https://github.com/netty/netty/commit/a803e107614bc8aa0886b9b7ae742463c6a156c1"><code>a803e10</code></a> Revert &quot;Revert &quot;Speed-up HTTP 1.1 header and line parsing (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12321">#12321</a>)&quot;&quot;</li>
<li><a href="https://github.com/netty/netty/commit/9993e07356ea39edf14008789d3377d2bb62ea92"><code>9993e07</code></a> Revert &quot;Speed-up HTTP 1.1 header and line parsing (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12321">#12321</a>)&quot;</li>
<li><a href="https://github.com/netty/netty/commit/4475b5c5719e7e7f36f2f01e25c139bcb2b048d4"><code>4475b5c</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/netty/netty/compare/netty-4.1.88.Final...netty-4.1.89.Final">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.88.Final&new-version=4.1.89.Final)](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` 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>

Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
Co-authored-by: Christopher Zell <zelldon91@googlemail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@deepthidevaki deepthidevaki added the version:8.1.8 Marks an issue as being completely or in parts released in 8.1.8 label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/stream-platform kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.1.8 Marks an issue as being completely or in parts released in 8.1.8
Projects
None yet
Development

No branches or pull requests

3 participants