diff --git a/docs/registry.md b/docs/registry.md index e8c86ccfdd..a78071db70 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -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) | @@ -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) | diff --git a/e2e/tasks/test_task_run_sources b/e2e/tasks/test_task_run_sources index fa67e8b46e..4f69af2e84 100644 --- a/e2e/tasks/test_task_run_sources +++ b/e2e/tasks/test_task_run_sources @@ -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" diff --git a/registry.toml b/registry.toml index 9b137c325f..08d24a5fbb 100644 --- a/registry.toml +++ b/registry.toml @@ -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"] @@ -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"]