Skip to content

Commit

Permalink
Merge pull request #10165 from aquaproj/fix/wrench-130
Browse files Browse the repository at this point in the history
fix(cloudspannerecosystem/wrench): follow up changes of wrench
  • Loading branch information
suzuki-shunsuke committed Feb 24, 2023
2 parents 3a5dbd4 + 744216e commit cce90bd
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 13 deletions.
10 changes: 9 additions & 1 deletion pkgs/cloudspannerecosystem/wrench/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
packages:
- name: cloudspannerecosystem/wrench@v1.1.0
- name: cloudspannerecosystem/wrench@v1.3.3
- name: cloudspannerecosystem/wrench
version: v1.3.3
- name: cloudspannerecosystem/wrench
version: v1.3.0
- name: cloudspannerecosystem/wrench
version: v1.1.0
- name: cloudspannerecosystem/wrench
version: v1.0.0
38 changes: 32 additions & 6 deletions pkgs/cloudspannerecosystem/wrench/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,36 @@ packages:
- type: github_release
repo_owner: cloudspannerecosystem
repo_name: wrench
asset: wrench_{{.OS}}_{{.Arch}}
format: raw
description: wrench - Schema management tool for Cloud Spanner -
supported_envs:
- linux/amd64
- darwin
rosetta2: true
asset: wrench_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
checksum:
type: github_release
asset: wrench_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 1.3.3")
version_overrides:
- supported_envs:
- linux
- darwin
version_constraint: semver(">= 1.3.0")
- asset: wrench_{{.OS}}_{{.Arch}}
format: raw
supported_envs:
- linux
- darwin
version_constraint: semver(">= 1.1.0")
checksum:
enabled: false
- asset: wrench_{{.OS}}_{{.Arch}}
format: raw
supported_envs:
- linux/amd64
- darwin
version_constraint: semver("< 1.1.0")
rosetta2: true
checksum:
enabled: false
38 changes: 32 additions & 6 deletions registry.yaml

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

0 comments on commit cce90bd

Please sign in to comment.