Skip to content
Merged
Changes from all 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
6 changes: 6 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,11 @@ description = "The API traffic analyzer for Kubernetes providing real-time K8s p
backends = ["aqua:pulumi/kubespy", "asdf:jfreeland/asdf-kubespy"]
description = "Tools for observing Kubernetes resources in real time, powered by Pulumi"

[tools.kubeswitch]
backends = ["aqua:danielfoehrKn/kubeswitch", "github:danielfoehrKn/kubeswitch"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Binary Name Mismatch Breaks Backend Tests

The github:danielfoehrKn/kubeswitch backend is missing the exe=switcher parameter to specify the correct binary name. The test expects switcher command, but github backend will produce kubeswitch binary by default, causing the test to fail.

Fix in Cursor Fix in Web

description = "The kubectx for operators"
test = ["switcher --version", "switcher version v{{version}}"]

[tools.kubeval]
backends = ["aqua:instrumenta/kubeval", "asdf:stefansedich/asdf-kubeval"]
description = "Validate your Kubernetes configuration files, supports multiple Kubernetes versions"
Expand Down Expand Up @@ -3970,6 +3975,7 @@ backends = [
"asdf:simhem/asdf-ruff",
]
description = "An extremely fast Python linter and code formatter, written in Rust"
test = ["ruff --version", "ruff {{version}}"]

[tools.rust]
backends = ["core:rust", "asdf:code-lever/asdf-rust"]
Expand Down
Loading