Skip to content

Commit dbef23e

Browse files
mise-en-devlucasew
authored andcommitted
chore: release 2026.2.3 (jdx#7988)
### 🐛 Bug Fixes - **(install)** allow pipx/npm/cargo/asdf backends to work in locked mode by @jdx in [jdx#7985](jdx#7985) ### 📦️ Dependency Updates - update bytes to 1.11.1 to fix RUSTSEC-2026-0007 by @jdx in [jdx#7986](jdx#7986) ### 📦 Registry - add mermaid-ascii by @TyceHerrman in [jdx#7984](jdx#7984) - add godot ([aqua:godotengine/godot](https://github.com/godotengine/godot)) by @dmarcoux in [jdx#7989](jdx#7989) - add julia (http:julia) by @quinnj in [jdx#7990](jdx#7990) ### New Contributors - @quinnj made their first contribution in [jdx#7990](jdx#7990) - @dmarcoux made their first contribution in [jdx#7989](jdx#7989) ## 📦 Aqua Registry Updates #### New Packages (2) - [`chainloop-dev/chainloop`](https://github.com/chainloop-dev/chainloop) - [`redhat.com/openshift-install`](https://github.com/redhat.com/openshift-install)
1 parent 07dca16 commit dbef23e

File tree

14 files changed

+98
-26
lines changed

14 files changed

+98
-26
lines changed

CHANGELOG.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [2026.2.3](https://github.com/jdx/mise/compare/v2026.2.2..v2026.2.3) - 2026-02-04
4+
5+
### 🐛 Bug Fixes
6+
7+
- **(install)** allow pipx/npm/cargo/asdf backends to work in locked mode by @jdx in [#7985](https://github.com/jdx/mise/pull/7985)
8+
9+
### 📦️ Dependency Updates
10+
11+
- update bytes to 1.11.1 to fix RUSTSEC-2026-0007 by @jdx in [#7986](https://github.com/jdx/mise/pull/7986)
12+
13+
### 📦 Registry
14+
15+
- add mermaid-ascii by @TyceHerrman in [#7984](https://github.com/jdx/mise/pull/7984)
16+
- add godot ([aqua:godotengine/godot](https://github.com/godotengine/godot)) by @dmarcoux in [#7989](https://github.com/jdx/mise/pull/7989)
17+
- add julia (http:julia) by @quinnj in [#7990](https://github.com/jdx/mise/pull/7990)
18+
19+
### New Contributors
20+
21+
- @quinnj made their first contribution in [#7990](https://github.com/jdx/mise/pull/7990)
22+
- @dmarcoux made their first contribution in [#7989](https://github.com/jdx/mise/pull/7989)
23+
24+
### 📦 Aqua Registry Updates
25+
26+
#### New Packages (2)
27+
28+
- [`chainloop-dev/chainloop`](https://github.com/chainloop-dev/chainloop)
29+
- [`redhat.com/openshift-install`](https://github.com/redhat.com/openshift-install)
330
## [2026.2.2](https://github.com/jdx/mise/compare/v2026.2.1..v2026.2.2) - 2026-02-03
431

532
### 🚀 Features
@@ -35,20 +62,6 @@
3562

3663
- @gogolok made their first contribution in [#7980](https://github.com/jdx/mise/pull/7980)
3764

38-
### 📦 Aqua Registry Updates
39-
40-
#### New Packages (4)
41-
42-
- [`autobrr/mkbrr`](https://github.com/autobrr/mkbrr)
43-
- [`dodobrands/Peekie`](https://github.com/dodobrands/Peekie)
44-
- [`grpc/grpc-java/protoc-gen-grpc-java`](https://github.com/grpc/grpc-java/protoc-gen-grpc-java)
45-
- [`str4d/age-plugin-yubikey`](https://github.com/str4d/age-plugin-yubikey)
46-
47-
#### Updated Packages (3)
48-
49-
- [`biomejs/biome`](https://github.com/biomejs/biome)
50-
- [`rust-cross/cargo-zigbuild`](https://github.com/rust-cross/cargo-zigbuild)
51-
- [`siderolabs/talos`](https://github.com/siderolabs/talos)
5265
## [2026.2.1](https://github.com/jdx/mise/compare/v2026.2.0..v2026.2.1) - 2026-02-02
5366

5467
### 🚀 Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "mise"
10-
version = "2026.2.2"
10+
version = "2026.2.3"
1111
edition = "2024"
1212
description = "The front-end to your dev env"
1313
authors = ["Jeff Dickey (@jdx)"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ ~/.local/bin/mise --version
6161
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
6262
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
6363
/_/ by @jdx
64-
2026.2.2 macos-arm64 (2026-02-03)
64+
2026.2.3 macos-arm64 (2026-02-04)
6565
```
6666

6767
Hook mise into your shell (pick the right one for your shell):

completions/_mise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _mise() {
2323
return 1
2424
fi
2525

26-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_2.spec"
26+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_3.spec"
2727
if [[ ! -f "$spec_file" ]]; then
2828
mise usage > "$spec_file"
2929
fi

completions/mise.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _mise() {
99

1010
local cur prev words cword was_split comp_args
1111
_comp_initialize -n : -- "$@" || return
12-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_2.spec"
12+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_3.spec"
1313
if [[ ! -f "$spec_file" ]]; then
1414
mise usage > "$spec_file"
1515
fi

completions/mise.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null
88
return 1
99
end
1010
set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end)
11-
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_2_2.spec"
11+
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_2_3.spec"
1212
if not test -f "$spec_file"
1313
mise usage | string collect > "$spec_file"
1414
end

completions/mise.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Register-ArgumentCompleter -Native -CommandName 'mise' -ScriptBlock {
1010
param($wordToComplete, $commandAst, $cursorPosition)
1111

1212
$tmpDir = if ($env:TEMP) { $env:TEMP } else { [System.IO.Path]::GetTempPath() }
13-
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_2_2.kdl"
13+
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_2_3.kdl"
1414

1515
if (-not (Test-Path $specFile)) {
1616
mise usage | Out-File -FilePath $specFile -Encoding utf8

crates/aqua-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aqua-registry"
3-
version = "2026.2.0"
3+
version = "2026.2.1"
44
edition = "2024"
55
description = "Aqua registry backend for mise"
66
authors = ["Jeff Dickey (@jdx)"]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
2+
packages:
3+
- type: github_release
4+
repo_owner: chainloop-dev
5+
repo_name: chainloop
6+
description: SDLC evidence store and policy engine for your Software Supply Chain attestations, SBOMs, VEX, SARIF, QA reports, and more
7+
version_constraint: "false"
8+
version_overrides:
9+
- version_constraint: semver("<= 1.0.0-rc.3")
10+
asset: chainloop-cli-{{trimV .Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
11+
format: tar.gz
12+
checksum:
13+
type: github_release
14+
asset: checksums.txt
15+
algorithm: sha256
16+
cosign:
17+
opts:
18+
- --key
19+
- https://github.com/chainloop-dev/chainloop/releases/download/{{.Version}}/cosign.pub
20+
- --signature
21+
- https://github.com/chainloop-dev/chainloop/releases/download/{{.Version}}/checksums.txt.sig
22+
supported_envs:
23+
- linux
24+
- darwin
25+
- version_constraint: "true"
26+
asset: chainloop-{{.OS}}-{{.Arch}}
27+
format: raw
28+
checksum:
29+
type: github_release
30+
asset: checksums.txt
31+
algorithm: sha256
32+
cosign:
33+
opts:
34+
- --key
35+
- https://github.com/chainloop-dev/chainloop/releases/download/{{.Version}}/cosign.pub
36+
- --signature
37+
- https://github.com/chainloop-dev/chainloop/releases/download/{{.Version}}/checksums.txt.sig
38+
supported_envs:
39+
- linux
40+
- darwin

0 commit comments

Comments
 (0)