A small follow-up to v2026.5.0 that lands top-level cosign verification for the aqua backend, fixes a mise reshim failure caused by stale latest install directories, and tightens schema validation.
Added
- (backend) The aqua backend now honors top-level
cosignmetadata when verifying packages, covering both checksum and artifact flows and reusing the existing native sigstore path. Lockfiles record top-level cosign provenance, with new e2e and lockfile regression coverage (#9111) by @risu729. - (registry) Added
wasm-toolsviaaqua:bytecodealliance/wasm-toolsfor working with the WebAssembly Component Model (#9596) by @2xdevv.
Fixed
-
(shim)
mise reshimno longer aborts withfailed to rebuild shims: no versions found for <tool>when an install directory literally namedlatest(or any other non-resolvable name) is left on disk.Toolset::list_installed_versionsalready reads concrete version directory names, so it now constructsToolVersiondirectly instead of calling.resolve()(no network), and per-toolToolRequest::newfailures are warned-and-skipped instead of aborting the entire rebuild (#9599) by @jdx. Repro:mkdir -p ~/.mise/installs/buck2/latest/bin touch ~/.mise/installs/buck2/latest/bin/buck2 mise reshim # previously failed; now succeeds
-
(schema) All files under
schema/are now validated againstdraft/2020-12in strict mode. Hand-written schemas and theBoolOrStringrenderer inschema.tsuseoneOfinstead of union type arrays so AJV'sstrictTypesno longer rejects them; the bogus--strict-schemaflag is replaced with--strict-types=true --strict-tuples=true(#9594) by @risu729. -
(registry)
elixir-lsre-enablessymlink_binsso the move to the aqua backend stops exposing internal binaries that aren't meant to be called directly (#9592) by @AlternateRT.
Changed
- (registry)
rebarnow installs from the GitHub backend (erlang/rebar3) since rebar3 is just anescript; the asdf plugin fallback is removed. Versions before rebar 3 are no longer supported, and the installed executable remainsrebar3to match upstream docs (#9576) by @risu729. - (registry)
bashlydrops theasdf:mise-plugins/mise-bashlyfallback and the redundant explicitrubydependency, since thegembackend already pulls in Ruby (#9578) by @risu729. - (release) Restored the "Sponsor mise" block on every successful GitHub release. It had been accidentally scoped to the communique-failure fallback in #9395, so normal releases since v2026.4.22 lost it (#9580) by @jdx.
Documentation
- (dev-tools) Clarified that vfox metadata
dependsruns install hooks for the listed dependency tools (#9573) by @risu729. - (plugins) Removed outdated registry submission guidance from the plugins docs (#9577) by @risu729.
Aqua Registry Updates
New packages:
Updated:
Full Changelog: v2026.5.0...v2026.5.1
💚 Sponsor mise
mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors.
If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent.