Skip to content

Commit

Permalink
fix(mashiike/prepalert): follow up changes of prepalert v1.0.2 (#21834)
Browse files Browse the repository at this point in the history
A checksum file was renamed.

mashiike/prepalert@493b8ae
  • Loading branch information
suzuki-shunsuke committed Apr 12, 2024
1 parent 2d650f4 commit 89091ed
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 13 deletions.
6 changes: 5 additions & 1 deletion pkgs/mashiike/prepalert/pkg.yaml
@@ -1,2 +1,6 @@
packages:
- name: mashiike/prepalert@v1.0.1
- name: mashiike/prepalert@v1.0.2
- name: mashiike/prepalert
version: v1.0.1
- name: mashiike/prepalert
version: v0.2.0
31 changes: 25 additions & 6 deletions pkgs/mashiike/prepalert/registry.yaml
Expand Up @@ -3,9 +3,28 @@ packages:
repo_owner: mashiike
repo_name: prepalert
description: Toil reduction tool to prepare before responding to Mackerel alerts
asset: prepalert_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.2.0")
asset: prepalert_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.2.1"
no_asset: true
- version_constraint: semver("<= 1.0.1")
asset: prepalert_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: prepalert_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: prepalert_{{trimV .Version}}_checksums.txt
algorithm: sha256
31 changes: 25 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 89091ed

Please sign in to comment.