mise 2026.6.5#287742
Merged
Merged
Conversation
botantony
approved these changes
Jun 13, 2026
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
github.credential_command,gitlab.credential_command, andforgejo.credential_commandas global-only. They are stripped from project/local config at parse time (with a warning) so an untrustedmise.tomlcannot use a credential command to execute arbitrary shell when fetching tokens. Global config, CLI flags, and environment variables are unchanged (#10356 by @jdx).ci,paranoid,trusted_config_paths, andyeswhen they come from local config files. A maliciousmise.tomlcan no longer settrusted_config_paths = ["/"]orparanoid = falseto auto-trust itself before_.sourcescripts run (#10357 by @jdx).mise-tasks/,.mise-tasks/, and related layouts) in repos with no local mise config. Previously, a clone with only amise-tasks/directory could render Tera templates (includingexec()) in task descriptions before the user trusted the project. Global task include paths and includes declared from a trustedmise.tomlare still exempt (#10355 by @jdx).github_artifact_attestations.predicate_typeto GitHub during attestation detection and verification. Packages likefoundry-rs/foundryandgleam-lang/gleamthat pin an SPDX SBOM predicate now enforce that predicate instead of accepting whatever attestation happens to verify. Predicate-filtered requests bypass the digest-only versions-host attestation cache (#10169 by @risu729).varstables, and literal"vars.<name>"backend-option keys into a single lock/cache identity. Duplicate final vars now fail with a source-neutralconflicting aqua varerror rather than silently picking one spelling; normal higher-precedence config overrides still apply (#10187 by @risu729).hide,quiet,raw,interactive, andraw_argson[task_templates.*]in the JSON Schema, and drop the unused fields fromTaskTemplate. Runtime never merged these into tasks (templates can't tell "unset" fromfalsefor plain bools), so editors no longer suggest keys that did nothing (#10242 by @risu729).os-archselectors on registry backendplatformsentries andbackends.options.platforms.*tables — for examplewindows-x64,linux-arm64,darwin-aarch64,macos-arm64— fixing false schema errors reported in discussion #10296 (#10358 by @risu729).Full Changelog: jdx/mise@v2026.6.4...v2026.6.5
💚 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.
View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.6.5.