Skip to content

Comments

mise 2026.2.10#267117

Merged
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.2.10
Feb 12, 2026
Merged

mise 2026.2.10#267117
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.2.10

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release brings several quality-of-life features alongside a solid round of bug fixes.

Highlights

  • Shims as PATH fallback during activation — When not_found_auto_install is enabled (the default), mise now adds the shims directory to your PATH as a fallback. This fixes a subtle issue where subshells or child processes could miss uninstalled tools or pick up the wrong system version instead of the mise-managed one. Thanks @ctaintor for this contribution! #8106

  • tools variable in Tera templates — You can now reference {{ tools.node.version }} and {{ tools.node.path }} directly in env templates and task templates (with tools = true), eliminating the need for exec(command='node --version') workarounds. #8108Template docs

  • mise set --stdin for multiline values — Need to set an SSH key, certificate, or other multiline value as an environment variable? mise set --stdin MY_KEY now reads from stdin until EOF. #8110

Bug Fixes

  • MISE_OFFLINE now works correctly — Previously, offline mode could hang or error out instead of gracefully falling back to local data. This is now fixed, and offline/prefer_offline are proper settings configurable in mise.toml. #8109
  • Upgrade symlink cleanup — Fixed an issue where mise upgrade could leave behind invalid symlinks when uninstalling old versions, thanks @roele. #8099 #8101
  • Conda dependency resolution — Improved patchelf handling and dependency version pinning for complex conda packages on Linux. #8087
  • SLSA provenance for Docker Buildx — Tools like github:docker/buildx that ship in-toto statements without sigstore signatures no longer fail verification, thanks @gerhard. #8094
  • Vfox plugin auto-installation — Fixed a clean-setup failure where vfox-backed env modules would error with "Plugin directory not found" before the plugin was installed, thanks @pose. #8035
  • GitHub latest version prefix — The v prefix is no longer incorrectly added when resolving "latest" for GitHub release backends. #8105
  • GitLab tool options — Tool options from config are now correctly resolved for aliased GitLab tools. #8084
  • Flutter version resolution — Fixed version resolution by using version_expr. #8081
  • Tuist on Linux — Registry now includes Linux support for tuist, thanks @fortmarek. #8102

Registry

  • Added conda backends for mysql, ffmpeg, ghc, vim, and several other previously asdf-only tools. #8080 #8083
  • Added podman-tui, thanks @tony-sol. #8098

New Contributors

Welcome @ctaintor, @rileychh, @fortmarek, @pose, and @gerhard — thanks for your first contributions!

📦 Aqua Registry Updates

New Packages (2)

Updated Packages (1)

View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.2.10.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 12, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 12, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit 3306d85 Feb 12, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.2.10 branch February 12, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants