From db372d42b5f8d031529add7d3d2e1458183ac041 Mon Sep 17 00:00:00 2001 From: alex stanfield Date: Sat, 11 Apr 2026 12:18:32 -0500 Subject: [PATCH 1/3] fix(temporalio/temporal): refresh server bundle binaries --- pkgs/temporalio/temporal/pkg.yaml | 2 +- pkgs/temporalio/temporal/registry.yaml | 14 ++++++++++++-- registry.yaml | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/pkgs/temporalio/temporal/pkg.yaml b/pkgs/temporalio/temporal/pkg.yaml index cf886cb78c1..09f457c959d 100644 --- a/pkgs/temporalio/temporal/pkg.yaml +++ b/pkgs/temporalio/temporal/pkg.yaml @@ -1,3 +1,3 @@ packages: - name: temporalio/temporal - version: v1.15.1 + version: v1.30.3 diff --git a/pkgs/temporalio/temporal/registry.yaml b/pkgs/temporalio/temporal/registry.yaml index 05a47a820ed..7ef1cce1087 100644 --- a/pkgs/temporalio/temporal/registry.yaml +++ b/pkgs/temporalio/temporal/registry.yaml @@ -3,14 +3,24 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal service and CLI + description: Temporal Server bundle (temporal-server, tdbg, and database tools) asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz overrides: - goos: windows format: zip files: - - name: tctl + - name: temporal-server + - name: temporal-cassandra-tool + - name: temporal-sql-tool + version_overrides: + - version_constraint: "semver(\">= 1.30.1\")" + files: + - name: temporal-server + - name: temporal-cassandra-tool + - name: temporal-sql-tool + - name: temporal-elasticsearch-tool + - name: tdbg checksum: type: github_release asset: checksums.txt diff --git a/registry.yaml b/registry.yaml index 623413bdca4..087a7f3a078 100644 --- a/registry.yaml +++ b/registry.yaml @@ -86487,14 +86487,24 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal service and CLI + description: Temporal Server bundle (temporal-server, tdbg, and database tools) asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz overrides: - goos: windows format: zip files: - - name: tctl + - name: temporal-server + - name: temporal-cassandra-tool + - name: temporal-sql-tool + version_overrides: + - version_constraint: "semver(\">= 1.30.1\")" + files: + - name: temporal-server + - name: temporal-cassandra-tool + - name: temporal-sql-tool + - name: temporal-elasticsearch-tool + - name: tdbg checksum: type: github_release asset: checksums.txt From 92b1a1fcf88e5aa4cbc9932d412a0bef2927515b Mon Sep 17 00:00:00 2001 From: alex stanfield Date: Sat, 11 Apr 2026 12:24:26 -0500 Subject: [PATCH 2/3] docs(temporalio/temporal): clarify bundle description --- pkgs/temporalio/temporal/registry.yaml | 4 ++-- registry.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/temporalio/temporal/registry.yaml b/pkgs/temporalio/temporal/registry.yaml index 7ef1cce1087..15dd29683be 100644 --- a/pkgs/temporalio/temporal/registry.yaml +++ b/pkgs/temporalio/temporal/registry.yaml @@ -3,7 +3,7 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal Server bundle (temporal-server, tdbg, and database tools) + description: Temporal Server bundle (temporal-server + database tools) asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz overrides: @@ -14,7 +14,7 @@ packages: - name: temporal-cassandra-tool - name: temporal-sql-tool version_overrides: - - version_constraint: "semver(\">= 1.30.1\")" + - version_constraint: semver(">= 1.30.1") files: - name: temporal-server - name: temporal-cassandra-tool diff --git a/registry.yaml b/registry.yaml index 087a7f3a078..a83c3b7557e 100644 --- a/registry.yaml +++ b/registry.yaml @@ -86487,7 +86487,7 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal Server bundle (temporal-server, tdbg, and database tools) + description: Temporal Server bundle (temporal-server + database tools) asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz overrides: @@ -86498,7 +86498,7 @@ packages: - name: temporal-cassandra-tool - name: temporal-sql-tool version_overrides: - - version_constraint: "semver(\">= 1.30.1\")" + - version_constraint: semver(">= 1.30.1") files: - name: temporal-server - name: temporal-cassandra-tool From beca1c2e8e55734b029d40cc2661e17b6cefa2e3 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 14 Apr 2026 06:17:07 +0900 Subject: [PATCH 3/3] fix(temporalio/temporal): fix version constraints and test data --- pkgs/temporalio/temporal/pkg.yaml | 5 +++- pkgs/temporalio/temporal/registry.yaml | 35 +++++++++++++++++--------- registry.yaml | 35 +++++++++++++++++--------- 3 files changed, 50 insertions(+), 25 deletions(-) diff --git a/pkgs/temporalio/temporal/pkg.yaml b/pkgs/temporalio/temporal/pkg.yaml index 09f457c959d..b5d4d28dcb2 100644 --- a/pkgs/temporalio/temporal/pkg.yaml +++ b/pkgs/temporalio/temporal/pkg.yaml @@ -1,3 +1,6 @@ packages: + - name: temporalio/temporal@v1.30.4 - name: temporalio/temporal - version: v1.30.3 + version: v1.30.1 + - name: temporalio/temporal + version: v1.29.6 diff --git a/pkgs/temporalio/temporal/registry.yaml b/pkgs/temporalio/temporal/registry.yaml index 15dd29683be..7deccbbcdfb 100644 --- a/pkgs/temporalio/temporal/registry.yaml +++ b/pkgs/temporalio/temporal/registry.yaml @@ -4,24 +4,35 @@ packages: repo_owner: temporalio repo_name: temporal description: Temporal Server bundle (temporal-server + database tools) - asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} - format: tar.gz - overrides: - - goos: windows - format: zip files: - name: temporal-server - name: temporal-cassandra-tool - name: temporal-sql-tool + - name: temporal-elasticsearch-tool + - name: tdbg + version_constraint: "false" version_overrides: - - version_constraint: semver(">= 1.30.1") + - version_constraint: semver("<= 1.30.1") + asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip files: - name: temporal-server - name: temporal-cassandra-tool - name: temporal-sql-tool - - name: temporal-elasticsearch-tool - - name: tdbg - checksum: - type: github_release - asset: checksums.txt - algorithm: sha256 + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + - version_constraint: "true" + asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 diff --git a/registry.yaml b/registry.yaml index a83c3b7557e..dafdcf07816 100644 --- a/registry.yaml +++ b/registry.yaml @@ -86488,27 +86488,38 @@ packages: repo_owner: temporalio repo_name: temporal description: Temporal Server bundle (temporal-server + database tools) - asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} - format: tar.gz - overrides: - - goos: windows - format: zip files: - name: temporal-server - name: temporal-cassandra-tool - name: temporal-sql-tool + - name: temporal-elasticsearch-tool + - name: tdbg + version_constraint: "false" version_overrides: - - version_constraint: semver(">= 1.30.1") + - version_constraint: semver("<= 1.30.1") + asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip files: - name: temporal-server - name: temporal-cassandra-tool - name: temporal-sql-tool - - name: temporal-elasticsearch-tool - - name: tdbg - checksum: - type: github_release - asset: checksums.txt - algorithm: sha256 + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + - version_constraint: "true" + asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 - type: github_release repo_owner: tenable repo_name: terrascan