Update dependency jdx/mise to v2026.2.13#250
Merged
renovate[bot] merged 1 commit intomainfrom Feb 16, 2026
Merged
Conversation
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.
This PR contains the following updates:
v2026.2.11→v2026.2.13Release Notes
jdx/mise (jdx/mise)
v2026.2.13: : Fix GitHub attestation verification failuresCompare Source
This release partially mitigates GitHub attestation verification failures that were causing tool installations to fail (e.g.,
gh, and other aqua-backed tools with attestations enabled). See #8142 for details.What happened
GitHub silently changed their attestations API to externalize bundle storage to Azure Blob Storage (
tmaproduction.blob.core.windows.net) using Snappy compression, rather than returning bundles inline as JSON. TheghCLI had already been updated to handle this (cli/cli#10185), but third-party tools like mise were not yet aware of the new format, causing"error decoding response body"failures.What this release does
Bumps
sigstore-verificationto 0.2, which splits the reqwest dependency version from mise's (0.13 vs 0.12). This avoids Cargo feature unification that was causing mise'sgzipfeature to be applied to attestation requests, interfering with the Snappy-compressed responses.Note: A full fix with proper Snappy decompression support and auth token scoping landed in sigstore-verification v0.2.1 (#22, #23) — expect a follow-up mise release with that bump.
If you are still hitting issues, set
settings.aqua.github_attestations = falseas a workaround.Dependency Updates
sigstore-verificationto 0.2 (e8897c9)📦 Aqua Registry Updates
New Packages (1)
k1LoW/tcmuxUpdated Packages (1)
jdx/usageConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.