Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kastenhq/external-tools/k10tools): regenerate config #16750

Merged
merged 1 commit into from
Oct 27, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.