-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps): update dependency github-cli to v2.67.0 #295
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github-cli-2.x
base: master
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.
Conversation
This file contains 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
66250db
to
33f7fa4
Compare
33f7fa4
to
88de467
Compare
88de467
to
61888e3
Compare
61888e3
to
cbd3339
Compare
cbd3339
to
314e2ce
Compare
314e2ce
to
39b8eac
Compare
39b8eac
to
221ce63
Compare
221ce63
to
cc9ffe8
Compare
cc9ffe8
to
582d78a
Compare
582d78a
to
234a679
Compare
234a679
to
df8fca2
Compare
df8fca2
to
2393821
Compare
2393821
to
cccee72
Compare
cccee72
to
e58d581
Compare
e58d581
to
7b630ea
Compare
615a3d4
to
40da805
Compare
40da805
to
c069d02
Compare
c069d02
to
4bb76fe
Compare
4bb76fe
to
f76e7cb
Compare
f76e7cb
to
ed4b7f9
Compare
ed4b7f9
to
36e1659
Compare
36e1659
to
beff6ca
Compare
beff6ca
to
deed609
Compare
deed609
to
82ea168
Compare
82ea168
to
e869a0e
Compare
Lmillan123
approved these changes
Dec 25, 2024
e869a0e
to
4ad380e
Compare
4ad380e
to
498c065
Compare
498c065
to
2d0bcc2
Compare
2d0bcc2
to
203d780
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:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
cli/cli (github-cli)
v2.67.0
Compare Source
v2.66.1
: GitHub CLI 2.66.1Compare Source
Hotfix:
gh pr view
fails with provided URLThis addresses a regression in
gh pr view
was reported in #10352. This regression was due to a change inv2.66.0
that no longer allowedgh pr
subcommands to execute properly outside of a git repo.What's Changed
gh pr view
fails with provided URL by @jtmcg in https://github.com/cli/cli/pull/10354Full Changelog: cli/cli@v2.66.0...v2.66.1
v2.66.0
: GitHub CLI 2.66.0Compare Source
gh pr view
andgh pr status
now respect common triangular workflow configurationsPreviously,
gh pr view
andgh pr status
would fail for pull request's (PR) open in triangular workflows. This was due togh
being unable to identify the PR's corresponding remote and branch refs on GitHub.Now,
gh pr view
andgh pr status
should successfully identify the PR's refs when the following common git configurations are used:branch.<branchName>.pushremote
is setremote.pushDefault
is setBranch specific configuration, the former, supersedes repo specific configuration, the latter.
Additionally, if the
@{push}
revision syntax for git resolves for a branch,gh pr view
andgh pr status
should work regardless of additional config settings.For more information, see
gh secret list
,gh secret set
, andgh secret delete
now require repository selection when multiplegit
remotes are presentPreviously,
gh secret list
,gh secret set
, andgh secret delete
would determine which remote to target for interacting with GitHub Actions secrets. Remotes marked as default usinggh repo set-default
or through othergh
commands had higher priority when figuring out which repository to interact with. This could have unexpected outcomes when usinggh secret
commands with forked repositories as the upstream repository would generally be selected.Now,
gh secret
commands require users to disambiguate which repository should be the target if multiple remotes are present and the-R, --repo
flag is not provided.For more information, see https://github.com/cli/cli/issues/4688
Extension update notices now notify once every 24 hours per extension and can be disabled
Previously, the GitHub CLI would notify users about newer versions every time an extension was executed. This did not match GitHub CLI notices, which only notified users once every 24 hours and could be disabled through an environment variable.
Now, extension update notices will behave similar to GitHub CLI notices. To disable extension update notices, set the
GH_NO_EXTENSION_UPDATE_NOTIFIER
environment variable.For more information, see https://github.com/cli/cli/issues/9925
What's Changed
✨ Features
gh attestation
attestation bundle fetching logic by @malancas in https://github.com/cli/cli/pull/10185gh attestation verify
table output by @malancas in https://github.com/cli/cli/pull/10104@{push}
by @Frederick888 in https://github.com/cli/cli/pull/9208gh attestation
bundle fetching logic by @malancas in https://github.com/cli/cli/pull/10339🐛 Fixes
gh gist view
andgh gist edit
prompts with no TTY by @mateusmarquezini in https://github.com/cli/cli/pull/10048ReadBranchConfig
andprSelectorForCurrentBranch
by @jtmcg in https://github.com/cli/cli/pull/10197--workflow
flag by @iamazeem in https://github.com/cli/cli/pull/10323📚 Docs & Chores
gh issue create
by @andyfeller in https://github.com/cli/cli/pull/10208gh attestation verify
integration tests by @malancas in https://github.com/cli/cli/pull/10102New Contributors
Big thank you to our many new and longtime contributors making this release happen!! ❤️ ✨
Full Changelog: cli/cli@v2.65.0...v2.66.0
v2.65.0
: GitHub CLI 2.65.0Compare Source
What's Changed
gh pr create
by @cmbrose in https://github.com/cli/cli/pull/10177New Contributors
Full Changelog: cli/cli@v2.64.0...v2.65.0
v2.64.0
: GitHub CLI 2.64.0Compare Source
What's Changed
gh attestation verify
when thebundle-from-oci
flag is specified by @malancas in https://github.com/cli/cli/pull/10020gh repo rename
help text clarifies new repo name should not include owner by @BagToad in https://github.com/cli/cli/pull/10044gh run
andgh codespace
by @uday-rana in https://github.com/cli/cli/pull/10043gh pr merge --delete-branch
exits with error when merge requested via merge queue by @BagToad in https://github.com/cli/cli/pull/10074gh at inspect
improvements by @phillmv in https://github.com/cli/cli/pull/9954pr view
for intra-org forks by @williammartin in https://github.com/cli/cli/pull/10078gh attestation download
by @malancas in https://github.com/cli/cli/pull/10051gh attestation verify
policy options configuration in thenewEnforcementCriteria()
function by @malancas in https://github.com/cli/cli/pull/10012New Contributors
Full Changelog: cli/cli@v2.63.2...v2.64.0
v2.63.2
: GitHub CLI 2.63.2Compare Source
What's Changed
Full Changelog: cli/cli@v2.63.1...v2.63.2
v2.63.1
: GitHub CLI 2.63.1Compare Source
What's Changed
git/client_test.go
comments for linter by @BagToad in https://github.com/cli/cli/pull/9969gh repo fork
, log the change by @timrogers in https://github.com/cli/cli/pull/9983Security
A security vulnerability has been identified in GitHub CLI that could create or overwrite files in unintended directories when users download a malicious GitHub Actions workflow artifact through
gh run download
.For more information, see GHSA-2m9h-r57g-45pj
Full Changelog: cli/cli@v2.63.0...v2.63.1
v2.63.0
: GitHub CLI 2.63.0Compare Source
What's Changed
getAttestations
functions by @malancas in https://github.com/cli/cli/pull/9892baseRefOid
inpr view
by @daliusd in https://github.com/cli/cli/pull/9938heredoc
strings by @BagToad in https://github.com/cli/cli/pull/9948release create
fails due to missingworkflow
OAuth scope by @BagToad in https://github.com/cli/cli/pull/9791Full Changelog: cli/cli@v2.62.0...v2.63.0
Security
A security vulnerability has been identified in the GitHub CLI that could leak authentication tokens when cloning repositories containing git submodules hosted outside of GitHub.com and ghe.com.
For more information, see GHSA-jwcm-9g39-pmcw
New Contributors
v2.62.0
: GitHub CLI 2.62.0Compare Source
What's Changed
Full Changelog: cli/cli@v2.61.0...v2.62.0
Security
A security vulnerability has been identified in GitHub CLI that could allow remote code execution (RCE) when users connect to a malicious Codespace SSH server and use the
gh codespace ssh
orgh codespace logs
commands.For more information, see GHSA-p2h2-3vg9-4p87
GitHub CLI notifies users about latest extension upgrades
Similar to the notification of latest
gh
releases, thev2.62.0
version of GitHub CLI will notify users about latest extension upgrades when the extension is used:Why does this matter?
This removes a common pain point of extension authors as they have had to reverse engineer and implement a similar mechanism within their extensions directly.
With this quality of life improvement, there are 2 big benefits:
What do you need to do?
Extension authors should review their extensions and consider removing any custom logic previously implemented to notify users of new releases.
v2.61.0
: GitHub CLI 2.61.0Compare Source
Ensure users understand consequences before making repository visibility changes
In
v2.61.0
,gh repo edit
command has been enhanced to inform users about consequences of changing visibility and ensure users are intentional before making irreversible changes:gh repo edit
visibility change requires confirmation when changing frompublic
,private
, orinternal
gh repo edit --visibility
change requires new--accept-visibility-change-consequences
flag to confirmgh repo edit
experienceWhat's Changed
project
command by @jtmcg in https://github.com/cli/cli/pull/9816gh ruleset
by @andyfeller in https://github.com/cli/cli/pull/9815gh repo edit
by @andyfeller in https://github.com/cli/cli/pull/9845gh attestation verify
by @malancas in https://github.com/cli/cli/pull/9838gh attestation verify
should only verify provenance attestations by default by @malancas in https://github.com/cli/cli/pull/9825dnf5
commands as default by @its-miroma in https://github.com/cli/cli/pull/9844gh attestation verify
policy enforcement refactor by @malancas in https://github.com/cli/cli/pull/9848gh attestation verify
by @malancas in https://github.com/cli/cli/pull/9877gh cache list
when--json
is provided by @williammartin in https://github.com/cli/cli/pull/9883gh pr create -w
ignore template flag by @nilvng in https://github.com/cli/cli/pull/9863New Contributors
Full Changelog: cli/cli@v2.60.1...v2.61.0
v2.60.1
: GitHub CLI 2.60.1Compare Source
This is a small patch release to fix installing
gh
viago install
which was broken with v2.60.0.What's Changed
Full Changelog: cli/cli@v2.60.0...v2.60.1
v2.60.0
: GitHub CLI 2.60.0Compare Source
What's Changed
LiveSigstoreVerifier.Verify
should error if no attestations are present by @phillmv in https://github.com/cli/cli/pull/9742gh at verify
retries fetching attestations if it receives a 5xx by @phillmv in https://github.com/cli/cli/pull/9797working-with-us.md
by @BagToad in https://github.com/cli/cli/pull/9800gh
is supported on GitHub Enterprise Cloud by @BagToad in https://github.com/cli/cli/pull/9805Acceptance Test Changes
workflow
,run
, andcache
commands by @BagToad in https://github.com/cli/cli/pull/9766api
acceptance tests by @BagToad in https://github.com/cli/cli/pull/9770release
commands by @BagToad in https://github.com/cli/cli/pull/9771org
andssh-key
commands by @BagToad in https://github.com/cli/cli/pull/9812gh auth
commands by @jtmcg in https://github.com/cli/cli/pull/9787repo
commands by @jtmcg in https://github.com/cli/cli/pull/9783search
command by @BagToad in https://github.com/cli/cli/pull/9786variable
commands by @andyfeller in https://github.com/cli/cli/pull/978secret
commands by @andyfeller in https://github.com/cli/cli/pull/9782New Contributors
Full Changelog: cli/cli@v2.59.0...v2.60.0
v2.59.0
: GitHub CLI 2.59.0Compare Source
What's Changed
SECURITY.md
with expectations for privately reported vulnerabilities by @BagToad in https://github.com/cli/cli/pull/9687darwin-amd64
binary on an Apple Silicon macOS device by @timrogers in https://github.com/cli/cli/pull/9650repo license list/view
andrepo gitignore list/view
by @BagToad in https://github.com/cli/cli/pull/9721GH_ACCEPTANCE_SCRIPT
env var to target a single script by @williammartin in https://github.com/cli/cli/pull/9756issue
command by @williammartin in https://github.com/cli/cli/pull/9757gist list
by @heaths in https://github.com/cli/cli/pull/9728New Contributors
Full Changelog: cli/cli@v2.58.0...v2.59.0
v2.58.0
: GitHub CLI 2.58.0Compare Source
What's Changed
attestation verify
custom issuer mismatch error by @bdehamer in https://github.com/cli/cli/pull/9616attestation trusted-root
command by @BagToad in https://github.com/cli/cli/pull/9635attestation trusted-root
command by @bdehamer in https://github.com/cli/cli/pull/9610trusted-root
command by @bdehamer in https://github.com/cli/cli/pull/9638dnf5
instructions todocs/install_linux.md
by @its-miroma in https://github.com/cli/cli/pull/9660New Contributors
Full Changelog: cli/cli@v2.57.0...v2.58.0
v2.57.0
: GitHub CLI 2.57.0Compare Source
What's Changed
--active
flag to thegh auth status
command by @velumuruganr in https://github.com/cli/cli/pull/9520gh attestation verify
test for custom OIDC issuers by @bdehamer in https://github.com/cli/cli/pull/9595darwin-arm64
binary, but adarwin-amd64
binary is available by @timrogers in https://github.com/cli/cli/pull/9599gh attestation verify
bundle parsing and validation errors by @malancas in https://github.com/cli/cli/pull/9564attestation verify
output when no TTY present by @bdehamer in https://github.com/cli/cli/pull/9612New Contributors
Full Changelog: cli/cli@v2.56.0...v2.57.0
v2.56.0
: GitHub CLI 2.56.0Compare Source
Important note about renewed GPG key
The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your
.deb
or.rpm
packages, please read cli/cli#9569.What's Changed
gh repo sync
stdout by @muzimuzhi in https://github.com/cli/cli/pull/9491Internal
fromgh repo create
prompt when owner is not an org by @jtmcg in https://github.com/cli/cli/pull/9465gh run view
by @benebsiny in https://github.com/cli/cli/pull/9482repo sync
by @muzimuzhi in https://github.com/cli/cli/pull/9509gh attestation verify
handles empty JSONL files by @malancas in https://github.com/cli/cli/pull/9541New Contributors
Full Changelog: cli/cli@v2.55.0...v2.56.0
v2.55.0
: GitHub CLI 2.55.0Compare Source
What's Changed
gh variable get
to use repo host by @andyfeller in https://github.com/cli/cli/pull/9411gh repo set-default
by @thecaffeinedev in https://github.com/cli/cli/pull/9431gh run download
downloads the latest artifact by default by @sato11 in https://github.com/cli/cli/pull/9412--project.*
flags'name
withtitle
in docs by @jtmcg in [https://github.com/Replace--project.*
flags'name
withtitle
in docs cli/cli#9443](https://redirect.githConfiguration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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.