Skip to content

Commit

Permalink
fix: rename kubelogin to azure-kubelogin and add replace it with more…
Browse files Browse the repository at this point in the history
… popular kubelogin cli (#3534)

Fixes #3493
  • Loading branch information
jdx authored Dec 14, 2024
1 parent ca453f4 commit 9cf3c1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| awsweeper | [ubi:jckuester/awsweeper](https://github.com/jckuester/awsweeper) [asdf:chessmango/asdf-awsweeper](https://github.com/chessmango/asdf-awsweeper) |
| azure | [asdf:EcoMind/asdf-azure-cli](https://github.com/EcoMind/asdf-azure-cli) |
| azure-functions-core-tools | [asdf:daveneeley/asdf-azure-functions-core-tools](https://github.com/daveneeley/asdf-azure-functions-core-tools) |
| azure-kubelogin | [aqua:Azure/kubelogin](https://github.com/Azure/kubelogin) [asdf:sechmann/asdf-kubelogin](https://github.com/sechmann/asdf-kubelogin) |
| babashka | [ubi:babashka/babashka](https://github.com/babashka/babashka) [asdf:pitch-io/asdf-babashka](https://github.com/pitch-io/asdf-babashka) |
| balena | [ubi:balena-io/balena-cli](https://github.com/balena-io/balena-cli) [asdf:boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli) |
| bashbot | [aqua:mathew-fleisch/bashbot](https://github.com/mathew-fleisch/bashbot) [asdf:mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) |
Expand Down Expand Up @@ -432,7 +433,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| kubectx | [aqua:ahmetb/kubectx](https://github.com/ahmetb/kubectx) [asdf:https://gitlab.com/wt0f/asdf-kubectx](https://gitlab.com/wt0f/asdf-kubectx) |
| kubefedctl | [asdf:kvokka/asdf-kubefedctl](https://github.com/kvokka/asdf-kubefedctl) |
| kubefirst | [asdf:Claywd/asdf-kubefirst](https://github.com/Claywd/asdf-kubefirst) |
| kubelogin | [aqua:Azure/kubelogin](https://github.com/Azure/kubelogin) [asdf:sechmann/asdf-kubelogin](https://github.com/sechmann/asdf-kubelogin) |
| kubelogin | [aqua:int128/kubelogin](https://github.com/int128/kubelogin) |
| kubemqctl | [aqua:kubemq-io/kubemqctl](https://github.com/kubemq-io/kubemqctl) [asdf:johnlayton/asdf-kubemqctl](https://github.com/johnlayton/asdf-kubemqctl) |
| kubent | [asdf:virtualstaticvoid/asdf-kubent](https://github.com/virtualstaticvoid/asdf-kubent) |
| kubergrunt | [aqua:gruntwork-io/kubergrunt](https://github.com/gruntwork-io/kubergrunt) [asdf:NeoHsu/asdf-kubergrunt](https://github.com/NeoHsu/asdf-kubergrunt) |
Expand Down
2 changes: 1 addition & 1 deletion e2e/tasks/test_task_run_sources
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ run = "echo hi"
EOF

touch older
sleep 0.001
sleep 0.1
touch newer
mkdir subdir && cd subdir || exit 1
assert_empty "mise -q hi"
Expand Down
3 changes: 2 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ awsweeper.test = ["awsweeper --version", "version: {{version}}"]
azure.aliases = ["azure-cli"]
azure.backends = ["asdf:EcoMind/asdf-azure-cli"]
azure-functions-core-tools.backends = ["asdf:daveneeley/asdf-azure-functions-core-tools"]
azure-kubelogin.backends = ["aqua:Azure/kubelogin", "asdf:sechmann/asdf-kubelogin"]
babashka.backends = ["ubi:babashka/babashka[exe=bb]", "asdf:pitch-io/asdf-babashka"]
babashka.test = ["bb --version", "babashka v{{version}}"]
balena.aliases = ["balena-cli"]
Expand Down Expand Up @@ -576,7 +577,7 @@ kubectl-kuttl.test = ["kubectl-kuttl --version", "kubectl-kuttl version {{versio
kubectx.backends = ["aqua:ahmetb/kubectx", "asdf:https://gitlab.com/wt0f/asdf-kubectx"]
kubefedctl.backends = ["asdf:kvokka/asdf-kubefedctl"]
kubefirst.backends = ["asdf:Claywd/asdf-kubefirst"]
kubelogin.backends = ["aqua:Azure/kubelogin", "asdf:sechmann/asdf-kubelogin"]
kubelogin.backends = ["aqua:int128/kubelogin"]
kubemqctl.backends = ["aqua:kubemq-io/kubemqctl", "asdf:johnlayton/asdf-kubemqctl"]
kubent.backends = ["asdf:virtualstaticvoid/asdf-kubent"]
kubergrunt.backends = ["aqua:gruntwork-io/kubergrunt", "asdf:NeoHsu/asdf-kubergrunt"]
Expand Down

0 comments on commit 9cf3c1c

Please sign in to comment.