diff --git a/pkgs/temporalio/temporal/pkg.yaml b/pkgs/temporalio/temporal/pkg.yaml index cf886cb78c1..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.15.1 + 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 05a47a820ed..7deccbbcdfb 100644 --- a/pkgs/temporalio/temporal/registry.yaml +++ b/pkgs/temporalio/temporal/registry.yaml @@ -3,15 +3,36 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal service and CLI - asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} - format: tar.gz - overrides: - - goos: windows - format: zip + description: Temporal Server bundle (temporal-server + database tools) files: - - name: tctl - checksum: - type: github_release - asset: checksums.txt - algorithm: sha256 + - 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") + 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 + 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 623413bdca4..dafdcf07816 100644 --- a/registry.yaml +++ b/registry.yaml @@ -86487,18 +86487,39 @@ packages: - type: github_release repo_owner: temporalio repo_name: temporal - description: Temporal service and CLI - asset: temporal_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} - format: tar.gz - overrides: - - goos: windows - format: zip + description: Temporal Server bundle (temporal-server + database tools) files: - - name: tctl - checksum: - type: github_release - asset: checksums.txt - algorithm: sha256 + - 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") + 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 + 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