Skip to content

Commit

Permalink
fix(kastenhq/external-tools/k10tools): regenerate config (#16750)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 27, 2023
1 parent 2b01280 commit d091f0e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 15 deletions.
10 changes: 9 additions & 1 deletion pkgs/kastenhq/external-tools/k10tools/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
packages:
- name: kastenhq/external-tools/k10tools@6.0.2
- name: kastenhq/external-tools/k10tools@6.0.11
- name: kastenhq/external-tools/k10tools
version: 6.0.3
- name: kastenhq/external-tools/k10tools
version: 4.5.0
- name: kastenhq/external-tools/k10tools
version: 4.0.3
- name: kastenhq/external-tools/k10tools
version: 3.0.7
32 changes: 25 additions & 7 deletions pkgs/kastenhq/external-tools/k10tools/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,34 @@ packages:
type: github_release
repo_owner: kastenhq
repo_name: external-tools
description: The k10tools binary has commands that can help with validating if a cluster is setup correctly before installing K10 and for debugging K10's micro services
asset: k10tools_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz
supported_envs:
- darwin
- linux
replacements:
darwin: macOS
description: Used to distribute external tools
asset: k10tools_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: k10tools
replacements:
darwin: macOS
supported_envs:
- linux
- darwin
rosetta2: true
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 6.0.3")
version_overrides:
- version_constraint: semver(">= 4.5.0")
rosetta2: false
- version_constraint: semver(">= 4.0.3")
asset: k10tools_{{.Version}}_{{.OS}}_{{.Arch}}
format: raw
rosetta2: false
- version_constraint: semver(">= 3.0.7")
asset: k10tools_{{.Version}}_{{.OS}}_{{.Arch}}
format: raw
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("< 3.0.7")
no_asset: true
32 changes: 25 additions & 7 deletions registry.yaml

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

0 comments on commit d091f0e

Please sign in to comment.