-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency cli/cli to v2.83.2 #1193
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
Open
renovate
wants to merge
1
commit into
v2
Choose a base branch
from
renovate/cli-cli-2.x
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
cb75b07 to
65db3a0
Compare
65db3a0 to
0b3e8eb
Compare
0b3e8eb to
d4271cf
Compare
d4271cf to
3631860
Compare
3631860 to
6b5f802
Compare
6b5f802 to
d84bce0
Compare
d84bce0 to
4c8cf05
Compare
4c8cf05 to
2a6c3b6
Compare
2a6c3b6 to
bf9764b
Compare
bf9764b to
ba10ce3
Compare
ba10ce3 to
7651471
Compare
7651471 to
ca6636f
Compare
ca6636f to
4542248
Compare
4542248 to
d385568
Compare
d385568 to
e1b00a2
Compare
9f6d53a to
eb2aed5
Compare
eb2aed5 to
84de8f3
Compare
84de8f3 to
83fe439
Compare
83fe439 to
3754ea7
Compare
3754ea7 to
7a182d6
Compare
7a182d6 to
cb65888
Compare
cb65888 to
061f2d9
Compare
061f2d9 to
8035dc3
Compare
8035dc3 to
f5478a8
Compare
f5478a8 to
b125ba0
Compare
b125ba0 to
e99e10d
Compare
e99e10d to
0ef88c1
Compare
0ef88c1 to
a03800d
Compare
a03800d to
2489cc0
Compare
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:
v2.52.0→v2.83.2Release Notes
cli/cli (cli/cli)
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 #11162New Contributors
Full Changelog: cli/cli@v2.76.2...v2.77.0
v2.76.2: GitHub CLI 2.76.2Compare Source
gh pr createregression fixThis release fixes a regression introduced in
v2.76.1where organization teams were not present in prompts for pull request reviewers. This caused problems in multiple commands:gh pr createcould not select teams when adding pull request reviewersgh pr create --reviewerflag did not present a list of organization teamsgh pr edit --add-reviewerflag did not present a list of organization teamsgh pr edit --remove-reviewerflag did not present a list of organization teamsFor more information, see #11403
What's Changed
🐛 Fixes
📚 Docs & Chores
gh-modelsnot respecting API rate-limit by @babakks in #11398Full Changelog: cli/cli@v2.76.1...v2.76.2
v2.76.1: GitHub CLI 2.76.1Compare Source
gh pr createregression fixThis release fixes a regression introduced in
v2.76.0where organization teams were retrieved outside of intentional use cases. This caused problems for GitHub Enterprise Server users using the GitHub Actions automatic token that does not have access to organization teams.For more information, see #11360
What's Changed
🐛 Fixes
gh pr create, only fetch teams when reviewers contain a team by @BagToad in #11361📚 Docs & Chores
pushtotrunkbranch by @andyfeller in #11325api--previewdocs by @jsoref in #11274Full Changelog: cli/cli@v2.76.0...v2.76.1
v2.76.0: GitHub CLI 2.76.0Compare Source
GitHub Copilot Pro+ and Copilot Enterprise subscribers can now assign issues to GitHub Copilot during issue creation using:
gh issue create --assignee @​copilotgh issue create --assignee @​copilot --webCopilot (AI)as assignee ingh issue createmetadataFor more details, refer to the full changelog post for Copilot coding agent.
What's Changed
✨ Features
gh issue createby @andyfeller in #11279release viewcommand by @bdehamer in #11251🐛 Fixes
extensionandfilenamequalifiers intopathqualifier for web code search by @samcoe in #11211📚 Docs & Chores
Full Changelog: cli/cli@v2.75.1...v2.76.0
v2.75.1: GitHub CLI 2.75.1Compare Source
What's Changed
🐛 Fixes
gh pr createprioritize--titleand--bodyover--fillwhen--webis present" by @andyfeller in #11300📚 Docs & Chores
~/.config/gh/config.ymlby @kurahaupo in #11246third-party/folder out of CodeQL results by @BagToad in #11278third-partysource from golangci-lint by @andyfeller in #11293New Contributors
Full Changelog: cli/cli@v2.75.0...v2.75.1
v2.75.0: GitHub CLI 2.75.0Compare Source
What's Changed
✨ Features
--no-repos-selectedongh secret setby @williammartin in #11217🐛 Fixes
gh pr createprioritize--titleand--bodyover--fillwhen--webis present by @dankrzeminski32 in #10547HTTP 404when deleting remote branch inpr mergeby @babakks in #11234📚 Docs & Chores
workflow_dispatchsupport to PR Help Wanted check by @BagToad in #11179GH_TOKENenv variable from workflow by @BagToad in #11190aptin installation instructions by @tklauser in #11216cli/clirepository by @andyfeller in #11060.rsysogeneration script by @andyfeller in #11257New Contributors
Full Changelog: cli/cli@v2.74.2...v2.75.0
v2.74.2: GitHub CLI 2.74.2Compare Source
What's Changed
🐛 Fixes
gh pr editby @BagToad in #11065📚 Docs & Chores
help wantedlabelling by @williammartin in #11105New Contributors
Full Changelog: cli/cli@v2.74.1...v2.74.2
v2.74.1: GitHub CLI 2.74.1Compare Source
What's Changed
@copilotingh [pr|issue] edit --add-assigneeand--remove-assigneeby @timrogers in #11056Full Changelog: cli/cli@v2.74.0...v2.74.1
v2.74.0: GitHub CLI 2.74.0Compare Source
Security
A security vulnerability has been identified in a core
ghdependency,go-gh, where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user's machine by replacing HTTP URLs provided by GitHub with local file paths for browsing.This issue is addressed in this
ghrelease by updatinggo-ghto a fixed version.For more information, see GHSA-g9f5-x53j-h563
What's changed
✨ Features
preview promptercommand by @BagToad in #10745--compactflag by @iamazeem in #10629🐛 Fixes
gh config --helpby @BagToad in #11003gh gist editpanic when no file in a gist by @phanen in #10627gh attestationcommands by @malancas in #10943📚 Docs & Chores
RenderJobsandRenderJobsCompactby @babakks in #11013--headoption topr listdocs by @babakks in #10979pr createwill print the created PR's URL by @babakks in #10980go-ghto v2.12.1 by @BagToad in #11043New Contributors
Full Changelog: cli/cli@v2.73.0...v2.74.0
v2.73.0: GitHub CLI 2.73.0Compare Source
You can now assign issues to GitHub Copilot directly from
gh, just as you would assign them to a teammate. Usegh issue edit <number> --add-assignee @​copilotto assign the GitHub Copilot coding agent, and Copilot will work in the background to understand the issue, propose a solution, and open a pull request when it's ready for your review. If you rungh issue editinteractively,Copilot (AI)will be displayed as a potential assignee. This feature is available for GitHub Copilot Pro+ and Copilot Enterprise subscribers. For more details, refer to the full changelog post for Copilot coding agent.What's Changed
✨ Features
issue editandpr editby @BagToad in #10992gh issue edit: actors are assignable to issues by @BagToad in #10960gh pr edit: Assign actors to pull requests by @BagToad in #10984issue edit,pr edit: handle display names in interactive assignee editing by @BagToad in #10990issue edit,pr edit: Support special non-interactive (flags) assignee name@copilotby @BagToad in #10991closedByPullRequestsReferencesJSON field by @iamazeem in [#10Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.