Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pkgs/temporalio/temporal/pkg.yaml
Original file line number Diff line number Diff line change
@@ -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
43 changes: 32 additions & 11 deletions pkgs/temporalio/temporal/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
43 changes: 32 additions & 11 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading