Skip to content

Commit

Permalink
fix(kastenhq/external-tools/k10multicluster): regenerate config (#16751)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 27, 2023
1 parent d091f0e commit e7f9c8c
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 15 deletions.
12 changes: 11 additions & 1 deletion pkgs/kastenhq/external-tools/k10multicluster/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
packages:
- name: kastenhq/external-tools/k10multicluster@6.0.2
- name: kastenhq/external-tools/k10multicluster@6.0.11
- name: kastenhq/external-tools/k10multicluster
version: 6.0.3
- name: kastenhq/external-tools/k10multicluster
version: 4.5.0
- name: kastenhq/external-tools/k10multicluster
version: 4.0.3
- name: kastenhq/external-tools/k10multicluster
version: 3.0.7
- name: kastenhq/external-tools/k10multicluster
version: 2.5.24
30 changes: 23 additions & 7 deletions pkgs/kastenhq/external-tools/k10multicluster/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,32 @@ packages:
type: github_release
repo_owner: kastenhq
repo_name: external-tools
description: The k10multicluster tool is used to setup and maintain a multi-cluster setup within K10
asset: k10multicluster_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz
supported_envs:
- darwin
- linux
replacements:
darwin: macOS
description: Used to distribute external tools
asset: k10multicluster_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: k10multicluster
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: k10multicluster_{{.Version}}_{{.OS}}_{{.Arch}}
format: raw
rosetta2: false
- version_constraint: semver("< 4.0.3")
asset: k10multicluster_{{.Version}}_{{.OS}}_{{.Arch}}
format: raw
supported_envs:
- linux/amd64
- darwin
30 changes: 23 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 e7f9c8c

Please sign in to comment.