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

chore(deps): update dependency github-cli to v2.67.0 #295

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

This PR contains the following updates:

Package Update New value References Sourcegraph
github-cli minor 2.67.0 source code search for "github-cli"

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

New Contributors

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

v2.55.0: GitHub CLI 2.55.0

Compare Source

What's Changed


Configuration

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


  • 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 added the bot label Nov 6, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 66250db to 33f7fa4 Compare November 14, 2023 12:03
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.38.0 chore(deps): update dependency github-cli to v2.39.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 33f7fa4 to 88de467 Compare November 14, 2023 17:11
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.39.0 chore(deps): update dependency github-cli to v2.39.1 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 88de467 to 61888e3 Compare November 27, 2023 19:10
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.39.1 chore(deps): update dependency github-cli to v2.39.2 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 61888e3 to cbd3339 Compare December 7, 2023 15:33
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.39.2 chore(deps): update dependency github-cli to v2.40.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from cbd3339 to 314e2ce Compare December 13, 2023 15:26
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.40.0 chore(deps): update dependency github-cli to v2.40.1 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 314e2ce to 39b8eac Compare January 8, 2024 17:37
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.40.1 chore(deps): update dependency github-cli to v2.41.0 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 39b8eac to 221ce63 Compare January 11, 2024 15:14
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.41.0 chore(deps): update dependency github-cli to v2.42.0 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 221ce63 to cc9ffe8 Compare January 16, 2024 22:12
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.42.0 chore(deps): update dependency github-cli to v2.42.1 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from cc9ffe8 to 582d78a Compare January 31, 2024 16:10
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.42.1 chore(deps): update dependency github-cli to v2.43.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 582d78a to 234a679 Compare January 31, 2024 21:45
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.43.0 chore(deps): update dependency github-cli to v2.43.1 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 234a679 to df8fca2 Compare February 15, 2024 15:49
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.43.1 chore(deps): update dependency github-cli to v2.44.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from df8fca2 to 2393821 Compare February 16, 2024 19:36
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.44.0 chore(deps): update dependency github-cli to v2.44.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 2393821 to cccee72 Compare March 4, 2024 21:15
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.44.1 chore(deps): update dependency github-cli to v2.45.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from cccee72 to e58d581 Compare March 20, 2024 19:28
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.45.0 chore(deps): update dependency github-cli to v2.46.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from e58d581 to 7b630ea Compare April 3, 2024 19:41
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 615a3d4 to 40da805 Compare October 1, 2024 22:06
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.57.0 chore(deps): update dependency github-cli to v2.58.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 40da805 to c069d02 Compare October 16, 2024 13:04
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.58.0 chore(deps): update dependency github-cli to v2.59.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from c069d02 to 4bb76fe Compare October 24, 2024 17:41
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.59.0 chore(deps): update dependency github-cli to v2.60.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 4bb76fe to f76e7cb Compare October 25, 2024 18:57
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.60.0 chore(deps): update dependency github-cli to v2.60.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from f76e7cb to ed4b7f9 Compare November 7, 2024 14:09
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.60.1 chore(deps): update dependency github-cli to v2.61.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from ed4b7f9 to 36e1659 Compare November 14, 2024 18:31
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.61.0 chore(deps): update dependency github-cli to v2.62.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 36e1659 to beff6ca Compare November 28, 2024 00:06
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.62.0 chore(deps): update dependency github-cli to v2.63.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from beff6ca to deed609 Compare December 4, 2024 00:59
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.63.0 chore(deps): update dependency github-cli to v2.63.1 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from deed609 to 82ea168 Compare December 5, 2024 19:15
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.63.1 chore(deps): update dependency github-cli to v2.63.2 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 82ea168 to e869a0e Compare December 20, 2024 22:19
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.63.2 chore(deps): update dependency github-cli to v2.64.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from e869a0e to 4ad380e Compare January 6, 2025 22:25
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.64.0 chore(deps): update dependency github-cli to v2.65.0 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 4ad380e to 498c065 Compare January 30, 2025 20:12
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.65.0 chore(deps): update dependency github-cli to v2.66.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 498c065 to 2d0bcc2 Compare February 1, 2025 01:51
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.66.0 chore(deps): update dependency github-cli to v2.66.1 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 2d0bcc2 to 203d780 Compare February 11, 2025 21:37
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.66.1 chore(deps): update dependency github-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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant