Skip to content

Commit 7501a75

Browse files
committed
chore: release 2026.4.19
1 parent 1db3479 commit 7501a75

16 files changed

Lines changed: 121 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

3+
## [2026.4.19](https://github.com/jdx/mise/compare/v2026.4.18..v2026.4.19) - 2026-04-21
4+
5+
### 🚀 Features
6+
7+
- **(backend)** support aqua vars templates by @risu729 in [#9110](https://github.com/jdx/mise/pull/9110)
8+
- add gsudo (Sudo for Windows) to registry by @matracey in [#9281](https://github.com/jdx/mise/pull/9281)
9+
10+
### 🐛 Bug Fixes
11+
12+
- **(cli)** retrieve token from github helper for `self-update` command by @sushichan044 in [#9259](https://github.com/jdx/mise/pull/9259)
13+
- **(github)** scope auth headers to API URLs by @risu729 in [#9271](https://github.com/jdx/mise/pull/9271)
14+
- **(vfox)** use github token for lua http requests by @jdx in [#9257](https://github.com/jdx/mise/pull/9257)
15+
16+
### 📚 Documentation
17+
18+
- add aube hero banner by @jdx in [#9265](https://github.com/jdx/mise/pull/9265)
19+
- add en.dev footer by @jdx in [#9267](https://github.com/jdx/mise/pull/9267)
20+
- implement landing page design by @jdx in [#9266](https://github.com/jdx/mise/pull/9266)
21+
22+
### 📦️ Dependency Updates
23+
24+
- lock file maintenance by @renovate[bot] in [#9268](https://github.com/jdx/mise/pull/9268)
25+
26+
### 📦 Registry
27+
28+
- add llama.cpp ([github:ggml-org/llama.cpp](https://github.com/ggml-org/llama.cpp)) by @igor-makarov in [#9282](https://github.com/jdx/mise/pull/9282)
29+
- add kiro-cli by @shalk in [#9274](https://github.com/jdx/mise/pull/9274)
30+
- add flux-operator & flux-operator-mcp by @monotek in [#8852](https://github.com/jdx/mise/pull/8852)
31+
32+
### Chore
33+
34+
- **(release)** add en.dev sponsor blurb to release notes by @jdx in [#9272](https://github.com/jdx/mise/pull/9272)
35+
- bump communique to 1.0.1 by @jdx in [#9264](https://github.com/jdx/mise/pull/9264)
36+
37+
### New Contributors
38+
39+
- @monotek made their first contribution in [#8852](https://github.com/jdx/mise/pull/8852)
40+
- @igor-makarov made their first contribution in [#9282](https://github.com/jdx/mise/pull/9282)
41+
42+
### 📦 Aqua Registry Updates
43+
44+
#### New Packages (2)
45+
46+
- [`controlplaneio-fluxcd/flux-operator/flux-operator-mcp`](https://github.com/controlplaneio-fluxcd/flux-operator/flux-operator-mcp)
47+
- [`endevco/aube`](https://github.com/endevco/aube)
48+
49+
#### Updated Packages (1)
50+
51+
- [`graelo/pumas`](https://github.com/graelo/pumas)
52+
353
## [2026.4.18](https://github.com/jdx/mise/compare/v2026.4.17..v2026.4.18) - 2026-04-19
454

555
### 🚀 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
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "mise"
11-
version = "2026.4.18"
11+
version = "2026.4.19"
1212
edition = "2024"
1313
description = "The front-end to your dev env"
1414
authors = ["Jeff Dickey (@jdx)"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ ~/.local/bin/mise --version
6464
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
6565
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
6666
/_/ by @jdx
67-
2026.4.18 macos-arm64 (2026-04-19)
67+
2026.4.19 macos-arm64 (2026-04-21)
6868
```
6969

7070
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_4_18.spec"
26+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_19.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_4_18.spec"
12+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_19.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_4_18.spec"
11+
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_4_19.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_4_18.kdl"
13+
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_4_19.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.4.7"
3+
version = "2026.4.8"
44
edition = "2024"
55
description = "Aqua registry backend for mise"
66
authors = ["Jeff Dickey (@jdx)"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
2+
packages:
3+
- name: controlplaneio-fluxcd/flux-operator/flux-operator-mcp
4+
type: github_release
5+
repo_owner: controlplaneio-fluxcd
6+
repo_name: flux-operator
7+
description: GitOps on Autopilot Mode
8+
version_constraint: "false"
9+
version_overrides:
10+
- version_constraint: semver("<= 0.19.0")
11+
no_asset: true
12+
- version_constraint: "true"
13+
asset: flux-operator-mcp_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
14+
format: tar.gz
15+
checksum:
16+
type: github_release
17+
asset: flux-operator_{{trimV .Version}}_checksums.txt
18+
algorithm: sha256
19+
overrides:
20+
- goos: windows
21+
format: zip

0 commit comments

Comments
 (0)