⬆️ Update dependency aqua:cli/cli to v2.88.0#27
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
a8acc9c to
f56d8aa
Compare
344fbf5 to
1caf435
Compare
1caf435 to
a84d337
Compare
a84d337 to
a7b6909
Compare
a7b6909 to
ca5bcbf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0→2.88.0Release Notes
cli/cli (aqua:cli/cli)
v2.88.0: GitHub CLI 2.88.0Compare Source
ghgh pr createandgh pr editnow support Copilot Code Review as a reviewer. Request a review with--add-reviewer @​copilot, or select Copilot interactively from the searchable reviewer prompt.Create a pull request and request review from Copilot:
Edit a pull request and request review from Copilot:
Close issues as duplicates with
gh issue close --duplicate-ofYou can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new
--duplicate-offlag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use--reason duplicateto set the close reason without linking a specific issue.JSON support for
gh agent-taskgh agent-task listandgh agent-task viewnow support--json,--jq, and--templateflags, consistent with otherghcommands.What's Changed
✨ Features
gh pr create: login-based reviewer requests and search-based interactive selection by @BagToad in #12627gh pr viewandgh issue view: show friendly display names for all actors by @BagToad in #12854gh issue close: add--duplicate-offlag and duplicate reason by @tksohishi in #12811gh pr diff: add--excludeflag to filter files from diff output by @yuvrajangadsingh in #12655gh pr view/list: addchangeTypefield to files JSON output by @yuvrajangadsingh in #12657gh repo clone: add--no-upstreamflag by @4RH1T3CT0R7 in #12686gh repo edit: add--squash-merge-commit-messageflag by @yuvrajangadsingh in #12846gh browse: add--blameflag by @masonmcelvain in #11486gh agent-task list: add--jsonsupport by @maxbeizer in #12806gh agent-task view: add--jsonsupport by @maxbeizer in #12807gh copilot: setCOPILOT_GHenv var when launching Copilot CLI by @devm33 in #12821🐛 Fixes
gh project item-editerror when editing Draft Issue with only one (--title/--body) flag by @ManManavadaria in #12787owner/repoby @Copilot in #12836databaseIdalways being0in--jsonoutput by @srt32 in #12783--remoteflag used with repo argument by @majiayu000 in #12375gh issue view --commentsby @VishnuVV27 in #12652gh issue listby @LouisLau-art in #12623.git/configcorruption on repeatedissue develop --nameinvocation by @gunadhya in #12651📚 Docs & Chores
gh issue closehelp text by @BagToad in #12830prefixin Makefile by @scarf005 in #11714api/client.goand project queries by @yuvrajangadsingh in #12845StateReasonandStateReasonDuplicatefeature detection by @BagToad in #12838New Contributors
Full Changelog: cli/cli@v2.87.3...v2.88.0
v2.87.3: GitHub CLI 2.87.3Compare Source
What's Changed
Full Changelog: cli/cli@v2.87.2...v2.87.3
v2.87.2: GitHub CLI 2.87.2Compare Source
ℹ️ Note
This release was cut primarily to resolve a publishing issue. We recommend reviewing the v2.87.1 release notes for the complete set of latest features and fixes.
What's Changed
Full Changelog: cli/cli@v2.87.1...v2.87.2
v2.87.1: GitHub CLI 2.87.1Compare Source
The v2.87.1 release experienced a failure in our workflow and is not fully published to the designated package managers/repositories. This is resolved in v2.87.2, so we recommend using that release instead.
What's Changed
Full Changelog: cli/cli@v2.87.0...v2.87.1
v2.87.0: GitHub CLI 2.87.0Compare Source
gh workflow runimmediately returns workflow run URLOne of our most requested features - with the latest changes in GitHub API,
gh workflow runwill immediately print the created workflow run URL.Improved
gh auth loginexperience in VM/WSL environmentsWe have observed rare cases of time drift between the wall and monotonic clocks, mostly in WSL or VM environments, causing failures during polling for the OAuth token. This new release implements measures to account for such situations.
If you continue to experience
gh auth loginissues in WSL, please comment in #9370gh+ performance improvementsgh pr editnow supports Copilot Code Review as a reviewer. You can request a review from Copilot using the--add-reviewer @​copilotflag or interactively by selecting reviewers in the prompts.This release also introduces a new search experience for selecting reviewers and assignees in
gh pr edit. Instead of loading all collaborators and teams upfront, results are now fetched based on inputs to a new search option. Initial options are suggestions based on those involved with the pull request already.This experience will follow in
gh pr createandgh issuefor assignees in a later release.What's Changed
✨ Features
--queryflag toproject item-listby @williammartin in #12696--exit-statuswith--logand--log-failedinrun viewby @williammartin in #12679gh pr edit: Add support for Copilot as reviewer with search capability, performance and accessibility improvements by @BagToad in #12567gh pr edit: new interactive prompt for assignee selection, performance and accessibility improvements by @BagToad in #12526📚 Docs & Chores
gh release upload: Clarify--clobberflag deletes assets before re-uploading by @BagToad in #12711gh gist editcommand by @BagToad in #12710cli/oauthtov1.2.2by @babakks in #12573New Contributors
Full Changelog: cli/cli@v2.86.0...v2.87.0
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/oauth@v1.2.1by @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
v2.82.0: GitHub CLI 2.82.0Compare Source
✨ Features
gh pr edit: Only fetch org teams for reviewers when required by @BagToad in #11835🐛 Fixes
gh agent-task create: Fix--follownot killing the progress indicator by @BagToad in #11879gh agent-task create: Fix targetting upstream instead of default repo by @BagToad in #11896auth loginandauth refreshto use UNIX socket by @babakks in #11922Full Changelog: cli/cli@v2.81.0...v2.82.0
v2.81.0: GitHub CLI 2.81.0Compare Source
Support for GitHub Release Attestations
This release introduces the
release verifyandrelease verify-assetcommands for verifying GitHub Release attestations. Part of the Immutable Releases initiative, a release attestation provides a signed, timestamped binding between a release, its git tag, and any associated assets. These new commands provide a convenient way to verify the integrity of an immutable release against its attestation.gh release verifygh release verify v1.2.3gh release verify-asset my-asset.zipgh release verify-asset v1.2.3 my-asset.zipThese commands help ensure that releases and their assets are authentic and haven’t been tampered with, providing an additional layer of security for your software supply chain.
gh auth statusSupports JSON OutputThis release adds support for the
--jsonflag ingh auth status. Rungh auth status --helpfor more information and usage examples.What's Changed
✨ Features
coforpr checkoutby @babakks in #11804gh auth statusby @benjlevesque in #11544release verifyandrelease verify-assetare now visible by @ejahnGithub in #11801🐛 Fixes
📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.80.0...v2.81.0
v2.80.0: GitHub CLI 2.80.0Compare Source
This GitHub CLI release introduces the
agent-taskcommandset for managing coding agent tasks ingh:gh agent-task create "refactor the codebase"gh agent-task listgh agent-task view 1234gh agent-task view 1234 --log --followFor more information about command line flags and arguments, run
gh agent-task <command> --help.The
agent-taskcommandset also ships with the following aliases for convenience:gh agent-tasksgh agentgh agentsℹ️ The
agent-taskcommandset is in preview and is subject to change without notice.Got feedback? Let us know what you like or don't like in an issue ❤️
What's Changed
✨ Features
gh agent-taskcommandset by @BagToad and @babakks in #11797🐛 Fixes
Full Changelog: cli/cli@v2.79.0...v2.80.0
v2.79.0: GitHub CLI 2.79.0Compare Source
Advanced Issue Search Support
The GitHub CLI now supports advanced issue search syntax using:
gh search issues <advanced issue search query>gh search prs <advanced issue search query>gh issue list --search <advanced issue search query>gh pr list --search <advanced issue search query>For more information about advanced issue search syntax, see: "Filtering and Searching Issues and Pull Requests"
Copy OAuth Code Automatically
The GitHub CLI now supports writing the OAuth one-time pass code to the clipboard automatically during authentication:
gh auth login --clipboard/gh auth login -cgh auth refresh --clipboard/gh auth refresh -cWhat's Changed
✨ Features
gh authAutomatically copy one-time OAuth code to clipboard by @ankddev in #11518--refingh cache deleteby @luxass in #11592📚 Docs & Chores
--generate-notesand--notes-from-tagby @ankddev in #11534slices.Equalto simplify code by @minxinyi in #11364New Contributors
Full Changelog: cli/cli@v2.78.0...v2.79.0
v2.78.0: GitHub CLI 2.78.0Compare Source
ℹ️ Note
This release was cut primarily to resolve a Linux package distribution issue. We recommend reviewing the v2.77.0 release notes for the complete set of latest features and fixes.
What's Changed
✨ Features
--forceflag togh run cancelby @ankddev in #11513🐛 Fixes
Full Changelog: cli/cli@v2.77.0...v2.78.0
v2.77.0: GitHub CLI 2.77.0Compare Source
The v2.77.0 release experienced a failure publishing to our official Linux repos. This is resolved in v2.78.0, so we recommend using that release instead.
What's Changed
✨ Features
gh issue viewby @andyfeller in #11496gh pr viewoutput by @andyfeller in #11497🐛 Fixes
gh repo delete --yessafety issue when no repository argument provided by @Copilot in #11536📚 Docs & Chores
help wantedlabel regexp in CI automation by @babakks in #11423gh searchdocs to explain the usage of--to exclude certain results by @Sukhpreet-s in #11162Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.