Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## [2025.12.1](https://github.com/jdx/mise/compare/v2025.12.0..v2025.12.1) - 2025-12-08

### πŸš€ Features

- **(npm)** support pnpm as a package manager for npm backend by @risu729 in [#7214](https://github.com/jdx/mise/pull/7214)
- **(tool-stubs)** add --bootstrap flag to mise generate tool-stub by @jdx in [#7203](https://github.com/jdx/mise/pull/7203)

### πŸ› Bug Fixes

- **(alpine)** increase alpine release timeout to 60 minutes by @jdx in [#7188](https://github.com/jdx/mise/pull/7188)
- **(bun)** use x64-baseline for aarch64 on Windows by @roele in [#7190](https://github.com/jdx/mise/pull/7190)
- **(tools)** allow using env vars in tools by @antonsergeyev in [#7205](https://github.com/jdx/mise/pull/7205)
- add cfg(feature = "self_update") to statics only used by that feature by @jdx in [#7185](https://github.com/jdx/mise/pull/7185)

### πŸ“š Documentation

- Update registry.md by @jdx in [ad11ad1](https://github.com/jdx/mise/commit/ad11ad14705b2adac5c874f15fef4cc74652e26f)

### πŸ“¦οΈ Dependency Updates

- update ghcr.io/jdx/mise:alpine docker digest to 2909cce by @renovate[bot] in [#7196](https://github.com/jdx/mise/pull/7196)
- update fedora:43 docker digest to 6cd815d by @renovate[bot] in [#7195](https://github.com/jdx/mise/pull/7195)
- update ghcr.io/jdx/mise:deb docker digest to 1893530 by @renovate[bot] in [#7198](https://github.com/jdx/mise/pull/7198)
- update ghcr.io/jdx/mise:copr docker digest to 0447a85 by @renovate[bot] in [#7197](https://github.com/jdx/mise/pull/7197)

### πŸ“¦ Registry

- add Supabase CLI to registry.toml by @bodadotsh in [#7206](https://github.com/jdx/mise/pull/7206)
- add cmake aqua backend by @mangkoran in [#7186](https://github.com/jdx/mise/pull/7186)

### New Contributors

- @antonsergeyev made their first contribution in [#7205](https://github.com/jdx/mise/pull/7205)
- @bodadotsh made their first contribution in [#7206](https://github.com/jdx/mise/pull/7206)

### πŸ“¦ Aqua Registry Updates

#### New Packages (3)

- [`skanehira/ghost`](https://github.com/skanehira/ghost)
- [`square/certigo`](https://github.com/square/certigo)
- [`steveyegge/beads`](https://github.com/steveyegge/beads)

#### Updated Packages (8)

- [`apache/maven`](https://github.com/apache/maven)
- [`apple/container`](https://github.com/apple/container)
- [`aquasecurity/trivy`](https://github.com/aquasecurity/trivy)
- [`charmbracelet/crush`](https://github.com/charmbracelet/crush)
- [`goreleaser/goreleaser`](https://github.com/goreleaser/goreleaser)
- [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm)
- [`ninja-build/ninja`](https://github.com/ninja-build/ninja)
- [`twpayne/chezmoi`](https://github.com/twpayne/chezmoi)
## [2025.12.0](https://github.com/jdx/mise/compare/v2025.11.11..v2025.12.0) - 2025-12-04

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"]

[package]
name = "mise"
version = "2025.12.0"
version = "2025.12.1"
edition = "2024"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.12.0 macos-arm64 (a1b2d3e 2025-12-04)
2025.12.1 macos-arm64 (a1b2d3e 2025-12-08)
```

Hook mise into your shell (pick the right one for your shell):
Expand Down
2 changes: 1 addition & 1 deletion completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _mise() {
return 1
fi

local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_0.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_1.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage > "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _mise() {

local cur prev words cword was_split comp_args
_comp_initialize -n : -- "$@" || return
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_0.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_1.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage > "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null
return 1
end
set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end)
set -l spec_file "$tmpdir/usage__usage_spec_mise_2025_12_0.spec"
set -l spec_file "$tmpdir/usage__usage_spec_mise_2025_12_1.spec"
if not test -f "$spec_file"
mise usage | string collect > "$spec_file"
end
Expand Down
16 changes: 16 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/apache/maven/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,25 @@ packages:
version_constraint: "false"
version_filter: not (Version matches "-(rc|alpha|beta)")
version_overrides:
- version_constraint: semver("<= 3.2.5")
url: https://archive.apache.org/dist/maven/maven-{{(semver .SemVer).Major}}/{{.SemVer}}/binaries/apache-maven-{{.SemVer}}-bin.{{.Format}}
format: tar.gz
files:
- name: mvn
src: apache-maven-{{.SemVer}}/bin/mvn
overrides:
- goos: windows
files:
- name: mvn
src: apache-maven-{{.SemVer}}/bin/mvn.bat
- version_constraint: "true"
url: https://archive.apache.org/dist/maven/maven-{{(semver .SemVer).Major}}/{{.SemVer}}/binaries/apache-maven-{{.SemVer}}-bin.{{.Format}}
format: tar.gz
files:
- name: mvn
src: apache-maven-{{.SemVer}}/bin/mvn
overrides:
- goos: windows
files:
- name: mvn
src: apache-maven-{{.SemVer}}/bin/mvn.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ packages:
- type: github_release
repo_owner: apple
repo_name: container
description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It's written in Swift, and optimized for Apple silicon
description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon
version_constraint: "false"
version_overrides:
- version_constraint: "true"
- version_constraint: semver("<= 0.6.0")
asset: container-{{.Version}}-installer-signed.{{.Format}}
format: pkg
files:
- name: container
src: Payload/bin/container
supported_envs:
- darwin
- version_constraint: "true"
asset: container-installer-signed.{{.Format}}
format: pkg
files:
- name: container
src: Payload/bin/container
supported_envs:
- darwin
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packages:
supported_envs:
- linux
- darwin
- version_constraint: "true"
- version_constraint: semver("<= 0.67.2")
asset: trivy_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
Expand All @@ -131,3 +131,29 @@ packages:
- goos: windows
format: zip
replacements: {}
- version_constraint: "true"
asset: trivy_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: 64bit
arm64: ARM64
darwin: macOS
linux: Linux
checksum:
type: github_release
asset: trivy_{{trimV .Version}}_checksums.txt
algorithm: sha256
cosign:
bundle:
type: github_release
asset: trivy_{{trimV .Version}}_checksums.txt.sigstore.json
opts:
- --certificate-identity
- https://github.com/aquasecurity/trivy/.github/workflows/reusable-release.yaml@refs/tags/{{.Version}}
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
overrides:
- goos: windows
format: zip
replacements: {}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
description: The glamourous AI coding agent for your favourite terminal
version_constraint: "false"
version_overrides:
- version_constraint: "true"
- version_constraint: semver("<= 0.20.0")
asset: crush_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
Expand Down Expand Up @@ -34,3 +34,30 @@ packages:
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: crush_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: crush
src: crush_{{trimV .Version}}_{{.OS}}_{{.Arch}}/crush
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
bundle:
type: github_release
asset: checksums.txt.sigstore.json
opts:
- --certificate-identity
- https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
overrides:
- goos: windows
format: zip
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
asset: goreleaser_{{title .OS}}_all.{{.Format}}
- goos: windows
format: zip
- version_constraint: "true"
- version_constraint: semver("<= 2.12.7")
asset: goreleaser_{{title .OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
Expand All @@ -82,3 +82,28 @@ packages:
asset: goreleaser_{{title .OS}}_all.{{.Format}}
- goos: windows
format: zip
- version_constraint: "true"
asset: goreleaser_{{title .OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
bundle:
type: github_release
asset: checksums.txt.sigstore.json
opts:
- --certificate-identity
- https://github.com/goreleaser/goreleaser/.github/workflows/release.yml@refs/tags/{{.Version}}
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
github_artifact_attestations:
signer_workflow: goreleaser/goreleaser/.github/workflows/release.yml
overrides:
- goos: darwin
asset: goreleaser_{{title .OS}}_all.{{.Format}}
- goos: windows
format: zip
Loading
Loading