Commit 8e0c42f
authored
chore(deps): bump go.temporal.io/api from 1.54.0 to 1.55.0 in /server in the temporal group across 1 directory (#608)
Bumps the temporal group with 1 update in the /server directory:
[go.temporal.io/api](https://github.com/temporalio/api-go).
Updates `go.temporal.io/api` from 1.54.0 to 1.55.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/temporalio/api-go/releases">go.temporal.io/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.55.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/temporalio/api-go/compare/v1.54.0...v1.55.0">https://github.com/temporalio/api-go/compare/v1.54.0...v1.55.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/temporalio/api-go/commit/cf9c3e8c6ed74d6815b60911f08802bbc788c08f"><code>cf9c3e8</code></a>
Add endpoint to nexus.Request (<a
href="https://redirect.github.com/temporalio/api-go/issues/646">#646</a>)</li>
<li><a
href="https://github.com/temporalio/api-go/commit/f43f4bbf09f004c2df96c358c802b3a410a9a05d"><code>f43f4bb</code></a>
Remove worker heartbeat buf exception, add process to README (<a
href="https://redirect.github.com/temporalio/api-go/issues/636">#636</a>)</li>
<li><a
href="https://github.com/temporalio/api-go/commit/64518cfb57248ae1ea5aac0ece2c3861244d4c49"><code>64518cf</code></a>
Worker heartbeat: Remove heartbeat from non-nexus polling (<a
href="https://redirect.github.com/temporalio/api-go/issues/633">#633</a>)</li>
<li><a
href="https://github.com/temporalio/api-go/commit/7f7a3d61ce337d48a98538a97b469c9f2128c57e"><code>7f7a3d6</code></a>
Worker Heartbeat: Use Worker Grouping instead of Runtime for Key in
nexus TQ ...</li>
<li><a
href="https://github.com/temporalio/api-go/commit/d7a5a2a122055a002ed730159569bc21340edec2"><code>d7a5a2a</code></a>
Allow fairness weight overrides via UpdateTaskQueueConfig API (<a
href="https://redirect.github.com/temporalio/api-go/issues/626">#626</a>)</li>
<li><a
href="https://github.com/temporalio/api-go/commit/b064d677414a3af81f2124bea7e3ed3c3fa3c6a5"><code>b064d67</code></a>
add dispatch ID parameter to create-release.yaml GH action (<a
href="https://redirect.github.com/temporalio/api-go/issues/641">#641</a>)</li>
<li>See full diff in <a
href="https://github.com/temporalio/api-go/compare/v1.54.0...v1.55.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4e75b70 commit 8e0c42f
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | | - | |
641 | | - | |
| 640 | + | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
0 commit comments