Skip to content

chore: release 2026.6.3#10289

Merged
jdx merged 1 commit into
mainfrom
release
Jun 11, 2026
Merged

chore: release 2026.6.3#10289
jdx merged 1 commit into
mainfrom
release

Conversation

@mise-en-dev

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

Copy link
Copy Markdown
Collaborator

🚀 Features

  • (backend) allow version_expr to post-process version_regex results by @konono in #10302
  • (config) automatically define platform environments (auto_env) by @jdx in #10316
  • (deps) add support for Deno by @felipecrs in #10291
  • (github) add --refresh flag to mint a fresh OAuth token by @jdx in #10317

🐛 Bug Fixes

  • (backend) respect permissive minimum release age by @jdx in #10310
  • (completions) require usage 3.5 by @jdx in #10313
  • (config) default release age cutoff should not disable installed-version resolution by @jdx in #10315
  • (lock) lock idiomatic version file tools by @jdx in #10309
  • (lock) disambiguate idiomatic lock target by @jdx in #10319
  • (python) honor minimum release age for core versions by @jdx in #10311
  • (registry) rename podman gh organization by @TyceHerrman in #10288
  • (task) preserve inner quotes for cmd /c tasks and hooks on windows by @JamBalaya56562 in #10301
  • (task) resolve templates in included task files by @jdx in #10312
  • retry rename on Windows transient file locks during install by @jhult in #10300

📦 Registry

New Contributors

📦 Aqua Registry Updates

Updated Packages (2)

@coderabbitai

coderabbitai Bot commented Jun 9, 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

Release bump to 2026.6.3: added a 2026.6.3 changelog entry, updated workspace/package version and README example, switched all completion scripts to the new versioned usage spec filenames, bumped Nix/RPM/Snap manifests, and updated the vendor aqua registry (tags and artifact rules).

Changes

mise Version Release 2026.6.3

Layer / File(s) Summary
Changelog, Cargo and README version updates
CHANGELOG.md, Cargo.toml, README.md
Inserted the 2026.6.3 release block; bumped workspace version to 2026.6.3; updated Quickstart mise --version example date and version.
Shell completion spec filename updates
completions/_mise, completions/mise.bash, completions/mise.fish, completions/mise.ps1
Updated cached/generated usage spec filename references to use the 2026_6_3/2026_6_3.kdl suffix across zsh, bash, Fish, and PowerShell completion scripts.
Packaging manifests and aqua registry
default.nix, packaging/rpm/mise.spec, snapcraft.yaml, vendor/aqua-registry/metadata.json, vendor/aqua-registry/registry.yml
Bumped package version fields for Nix, RPM, and Snap; updated aqua metadata.json tag; adjusted registry.yml entries for SonarQube artifact selection, added vize asset mapping for <=0.106.0, and added cosign verification config for vize.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • jdx/mise#10172: Prior release bump that updated completion spec filename references and package metadata.
  • jdx/mise#10188: Earlier release PR touching the same completion scripts and version metadata.
  • jdx/mise#10213: Release-related changes including completion spec filename updates and aqua registry edits.

Poem

🐰 A hop for a tidy little tag,
New specs, new versions — a brisk small gag.
Changelogs stacked and scripts align,
Registry bits and packaging fine.
Carrot cheers for release time.

🚥 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.3' directly corresponds to the main purpose of the changeset: a version bump release updating from 2026.6.2 to 2026.6.3 across all package configuration files and documentation.
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.


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

@greptile-apps

greptile-apps Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a routine release bump from v2026.6.2 to v2026.6.3, aggregating a set of features and bug fixes merged into main since the last release. No new logic is introduced directly in this PR.

  • Version strings are updated consistently across Cargo.toml, Cargo.lock, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, README.md, and all four shell completion files.
  • CHANGELOG.md documents the release notes; vendor/aqua-registry/registry.yml picks up upstream aqua-registry updates for SonarSource/sonarqube-cli (refined version constraints) and ubugeeei-prod/vize (added cosign bundle signing for newer versions).

Confidence Score: 5/5

Standard release-cut PR with no logic changes; all edits are version string bumps, changelog entries, and vendored registry metadata updates.

Every changed file is either a mechanical version bump or generated/vendored content. The aqua-registry changes are upstream diffs (added version constraints and cosign verification), not hand-written logic. No source code, auth flows, or data-handling paths are touched.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New release section for 2026.6.3 added with features, bug fixes, and registry updates
Cargo.toml Version bumped from 2026.6.2 to 2026.6.3
Cargo.lock Lockfile updated to reflect version bump
vendor/aqua-registry/registry.yml SonarSource/sonarqube-cli and ubugeeei-prod/vize version constraints updated; cosign bundle signing added to vize
vendor/aqua-registry/metadata.json Aqua registry tag updated to newer commit
docs/.vitepress/stars.data.ts GitHub star count updated from 29.3k to 29.4k
README.md Version string in example output updated to 2026.6.3
default.nix Version bumped for Nix package build
snapcraft.yaml Snapcraft version bumped to 2026.6.3
packaging/rpm/mise.spec RPM spec version bumped to 2026.6.3
completions/_mise Spec file cache key updated to new version string
completions/mise.bash Spec file cache key updated to new version string
completions/mise.fish Spec file cache key updated to new version string
completions/mise.ps1 Spec file cache key updated to new version string

Reviews (15): Last reviewed commit: "chore: release 2026.6.3" | Re-trigger Greptile

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.2 x -- echo 23.3 ± 1.4 19.6 28.1 1.00
mise x -- echo 24.4 ± 2.3 20.1 54.3 1.05 ± 0.12

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.2 env 22.7 ± 1.5 18.9 29.9 1.00
mise env 23.6 ± 1.7 19.6 31.7 1.04 ± 0.10

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.2 hook-env 23.5 ± 1.4 19.9 30.7 1.00
mise hook-env 24.2 ± 1.6 19.5 33.0 1.03 ± 0.09

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.2 ls 19.2 ± 1.4 15.7 26.4 1.00
mise ls 20.3 ± 1.6 15.9 28.4 1.06 ± 0.11

xtasks/test/perf

Command mise-2026.6.2 mise Variance
install (cached) 157ms 157ms +0%
ls (cached) 77ms 78ms -1%
bin-paths (cached) 85ms 87ms -2%
task-ls (cached) 165ms 164ms +0%

@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 2 times, most recently from 2f4a0d1 to 9f6ddf0 Compare June 11, 2026 00:16
@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 10 times, most recently from 78b58fc to b345883 Compare June 11, 2026 20:43
@jdx jdx enabled auto-merge (squash) June 11, 2026 20:51
@jdx jdx disabled auto-merge June 11, 2026 20:51
@jdx jdx merged commit a8bc180 into main Jun 11, 2026
79 checks passed
@jdx jdx deleted the release branch June 11, 2026 22:26
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.

2 participants