Skip to content

chore: release 2026.6.12#10495

Open
mise-en-dev wants to merge 1 commit into
mainfrom
release
Open

chore: release 2026.6.12#10495
mise-en-dev wants to merge 1 commit into
mainfrom
release

Conversation

@mise-en-dev

@mise-en-dev mise-en-dev commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

🚀 Features

  • (bootstrap) add skip controls by @jdx in #10497
  • (upgrade) fix tool removal when minimum_release_age is set by @roele in #10466

🐛 Bug Fixes

  • (env) expand escaped dollar in env shell expansion by @jdx in #10511
  • (install) rebuild symlinks after partial installs by @risu729 in #10470
  • (npm) warn when system pnpm/bun may not support minimum_release_age by @risu729 in #10491
  • (pipx) upgrade shared pip for release age installs by @risu729 in #10472
  • (pipx) warn for unsupported uv exclude-newer by @risu729 in #10510
  • (pipx) force pip backend for mise pipx subprocess calls by @risu729 in #10513
  • (task) align duplicate config task precedence by @risu729 in #10471
  • (task) skip mise configs in task include dirs by @jdx in #10500
  • (task) error on empty task shell by @jdx in #10517
  • (vfox) resolve tools=true env path templates against the dependency toolset by @JamBalaya56562 in #10481

📚 Documentation

  • (dotfiles) make self-managing config first-run safe by @jdx in #10494
  • (env) remove emoji checkboxes by @jdx in #10504
  • recommend keeping mise current by @jdx in #10505

📦️ Dependency Updates

📦 Aqua Registry Updates

New Packages (1)

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Bumps the mise package version from 2026.6.11 to 2026.6.12 across all packaging manifests (Cargo.toml, default.nix, snapcraft.yaml, RPM spec), completion scripts (bash, zsh, fish, PowerShell), README.md, and CHANGELOG.md. Updates the vendored aqua registry to a new commit, adding a CycloneDX/cdxgen alias to the cdxgen registry entry.

Changes

Release 2026.6.12

Layer / File(s) Summary
Core release declaration and primary version bump
CHANGELOG.md, Cargo.toml
CHANGELOG entry added documenting features, bug fixes, documentation changes, and new cdxgen/cdxgen aqua registry package for 2026.6.12; Cargo.toml version field bumped from 2026.6.11 to 2026.6.12.
Packaging manifests and documentation version references
default.nix, snapcraft.yaml, packaging/rpm/mise.spec, README.md, docs/.vitepress/stars.data.ts
All packaging build manifests updated to version 2026.6.12; README quickstart installation example refreshed to show the new version; GitHub star count incremented from 29.5k to 29.6k.
Completion script spec filename updates
completions/_mise, completions/mise.bash, completions/mise.fish, completions/mise.ps1
All shell completion scripts update their temporary usage spec cache filename from *_2026_6_11.* to *_2026_6_12.* to reference the new release version.
Aqua registry vendor update with cdxgen restructuring
vendor/aqua-registry/metadata.json, vendor/aqua-registry/registry.yml
Aqua registry metadata commit tag advanced to new upstream hash; cdxgen registry entry consolidated at its canonical position with an added aliases: CycloneDX/cdxgen field, removing the prior unaliased duplicate block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • jdx/mise#10188: Same release-bump pattern updating completion spec filenames and vendor/aqua-registry/registry.yml.
  • jdx/mise#10440: Directly touches the same cdxgen/CycloneDX/cdxgen entry in vendor/aqua-registry/registry.yml alongside completion spec filename bumps.
  • jdx/mise#10426: Identical release-bump structure updating the same completion scripts' versioned spec_file variables and packaging version fields.

Poem

🐇 Hop, hop, hooray — the version's new today!
From .11 to .12, we leap without delay,
cdxgen gets aliases, all tidy and neat,
The aqua registry tag lands on its feet.
Another release, another carrot treat! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release 2026.6.12' accurately describes the main purpose of the pull request, which is a release bump to version 2026.6.12 across all relevant files.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps

greptile-apps Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a standard automated release PR bumping mise to v2026.6.12, aggregating bug fixes, features, and dependency updates from the past week. All version strings are updated consistently across packaging manifests and the aqua registry vendoring reflects an upstream org rename for cdxgen.

  • Version bumped to 2026.6.12 across Cargo.toml, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, and README.md
  • The cdxgen aqua-registry entry migrated from CycloneDX/cdxgen to cdxgen/cdxgen (reflecting the upstream GitHub org move), with a backward-compatibility alias added so existing references continue to resolve
  • Star count in docs/.vitepress/stars.data.ts updated from 29.5k to 29.7k

Confidence Score: 5/5

Safe to merge — purely a release commit with version bumps and a registry org rename that carries a backward-compat alias.

All changes are mechanical: version string updates across packaging files, a CHANGELOG entry, and a registry rename with a compatibility alias preserving all existing version constraints and checksum config. No logic changes are introduced.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds release notes for v2026.6.12 with features, bug fixes, docs, and dependency updates
Cargo.toml Version bump from 2026.6.11 to 2026.6.12
vendor/aqua-registry/registry.yml Migrates cdxgen entry from CycloneDX/cdxgen to cdxgen/cdxgen (new GitHub org) with backward-compat alias; all version constraints and checksum config preserved
vendor/aqua-registry/metadata.json Updates aqua-registry tag to latest upstream commit
docs/.vitepress/stars.data.ts Updates GitHub star count from 29.5k to 29.7k
default.nix Version bump to 2026.6.12 for Nix packaging
snapcraft.yaml Version bump to 2026.6.12 for Snap packaging
packaging/rpm/mise.spec Version bump to 2026.6.12 for RPM packaging
README.md Updates version string in README example output to 2026.6.12

Reviews (21): Last reviewed commit: "chore: release 2026.6.12" | Re-trigger Greptile

Comment on lines 23459 to 23508
type: github_release
asset: mustache_{{trimV .Version}}_checksums.txt
algorithm: sha256
- type: github_release
repo_owner: cdxgen
repo_name: cdxgen
aliases:
- name: CycloneDX/cdxgen
description: Creates CycloneDX Bill of Materials (BOM) from source code and container images
version_constraint: "false"
version_overrides:
- version_constraint: semver("< 11.5.0")
error_message: The version is too old. Please use a version 11.5.0 or higher.
- version_constraint: semver("<= 11.9.0")
asset: cdxgen-{{.OS}}-{{.Arch}}
format: raw
overrides:
- goos: linux
asset: cdxgen-{{.OS}}-{{.Arch}}-musl
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- version_constraint: semver("<= 12.0.0")
asset: cdxgen-{{.OS}}-{{.Arch}}
format: raw
overrides:
- goos: linux
asset: cdxgen-{{.OS}}-{{.Arch}}-musl
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- linux
- darwin/arm64
- windows
- version_constraint: "true"
asset: cdxgen-{{.OS}}-{{.Arch}}
format: raw
overrides:
- goos: linux
asset: cdxgen-{{.OS}}-{{.Arch}}-musl
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- type: github_release
repo_owner: cea-hpc
repo_name: sshproxy

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Missing GitHub star count for new registry entry

The PR description lists cdxgen/cdxgen as a new package but does not include its GitHub star count. Per project rules, new registry tools must include the star popularity count in the PR description so unpopular tools can be identified and rejected. Please add the star count (e.g., "⭐ ~Xk") alongside the package link.

Rule Used: What: new registry tools must include the github s... (source)

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.11 x -- echo 21.5 ± 1.5 18.5 28.1 1.00
mise x -- echo 23.0 ± 2.7 19.1 61.7 1.07 ± 0.14

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.11 env 21.2 ± 3.3 18.0 40.3 1.08 ± 0.18
mise env 19.6 ± 0.9 18.3 23.9 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.11 hook-env 19.8 ± 1.0 18.2 24.1 1.00
mise hook-env 22.8 ± 4.2 18.9 33.0 1.15 ± 0.22
⚠️ Inconclusive: hook-env measured 15% slower, but the relative uncertainty overlaps the 10% threshold.

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.11 ls 16.3 ± 0.7 15.0 19.6 1.00
mise ls 17.0 ± 0.8 15.7 21.4 1.04 ± 0.07

xtasks/test/perf

Command mise-2026.6.11 mise Variance
install (cached) 138ms 138ms +0%
ls (cached) 62ms 61ms +1%
bin-paths (cached) 64ms 65ms -1%
task-ls (cached) 126ms 127ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from b569d64 to 91ff252 Compare June 16, 2026 23:37
@github-actions

Copy link
Copy Markdown

This PR currently has failing checks. If this continues for 7 days, it will be closed automatically.

This is warning day 1 of 7.

Please update the PR when you have a chance. Feel free to reopen or create a new PR if it is closed and you'd like to continue working on it.

This comment was generated by an automated workflow.

@mise-en-dev mise-en-dev force-pushed the release branch 9 times, most recently from eaf273d to 179e107 Compare June 17, 2026 23:25
@github-actions

Copy link
Copy Markdown

This PR currently has failing checks. If this continues for 7 days, it will be closed automatically.

This is warning day 1 of 7.

Please update the PR when you have a chance. Feel free to reopen or create a new PR if it is closed and you'd like to continue working on it.

This comment was generated by an automated workflow.

@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from feb486f to a60366b Compare June 18, 2026 01:18
@github-actions

Copy link
Copy Markdown

This PR currently has failing checks. If this continues for 7 days, it will be closed automatically.

This is warning day 1 of 7.

Please update the PR when you have a chance. Feel free to reopen or create a new PR if it is closed and you'd like to continue working on it.

This comment was generated by an automated workflow.

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 88e33b4 to 8626c7e Compare June 19, 2026 06:42
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