Conversation
There was a problem hiding this comment.
Pull Request Overview
This is a routine release PR that bumps the version from 2025.9.9 to 2025.9.10. The changes update version numbers across various package managers and build configurations, update dependency versions in the aqua registry, and refresh shell completion files.
- Updates version references from 2025.9.9 to 2025.9.10 across packaging files and shell completions
- Updates the mise package reference in aqua registry from v2025.9.8 to v2025.9.9
- Updates various package versions in the aqua registry including AWS CLI, Helm, Bazel, and others
Reviewed Changes
Copilot reviewed 21 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packaging/rpm/mise.spec | Updates RPM package version to 2025.9.10 |
| default.nix | Updates Nix package version to 2025.9.10 |
| completions/*.{fish,bash,_mise} | Updates shell completion cache variables for new version |
| Cargo.toml | Updates Rust package version to 2025.9.10 |
| README.md | Updates version example in quickstart documentation |
| aqua-registry/pkgs/jdx/mise/pkg.yaml | Updates mise package reference to v2025.9.9 |
| aqua-registry/pkgs/**/pkg.yaml | Updates various third-party package versions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -1,5 +1,5 @@ | |||
| packages: | |||
| - name: jdx/mise@v2025.9.8 | |||
| - name: jdx/mise@v2025.9.9 | |||
There was a problem hiding this comment.
The mise package version is being updated to v2025.9.9, but this release is for version 2025.9.10. This creates an inconsistency where the aqua registry entry doesn't match the actual release version being prepared.
| - name: jdx/mise@v2025.9.9 | |
| - name: jdx/mise@v2025.9.10 |
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.9 x -- echo |
21.4 ± 1.4 | 19.5 | 31.9 | 1.00 |
mise x -- echo |
22.2 ± 1.3 | 20.6 | 32.6 | 1.04 ± 0.09 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.9 env |
21.1 ± 1.2 | 19.5 | 31.6 | 1.00 |
mise env |
21.4 ± 1.4 | 19.4 | 31.5 | 1.01 ± 0.09 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.9 hook-env |
19.9 ± 0.6 | 18.9 | 27.1 | 1.00 |
mise hook-env |
20.3 ± 0.5 | 19.4 | 23.9 | 1.02 ± 0.04 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.9 ls |
17.9 ± 0.7 | 17.1 | 24.2 | 1.00 |
mise ls |
18.3 ± 0.8 | 17.3 | 29.6 | 1.02 ± 0.06 |
xtasks/test/perf
| Command | mise-2025.9.9 | mise | Variance |
|---|---|---|---|
| install (cached) | 173ms | ✅ 108ms | +60% |
| ls (cached) | 65ms | 66ms | -1% |
| bin-paths (cached) | 72ms | 72ms | +0% |
| task-ls (cached) | 517ms | 514ms | +0% |
✅ Performance improvement: install cached is 60%
eca72e8 to
189afb2
Compare
065a9c2 to
2ff9476
Compare
📦 Registry
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
Chore