Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
### 🐛 Bug Fixes

- **(aqua)** respect order of asset_strs by @risu729 in [#6143](https://github.com/jdx/mise/pull/6143)
- **(java)** treat freebsd as linux (assuming linux compatability) by @roele in [#6161](https://github.com/jdx/mise/pull/6161)
- **(java)** treat freebsd as linux (assuming linux compatibility) by @roele in [#6161](https://github.com/jdx/mise/pull/6161)
- **(nushell/windows)** Fix $env.PATH getting converted to a string by @zackyancey in [#6157](https://github.com/jdx/mise/pull/6157)
- **(sync)** create uv_versions_path dir if it doesn't exist by @risu729 in [#6142](https://github.com/jdx/mise/pull/6142)
- **(ubi)** show relevent error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183)
- **(ubi)** show relevant error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183)
- remove nodejs/golang alias migrate code by @risu729 in [#6141](https://github.com/jdx/mise/pull/6141)
- mise activate not working on powershell v5 by @L0RD-ZER0 in [#6168](https://github.com/jdx/mise/pull/6168)

Expand Down Expand Up @@ -2122,7 +2122,7 @@

### 🐛 Bug Fixes

- **(ubi)** API URL for GitHub should not have /repos segement by @roele in [#4848](https://github.com/jdx/mise/pull/4848)
- **(ubi)** API URL for GitHub should not have /repos segment by @roele in [#4848](https://github.com/jdx/mise/pull/4848)
- **(ubi)** URL syntax fails by @roele in [#4859](https://github.com/jdx/mise/pull/4859)
- allow to install non-numeric elixir versions by @roele in [#4850](https://github.com/jdx/mise/pull/4850)
- removed possible single-point-of-failure while running `mise upgrade` by @hitblast in [#4847](https://github.com/jdx/mise/pull/4847)
Expand Down Expand Up @@ -2771,7 +2771,7 @@
### Chore

- make self_update optional by @jdx in [#4230](https://github.com/jdx/mise/pull/4230)
- added some defaul reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232)
- added some default reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232)

### New Contributors

Expand Down Expand Up @@ -3701,9 +3701,9 @@
### 🚀 Features

- add the users PATH to `mise doctor` by @syhol in [#3474](https://github.com/jdx/mise/pull/3474)
- feat : Add superfile with aqua backend to registery by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479)
- feat : Add superfile with aqua backend to registry by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479)
- added `task_auto_install` setting by @jdx in [#3481](https://github.com/jdx/mise/pull/3481)
- Add yazi with aqua backend to registery by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485)
- Add yazi with aqua backend to registry by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485)
- Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in [#3486](https://github.com/jdx/mise/pull/3486)
- add settings for python venv creation by @jdx in [#3489](https://github.com/jdx/mise/pull/3489)
- added MISE_ARCH setting by @jdx in [#3490](https://github.com/jdx/mise/pull/3490)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages:
repo_name: maltmill
asset: maltmill_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
description: create and update Homebrew thrid party Formulae
description: create and update Homebrew third party Formulae
overrides:
- goos: linux
format: tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- type: github_release
repo_owner: cnosuke
repo_name: kushi
description: Auto SSH port-fowarding agent which gets forwarding configs from URL
description: Auto SSH port-forwarding agent which gets forwarding configs from URL
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.6.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- type: github_release
repo_owner: goark
repo_name: depm
description: Visualize depndency packages and modules
description: Visualize dependency packages and modules
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.3.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- type: github_release
repo_owner: ipld
repo_name: go-car
description: A content addressible archive utility
description: A content addressable archive utility
asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- type: github_release
repo_owner: kudobuilder
repo_name: kuttl
description: KUbernetes Test TooL (kuttl)
description: Kubernetes Test TooL (kuttl)
supported_envs:
- darwin
- linux
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/ubi.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ authenticate with the API.
### `ubi` resolver can't find os/arch

Sometimes vendors use strange formats for their releases that ubi can't figure out, possibly for a
specific os/arch combination. For example this recently happend in [this ticket](https://github.com/houseabsolute/ubi/issues/79) because a vendor used
specific os/arch combination. For example this recently happened in [this ticket](https://github.com/houseabsolute/ubi/issues/79) because a vendor used
"mac" instead of the more common "macos" or "darwin" tags.

Try using ubi by itself to see if the issue is related to mise or ubi:
Expand Down
6 changes: 3 additions & 3 deletions e2e/generate/test_generate_bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ assert "./bin/xxx" "running xxx"
assert "mise generate bootstrap -l -w"

# ensure that that the commands don't rely on the global mise bin
orginal_mise="$(which mise)"
mv "$orginal_mise" "orginal_mise"
original_mise="$(which mise)"
mv "$original_mise" "original_mise"

assert_contains "./bin/mise tasks ls" "xxx"

Expand All @@ -27,4 +27,4 @@ run = ["{{mise_bin}} run other_task"]

assert_contains "./bin/mise run my_task" "running other_task"

mv "orginal_mise" "$orginal_mise"
mv "original_mise" "$original_mise"
2 changes: 1 addition & 1 deletion e2e/tasks/test_task_run_output
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MISE_TASK_OUTPUT=prefix assert "mise run all" "[a] running a
[c] running c
[all] running all
[z] running z"
# defaults to interleave if linear depedency graph
# defaults to interleave if linear dependency graph
assert "mise run all" "running a
running b
running c
Expand Down
4 changes: 2 additions & 2 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ kubectl-kots.backends = [
]
kubectl-kots.test = ["kots version", "Replicated KOTS {{version}}"]
kubectl-kuttl.aliases = ["kuttl"]
kubectl-kuttl.description = "KUbernetes Test TooL (kuttl)"
kubectl-kuttl.description = "Kubernetes Test TooL (kuttl)"
kubectl-kuttl.backends = [
"aqua:kudobuilder/kuttl",
"asdf:jimmidyson/asdf-kuttl"
Expand Down Expand Up @@ -2457,7 +2457,7 @@ periphery.backends = [
]
perl.description = "self-contained, portable perl binaries"
perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"]
php.description = "popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the worl"
php.description = "popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world"
php.backends = ["asdf:mise-plugins/asdf-php", "vfox:mise-plugins/vfox-php"]
pinact.description = "pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations"
pinact.backends = ["aqua:suzuki-shunsuke/pinact", "ubi:suzuki-shunsuke/pinact"]
Expand Down
2 changes: 1 addition & 1 deletion src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl SelfUpdate {
.and_then(|p| p.parent().map(|p| p.to_path_buf()))
.and_then(|p| p.parent().map(|p| p.to_path_buf()))
.map(|p| {
p.join("lib").join(".disable-self-update").exists() // kept for compability, see #4476
p.join("lib").join(".disable-self-update").exists() // kept for compatibility, see #4476
|| p.join("lib")
.join("mise")
.join(".disable-self-update")
Expand Down
Loading