Skip to content
Open
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
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TALOSCONFIG = "{{config_root}}/talos/clusterconfig/talosconfig"
"pipx:makejinja" = "2.8.1"
"aqua:budimanjojo/talhelper" = "3.0.38"
"aqua:cilium/cilium-cli" = "0.18.8"
"aqua:cli/cli" = "2.82.0"
"aqua:cli/cli" = "2.86.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

# First, let's explore the repository structure and find all .mise.toml and aqua config files
git ls-files | head -20

Repository: jlengelbrecht/prox-ops

Length of output: 736


🏁 Script executed:

# Check the current .mise.toml file
cat -n .mise.toml 2>/dev/null || echo "File not found"

Repository: jlengelbrecht/prox-ops

Length of output: 1530


🏁 Script executed:

# Search for any aqua registry configuration files
fd -type f \( -name '*aqua*.yml' -o -name '*aqua*.yaml' -o -name '.aqua*' -o -name 'aqua*' \)

Repository: jlengelbrecht/prox-ops

Length of output: 236


🏁 Script executed:

# Search for any registry pins or references to aqua registries
rg -i 'aqua.*registry|registries.*aqua|aqua:cli' --type yaml --type toml

Repository: jlengelbrecht/prox-ops

Length of output: 157


🌐 Web query:

GitHub CLI v2.86.0 release date and availability

💡 Result:

  • Release date: January 21, 2026 (GitHub CLI v2.86.0 release; reflected by downstream packaging timestamps). [1][2]
  • Availability (as of Jan 23, 2026):
    • Homebrew: gh stable 2.86.0 is available (brew install gh). [3]
    • Chocolatey (Windows): gh 2.86.0 is published; status may vary between “Approved” vs “Pending Automated Review” depending on the Chocolatey listing/view. [2][4]
    • GitHub Release binaries: v2.86.0 is published “on GitHub” (downloadable release assets). [1]

Sources: [1] [turn4search5], [2] [turn1search1], [3] [turn5search2], [4] [turn5search6]


GitHub CLI v2.86.0 is real but fresh—validate aqua registry sync before merging.

Release published January 21, 2026, and is available via standard channels (Homebrew, Chocolatey, GitHub releases). No registry pins found in this repo, so aqua will pull from its default registry. Confirm the registry has synced the release and that mise install succeeds in CI before merge, given the 5-day age window.

🤖 Prompt for AI Agents
In @.mise.toml at line 13, The aqua dependency entry "aqua:cli/cli" = "2.86.0"
was added but v2.86.0 is very recent—before merging, verify the aqua registry
has the new release and that mise can install it; run mise install locally and
add a CI job that runs mise install (or a dedicated check) to confirm success,
or alternatively pin the registry/source explicitly in .mise.toml/CI to a known
synced registry if you need to block until propagation; update CI to fail the PR
if mise install of "aqua:cli/cli"@2.86.0 fails so the repo never breaks after
merge.

"aqua:cloudflare/cloudflared" = "2025.10.0"
"aqua:cue-lang/cue" = "0.14.2"
"aqua:FiloSottile/age" = "1.2.1"
Expand Down