Skip to content
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

Update dependency cli/cli to v2.67.0 #1193

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

Package Update Change
cli/cli minor v2.52.0 -> v2.67.0

Release Notes

cli/cli (cli/cli)

v2.67.0: GitHub CLI 2.67.0

Compare Source

gh pr checkout now supports interactively selecting a pull request

Similar to commands like gh workflow run which prompts for a workflow to run, now gh pr checkout will prompt for a pull request to checkout. The list is currently limited to the most recent 10 pull requests in the repository.

393797385-499b5dfb-3103-42b8-876a-3a2d4d7173c8.mov

Big thank you to @​nilvng for implementing this 🙌

Contributing guidelines updated

We've updated our CONTRIBUTING.md guidelines to give more clarity around old help wanted issues.

TLDR:

  • Please directly mention @cli/code-reviewers when an issue you want to work on does not have clear Acceptance Criteria
  • Please only open pull requests for issues with both the help wanted label and clear Acceptance Criteria
  • Please avoid expanding pull request scope to include changes that are not described in the connected issue's Acceptance Criteria

Note: Acceptance Criteria is posted as an issue comment by a core maintainer.

See https://github.com/cli/cli/pull/10381 and https://github.com/cli/cli/pull/10395 for more information.

❓ Have feedback on anything? We'd love to hear from you in a discussion post ❤️

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.66.1...v2.67.0

v2.66.1: GitHub CLI 2.66.1

Compare Source

Hotfix: gh pr view fails with provided URL

This addresses a regression in gh pr view was reported in #​10352. This regression was due to a change in v2.66.0 that no longer allowed gh pr subcommands to execute properly outside of a git repo.

What's Changed

Full Changelog: cli/cli@v2.66.0...v2.66.1

v2.66.0: GitHub CLI 2.66.0

Compare Source

gh pr view and gh pr status now respect common triangular workflow configurations

Previously, gh pr view and gh pr status would fail for pull request's (PR) open in triangular workflows. This was due to gh being unable to identify the PR's corresponding remote and branch refs on GitHub.

Now, gh pr view and gh pr status should successfully identify the PR's refs when the following common git configurations are used:

Branch 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 and gh pr status should work regardless of additional config settings.

For more information, see

gh secret list, gh secret set, and gh secret delete now require repository selection when multiple git remotes are present

Previously, gh secret list, gh secret set, and gh secret delete would determine which remote to target for interacting with GitHub Actions secrets. Remotes marked as default using gh repo set-default or through other gh commands had higher priority when figuring out which repository to interact with. This could have unexpected outcomes when using gh 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
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New 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.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.64.0...v2.65.0

v2.64.0: GitHub CLI 2.64.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.63.2...v2.64.0

v2.63.2: GitHub CLI 2.63.2

Compare Source

What's Changed

Full Changelog: cli/cli@v2.63.1...v2.63.2

v2.63.1: GitHub CLI 2.63.1

Compare Source

What's Changed

Security

  • 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.0

Compare Source

What's Changed

Full 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.0

Compare 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 or gh 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, the v2.62.0 version of GitHub CLI will notify users about latest extension upgrades when the extension is used:

$ gh ado2gh
...

A new release of ado2gh is available: 1.7.0 → 1.8.0
To upgrade, run: gh extension upgrade ado2gh --force
https://github.com/github/gh-ado2gh
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:

  1. Extension authors will hopefully see increased adoption of newer releases while having lower bar to maintaining their extensions.
  2. GitHub CLI users will have greater awareness of new features, bug fixes, and security fixes to the extensions used.
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.0

Compare 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:

  1. Interactive gh repo edit visibility change requires confirmation when changing from public, private, or internal
  2. Non-interactive gh repo edit --visibility change requires new --accept-visibility-change-consequences flag to confirm
  3. New content to inform users of consequences
    • Incorporate GitHub Docs content into help usage and interactive gh repo edit experience
    • Expanded help usage to call out most concerning consequences
    • Display repository star and watcher counts to understand impact before confirming

What's Changed

New Contributors

Full Changelog: cli/cli@v2.60.1...v2.61.0

v2.60.1: GitHub CLI 2.60.1

Compare Source

This is a small patch release to fix installing gh via go 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.0

Compare Source

What's Changed

Acceptance Test Changes

New Contributors

Full Changelog: cli/cli@v2.59.0...v2.60.0

v2.59.0: GitHub CLI 2.59.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.58.0...v2.59.0

v2.58.0: GitHub CLI 2.58.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.57.0...v2.58.0

v2.57.0: GitHub CLI 2.57.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.56.0...v2.57.0

v2.56.0: GitHub CLI 2.56.0

Compare 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


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from cb75b07 to 65db3a0 Compare August 1, 2024 18:07
@renovate renovate bot changed the title Update dependency cli/cli to v2.53.0 Update dependency cli/cli to v2.54.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 65db3a0 to 0b3e8eb Compare August 7, 2024 14:44
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 0b3e8eb to d4271cf Compare August 20, 2024 19:22
@renovate renovate bot changed the title Update dependency cli/cli to v2.54.0 Update dependency cli/cli to v2.55.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d4271cf to 3631860 Compare September 9, 2024 12:45
@renovate renovate bot changed the title Update dependency cli/cli to v2.55.0 Update dependency cli/cli to v2.56.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3631860 to 6b5f802 Compare September 16, 2024 17:08
@renovate renovate bot changed the title Update dependency cli/cli to v2.56.0 Update dependency cli/cli to v2.57.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 6b5f802 to d84bce0 Compare October 1, 2024 22:23
@renovate renovate bot changed the title Update dependency cli/cli to v2.57.0 Update dependency cli/cli to v2.58.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d84bce0 to 4c8cf05 Compare October 16, 2024 13:15
@renovate renovate bot changed the title Update dependency cli/cli to v2.58.0 Update dependency cli/cli to v2.59.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 4c8cf05 to 2a6c3b6 Compare October 24, 2024 20:02
@renovate renovate bot changed the title Update dependency cli/cli to v2.59.0 Update dependency cli/cli to v2.60.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 2a6c3b6 to bf9764b Compare October 25, 2024 18:04
@renovate renovate bot changed the title Update dependency cli/cli to v2.60.0 Update dependency cli/cli to v2.60.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from bf9764b to ba10ce3 Compare November 7, 2024 15:58
@renovate renovate bot changed the title Update dependency cli/cli to v2.60.1 Update dependency cli/cli to v2.61.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from ba10ce3 to 7651471 Compare November 14, 2024 18:25
@renovate renovate bot changed the title Update dependency cli/cli to v2.61.0 Update dependency cli/cli to v2.62.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 7651471 to ca6636f Compare November 27, 2024 22:25
@renovate renovate bot changed the title Update dependency cli/cli to v2.62.0 Update dependency cli/cli to v2.63.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from ca6636f to 4542248 Compare December 4, 2024 01:44
@renovate renovate bot changed the title Update dependency cli/cli to v2.63.0 Update dependency cli/cli to v2.63.1 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 4542248 to d385568 Compare December 5, 2024 18:57
@renovate renovate bot changed the title Update dependency cli/cli to v2.63.1 Update dependency cli/cli to v2.63.2 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d385568 to e1b00a2 Compare December 21, 2024 20:55
@renovate renovate bot changed the title Update dependency cli/cli to v2.63.2 Update dependency cli/cli to v2.64.0 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from e1b00a2 to 87ec29b Compare January 7, 2025 00:52
@renovate renovate bot changed the title Update dependency cli/cli to v2.64.0 Update dependency cli/cli to v2.65.0 Jan 7, 2025
@Jasonradford51
Copy link

Access

@Jasonradford51
Copy link

1 similar comment
@Jasonradford51
Copy link

@Jasonradford51
Copy link

#1206

@Jasonradford51
Copy link

#13

1 similar comment
@Jasonradford51
Copy link

#13

@Jasonradford51
Copy link

#1253

@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 87ec29b to 3db3156 Compare January 30, 2025 18:49
@renovate renovate bot changed the title Update dependency cli/cli to v2.65.0 Update dependency cli/cli to v2.66.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3db3156 to 0c30567 Compare February 1, 2025 21:28
@renovate renovate bot changed the title Update dependency cli/cli to v2.66.0 Update dependency cli/cli to v2.66.1 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 0c30567 to d567ca3 Compare February 11, 2025 23:26
@renovate renovate bot changed the title Update dependency cli/cli to v2.66.1 Update dependency cli/cli to v2.67.0 Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant