Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ test = ["bosh --version", "version {{version}}"]
[tools.bosh-backup-and-restore]
aliases = ["bbr"]
backends = [
"github:cloudfoundry-incubator/bosh-backup-and-restore[bin=bosh-backup-and-restore,asset_pattern=bbr-*-{darwin_os}-{amd64_arch}]",
"ubi:cloudfoundry-incubator/bosh-backup-and-restore[matching=bbr-1]",
"asdf:mise-plugins/tanzu-plug-in-for-asdf",
]
Expand Down Expand Up @@ -908,11 +909,12 @@ test = ["cloudflared -v", "cloudflared version {{version}}"]

[tools.clusterawsadm]
backends = [
"github:kubernetes-sigs/cluster-api-provider-aws[bin=clusterawsadm,asset_pattern=clusterawsadm-{darwin_os}-{amd64_arch}]",
"ubi:kubernetes-sigs/cluster-api-provider-aws",
"asdf:kahun/asdf-clusterawsadm",
]
description = "clusterawsadm provides helpers for bootstrapping Kubernetes Cluster API Provider AWS"
test = ["cluster-api-provider-aws version", "clusterawsadm version:"]
test = ["clusterawsadm version", "clusterawsadm version:"]

[tools.clusterctl]
backends = [
Expand Down Expand Up @@ -2229,6 +2231,7 @@ description = "CLI tool for linting and testing Helm charts"

[tools.helm-diff]
backends = [
"github:databus23/helm-diff[bin_path=diff/bin,rename_exe=helm-diff]",
"ubi:databus23/helm-diff[exe=diff,rename_exe=helm-diff]",
"asdf:mise-plugins/mise-helm-diff",
]
Expand Down Expand Up @@ -2587,11 +2590,12 @@ test = ["k3d --version", "k3d version v{{version}}"]

[tools.k3kcli]
backends = [
"github:rancher/k3k[bin=k3kcli,version_prefix=v,asset_pattern=k3kcli-{darwin_os}-{amd64_arch}]",
'ubi:rancher/k3k[tag_regex=v\\d,matching=k3kcli]',
"asdf:xanmanning/asdf-k3kcli",
]
description = "K3k, Kubernetes in Kubernetes, is a tool that empowers you to create and manage isolated K3s clusters within your existing Kubernetes environment"
test = ["k3k --version", "k3kcli version v{{version}}"]
test = ["k3kcli --version", "k3kcli version v{{version}}"]

[tools.k3s]
backends = ["aqua:k3s-io/k3s", "asdf:mise-plugins/mise-k3s"]
Expand Down Expand Up @@ -3167,9 +3171,10 @@ test = ["mdbook --version", "mdbook v{{version}}"]

[tools.mdbook-linkcheck]
backends = [
"github:Michael-F-Bryan/mdbook-linkcheck[bin=mdbook-linkcheck]",
"ubi:Michael-F-Bryan/mdbook-linkcheck",
"asdf:mise-plugins/mise-mdbook-linkcheck",
"cargo:mdbook-linkcheck",
"asdf:mise-plugins/mise-mdbook-linkcheck",
]
description = "A backend for `mdbook` which will check your links for you"
test = ["mdbook-linkcheck --version", "mdbook-linkcheck {{version}}"]
Expand Down Expand Up @@ -3551,6 +3556,7 @@ description = "SDK for building Kubernetes applications. Provides high level API

[tools.opsgenie-lamp]
backends = [
"github:opsgenie/opsgenie-lamp[bin=opsgenie-lamp]",
"ubi:opsgenie/opsgenie-lamp",
"asdf:mise-plugins/mise-opsgenie-lamp",
]
Expand Down
Loading
Loading