Commit b7bc4c5
authored
Bump go.temporal.io/server from 1.30.1 to 1.30.3 in /extensibility (#139)
Bumps [go.temporal.io/server](https://github.com/temporalio/temporal)
from 1.30.1 to 1.30.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/temporalio/temporal/releases">go.temporal.io/server's
releases</a>.</em></p>
<blockquote>
<h2>v1.30.3</h2>
<h2>What's Changed</h2>
<h3><strong>Security</strong></h3>
<ul>
<li>Check namespaces in batch workflow (<a
href="https://www.cve.org/cverecord?id=CVE-2026-5199">CVE-2026-5199</a>,
LOW)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/temporalio/temporal/compare/v1.30.2...v1.30.3">https://github.com/temporalio/temporal/compare/v1.30.2...v1.30.3</a></p>
<h3><strong>Helpful links to get you started with Temporal</strong></h3>
<p><a href="https://docs.temporal.io/">Temporal Docs</a>
<a href="https://github.com/temporalio/temporal">Server</a>
<a href="https://github.com/temporalio/helm-charts">Helm Chart</a></p>
<h3><strong>Docker images for this release (use the tag
<code>1.30.3</code>)</strong></h3>
<p><a href="https://hub.docker.com/r/temporalio/server">Server</a>
<a
href="https://hub.docker.com/r/temporalio/admin-tools">Admin-Tools</a></p>
<h2>v1.30.2</h2>
<h2>What's Changed</h2>
<h3><strong>Worker Versioning</strong></h3>
<ul>
<li><strong>Upgrade-on-Continue-as-New (Public Preview) -</strong> New
feature enables Pinned workflows to find out when a new worker version
is available for them to upgrade to. Use this to Pin long-running
workflows and let them upgrade-on-continue-as-new to the <a
href="https://docs.temporal.io/worker-versioning#versioning-definitions">Target
Worker Deployment Version</a> (<a
href="https://redirect.github.com/temporalio/temporal/issues/9239">#9239</a>)</li>
<li>System protection caches to reduce excessive
<code>GetTaskQueueUserData</code> lookups (<a
href="https://redirect.github.com/temporalio/temporal/issues/9168">#9168</a>,
<a
href="https://redirect.github.com/temporalio/temporal/issues/9262">#9262</a>)</li>
<li>Track version drainage properly with <code>VersioningOverride</code>
for automated worker controllers (<a
href="https://redirect.github.com/temporalio/temporal/issues/9147">#9147</a>)</li>
<li>Fix <code>approximate_backlog_count</code> metric for Current and
Ramping version tasks (<a
href="https://redirect.github.com/temporalio/temporal/issues/9300">#9300</a>,
<a
href="https://redirect.github.com/temporalio/temporal/issues/9316">#9316</a>,
<a
href="https://redirect.github.com/temporalio/temporal/issues/8957">#8957</a>)</li>
<li>Fix task rescheduling edge case during AutoUpgrade Transition (<a
href="https://redirect.github.com/temporalio/temporal/issues/9250">#9250</a>)</li>
</ul>
<h3><strong>Bug Fixes</strong></h3>
<ul>
<li>Fix bug in retrieving archived workflows from Google Cloud Store (<a
href="https://redirect.github.com/temporalio/temporal/issues/9329">#9329</a>)</li>
<li>Fix race in <code>fairTaskReader</code> (<a
href="https://redirect.github.com/temporalio/temporal/issues/9467">#9467</a>)</li>
<li>Bump Temporal CLI version to 1.6.1 in Docker image build (<a
href="https://redirect.github.com/temporalio/temporal/issues/9433">#9433</a>)</li>
</ul>
<h3><strong>Security</strong></h3>
<ul>
<li>Bump <code>google.golang.org/grpc</code> v1.72.2 → v1.79.3
(CVE-2026-33186, CRITICAL)</li>
<li>Bump <code>go.opentelemetry.io/otel/sdk</code> v1.34.0 → v1.40.0
(CVE-2026-24051, HIGH)</li>
<li>Bump Go 1.25.7 → 1.25.8 (CVE-2026-25679, HIGH)</li>
<li>Bump Alpine <code>zlib</code> 1.3.1-r2 → 1.3.2-r0 (CVE-2026-22184,
HIGH)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/temporalio/temporal/compare/v1.30.1...v1.30.2">https://github.com/temporalio/temporal/compare/v1.30.1...v1.30.2</a></p>
<h3><strong>Helpful links to get you started with Temporal</strong></h3>
<p><a href="https://docs.temporal.io/">Temporal Docs</a> <a
href="https://github.com/temporalio/temporal">Server</a> <a
href="https://github.com/temporalio/docker-compose">Docker Compose</a>
<a href="https://github.com/temporalio/helm-charts">Helm Chart</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/temporalio/temporal/commit/3b3e5010afc9063a71e8279381f98fad61da9e74"><code>3b3e501</code></a>
bump ServerVersion</li>
<li><a
href="https://github.com/temporalio/temporal/commit/5a6ff9007b1e46252154e0894b5d21ab7eea8313"><code>5a6ff90</code></a>
Check namespaces in batch workflow</li>
<li><a
href="https://github.com/temporalio/temporal/commit/df877a85b229bd0c6d77e72f1416dd2fbe1aa6e3"><code>df877a8</code></a>
Bump dependencies to address security CVEs for v1.30.2 (<a
href="https://redirect.github.com/temporalio/temporal/issues/9610">#9610</a>)</li>
<li><a
href="https://github.com/temporalio/temporal/commit/8086c0a04f9105ae71a8adee153625ea1bf6dae1"><code>8086c0a</code></a>
Bump ServerVersion to 1.30.2 (<a
href="https://redirect.github.com/temporalio/temporal/issues/9579">#9579</a>)</li>
<li><a
href="https://github.com/temporalio/temporal/commit/ec8693f6d5e070beb577fb9609b335a9c8b646ab"><code>ec8693f</code></a>
Cherry-pick remaining fixes for OSS v1.30.2 (<a
href="https://redirect.github.com/temporalio/temporal/issues/9578">#9578</a>)</li>
<li><a
href="https://github.com/temporalio/temporal/commit/7eb0080e960b1d58bf9f66e16a8294e6a7ad740b"><code>7eb0080</code></a>
Versioning cherry-pick for OSS v1.30.2 (<a
href="https://redirect.github.com/temporalio/temporal/issues/9543">#9543</a>)</li>
<li><a
href="https://github.com/temporalio/temporal/commit/de470449822dc15d8b7487505f76b0f8df2858d4"><code>de47044</code></a>
fix: resolve docker image tags from git and auto-detect CLI version
(backport...</li>
<li>See full diff in <a
href="https://github.com/temporalio/temporal/compare/v1.30.1...v1.30.3">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3c63b70 commit b7bc4c5
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
| 337 | + | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
| 341 | + | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments