Skip to content

Commit b7bc4c5

Browse files
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

File tree

extensibility/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/temporalio/service-samples
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
6-
go.temporal.io/api v1.60.2
7-
go.temporal.io/server v1.30.1
6+
go.temporal.io/api v1.62.2
7+
go.temporal.io/server v1.30.3
88
google.golang.org/grpc v1.79.3
99
google.golang.org/protobuf v1.36.10
1010
)

extensibility/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,12 @@ go.opentelemetry.io/otel/trace v1.43.0 h1:BkNrHpup+4k4w+ZZ86CZoHHEkohws8AY+WTX09
334334
go.opentelemetry.io/otel/trace v1.43.0/go.mod h1:/QJhyVBUUswCphDVxq+8mld+AvhXZLhe+8WVFxiFff0=
335335
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
336336
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
337-
go.temporal.io/api v1.60.2 h1:xqUqdPeOu8/HNWVPu51P6tVoBJ5kRh8nBI62xXi+IWg=
338-
go.temporal.io/api v1.60.2/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM=
337+
go.temporal.io/api v1.62.2 h1:jFhIzlqNyJsJZTiCRQmTIMv6OTQ5BZ57z8gbgLGMaoo=
338+
go.temporal.io/api v1.62.2/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM=
339339
go.temporal.io/sdk v1.38.0 h1:4Bok5LEdED7YKpsSjIa3dDqram5VOq+ydBf4pyx0Wo4=
340340
go.temporal.io/sdk v1.38.0/go.mod h1:a+R2Ej28ObvHoILbHaxMyind7M6D+W0L7edt5UJF4SE=
341-
go.temporal.io/server v1.30.1 h1:e5CPziijuOUxTfdudCSdwU8+r4+SHSOK3RZOag5W9JE=
342-
go.temporal.io/server v1.30.1/go.mod h1:LB5uJX9+pco/dQzsnsLqcnoKVjDAXU0+aTK05WFYliM=
341+
go.temporal.io/server v1.30.3 h1:gJbR/8J2gD4KIRRbGw08lxV9DwE6dEtvY3dnxx77sLw=
342+
go.temporal.io/server v1.30.3/go.mod h1:TStZHvPogzRwFOpjFGcKuuIcuK5IctkyCSmYKkaiGlc=
343343
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
344344
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
345345
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=

0 commit comments

Comments
 (0)