-
Notifications
You must be signed in to change notification settings - Fork 1
feat(github-release): update aqua:cli/cli to v2.86.0 #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughUpdated the aqua CLI tool version in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
496b056 to
2157f84
Compare
3d0ed14 to
0f8c652
Compare
0f8c652 to
eb2ae30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.mise.toml:
- Line 13: The dependency entry "aqua:cli/cli" = "2.86.0" in .mise.toml
references a non-existent release; change it to the published stable "2.85.0"
(update the version string for "aqua:cli/cli") unless you intentionally want a
pre-release — in that case add a justification comment in the PR and verify the
prerelease is available from the registry before keeping "2.86.0".
eb2ae30 to
48e03a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.mise.toml:
- 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:budimanjojo/talhelper" = "3.0.38" | ||
| "aqua:cilium/cilium-cli" = "0.18.8" | ||
| "aqua:cli/cli" = "2.82.0" | ||
| "aqua:cli/cli" = "2.86.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
# First, let's explore the repository structure and find all .mise.toml and aqua config files
git ls-files | head -20Repository: 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 tomlRepository: 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:
ghstable 2.86.0 is available (brew install gh). [3] - Chocolatey (Windows):
gh2.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]
- Homebrew:
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.
This PR contains the following updates:
2.82.0→2.86.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🐄 Talos CATTLE: Major/minor version requires manual approval. Full VM rebuild via Terraform.
Release Notes
cli/cli (aqua:cli/cli)
v2.86.0: GitHub CLI 2.86.0Compare Source
ghSince we deprecated the GitHub Copilot in the CLI extension in favor of the new agentic GitHub Copilot CLI, we want to give developers using
gha simple way to get started using our most powerful terminal assistant.gh copilotwill prompt to install, then run Copilot CLIgh copilot <args>will execute the Copilot CLI, forwarding any arguments and flagsFor more information and usage options, run
gh copilot --help.What's Changed
✨ Features
gh copilot: add nativecopilotcommand to execute/install copilot cli by @devm33 in #12444gh cache delete: allow for delete all caches for a ref by @davidspek in #12101gh pr create: error when head and base refs are identical in pr create by @majiayu000 in #12376📚 Docs & Chores
copilotcommand tests by @babakks in #12500New Contributors
Full Changelog: cli/cli@v2.85.0...v2.86.0
v2.85.0: GitHub CLI 2.85.0Compare Source
What's Changed
✨ Features
🐛 Fixes
📚 Docs & Chores
cli/[email protected]by @babakks in #12337v2by @babakks in #12318New Contributors
Full Changelog: cli/cli@v2.83.2...v2.85.0
v2.83.2: GitHub CLI 2.83.2Compare Source
What's Changed
🐛 Fixes
📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.83.1...v2.83.2
v2.83.1: GitHub CLI 2.83.1Compare Source
What's Changed
🐛 Fixes
gh pr edit: Ensure empty arrays for reviewers in PR API calls by @BagToad in #12122📚 Docs & Chores
Full Changelog: cli/cli@v2.83.0...v2.83.1
v2.83.0: GitHub CLI 2.83.0Compare Source
What's Changed
✨ Features
isImmutabletorelease listJSON output by @babakks in #12064gh agent-task create: support--custom-agent/-aflag by @BagToad in #12068--yesis ignored without a repository, Closes: #12033 by @Shion1305 in #12039pr revertby @lucasmelin in #8826🐛 Fixes
📚 Docs & Chores
workflow_dispatchto govulncheck triggers by @babakks in #12085third-partyfrom Golangci-lint formatting paths by @babakks in #12058go fixto remove deprecated// +buildtags by @babakks in #12056v2.6.0by @babakks in #12049pr checksinrun listdocs by @babakks in #12050gh issue developbranch checkout command by @jonzfisher in #12042apicommand docs around--inputand--fieldby @babakks in #12062--intervalflags docs ingh pr checksby @2003Aditya in #12053New Contributors
Full Changelog: cli/cli@v2.82.1...v2.83.0
v2.82.1: GitHub CLI 2.82.1Compare Source
Fix
gh pr editnot detecting classic projects feature deprecationgh pr editwas not correctly detecting the classic projects API deprecation. This release fixes that detection and avoids an incorrect fetch to the deprecated APIs.This only impacted
gh pr editcommands used to add or remove projects.What's Changed
🐛 Fixes
gh pr edit: do not fetch V1 projects on unsupported GitHub hosts by @BagToad in #11987Full Changelog: cli/cli@v2.82.0...v2.82.1
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.