Skip to content

chore: release 2026.4.2#8848

Merged
mise-en-dev merged 1 commit intomainfrom
release
Apr 3, 2026
Merged

chore: release 2026.4.2#8848
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Apr 2, 2026

🚀 Features

  • (exec) add process sandboxing for mise x and mise run by @jdx in #8845

📚 Documentation

  • fix values for RUNTIME.osType and RUNTIME.archType. Simplify examples by @esteve in #8785

📦️ Dependency Updates

  • update ghcr.io/jdx/mise:copr docker digest to 6dd31ee by @renovate[bot] in #8860
  • update ghcr.io/jdx/mise:alpine docker digest to 4b8b285 by @renovate[bot] in #8859
  • update ghcr.io/jdx/mise:deb docker digest to 56ddc49 by @renovate[bot] in #8861
  • update ghcr.io/jdx/mise:rpm docker digest to b37cc3b by @renovate[bot] in #8862

New Contributors

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 2, 2026

Greptile Summary

This is a standard release PR bumping mise from version 2026.4.1 to 2026.4.2, updating all version references consistently across Cargo.toml, Cargo.lock, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, shell completions, and README.md. The CHANGELOG entry correctly documents the included features (process sandboxing for mise x/mise run, doc fixes, and dependency updates).

Confidence Score: 5/5

This PR is safe to merge — it is a mechanical version bump with no logic changes.

All 12 changed files are version string updates, CHANGELOG additions, or a star-count refresh. Every version reference is consistently updated to 2026.4.2 and the date to 2026-04-03. No logic, configuration semantics, or behaviour is altered.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New 2026.4.2 entry added with correct features, docs, and dependency updates listed.
Cargo.toml Version bumped from 2026.4.1 to 2026.4.2.
Cargo.lock Lock file updated to reflect the new mise version 2026.4.2.
completions/_mise Spec file cache path updated to reflect new version string.
completions/mise.bash Spec file cache path updated to reflect new version string.
completions/mise.fish Spec file cache path updated to reflect new version string.
completions/mise.ps1 Spec file cache path updated to reflect new version string.
default.nix Version bumped to 2026.4.2 in Nix build definition.
docs/.vitepress/stars.data.ts GitHub star count updated from 26.2k to 26.3k.
packaging/rpm/mise.spec RPM spec version bumped to 2026.4.2.
snapcraft.yaml Snapcraft version bumped to 2026.4.2.
README.md Version example in README updated to 2026.4.2 with date 2026-04-03.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release PR: 2026.4.2] --> B[Version Bumps]
    A --> C[CHANGELOG Entry]
    B --> D[Cargo.toml / Cargo.lock]
    B --> E[default.nix]
    B --> F[snapcraft.yaml]
    B --> G[packaging/rpm/mise.spec]
    B --> H[Shell Completions
_mise / mise.bash / mise.fish / mise.ps1]
    B --> I[README.md]
    C --> J[Features: process sandboxing exec/run]
    C --> K[Docs: RUNTIME.osType/archType fixes]
    C --> L[Deps: Docker digest updates]
Loading

Reviews (7): Last reviewed commit: "chore: release 2026.4.2" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of mise from 2026.4.1 to 2026.4.2. The changes include updating the changelog to reflect the addition of process sandboxing for 'mise x' and 'mise run', as well as updating version strings in Cargo files, documentation, shell completions, and packaging configurations. I have no feedback to provide as there are no review comments.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 x -- echo 22.6 ± 0.4 21.5 25.4 1.00
mise x -- echo 23.2 ± 0.5 22.3 25.4 1.03 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 env 22.6 ± 0.7 21.2 29.1 1.00
mise env 23.0 ± 0.5 21.9 25.2 1.02 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 hook-env 22.8 ± 0.4 21.8 24.3 1.00
mise hook-env 23.7 ± 0.5 22.6 25.2 1.04 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 ls 20.2 ± 0.4 19.3 22.3 1.00
mise ls 21.2 ± 0.4 20.3 25.3 1.05 ± 0.03

xtasks/test/perf

Command mise-2026.4.1 mise Variance
install (cached) 149ms 153ms -2%
ls (cached) 78ms 80ms -2%
bin-paths (cached) 83ms 83ms +0%
task-ls (cached) 801ms ⚠️ 2735ms -70%

⚠️ Warning: task-ls cached performance variance is -70%

@mise-en-dev mise-en-dev force-pushed the release branch 5 times, most recently from 981161a to 98c88de Compare April 3, 2026 06:32
@mise-en-dev mise-en-dev merged commit f2c3a6e into main Apr 3, 2026
54 of 56 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 3, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant