Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

chore(deps): update dependency cli/cli to v2.53.0 #75

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 25, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
cli/cli minor v2.3.0 -> v2.53.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cli/cli (cli/cli)

v2.53.0: GitHub CLI 2.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.52.0...v2.53.0

v2.52.0: GitHub CLI 2.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.51.0...v2.52.0

v2.51.0: GitHub CLI 2.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.50.0...v2.51.0

v2.50.0: GitHub CLI 2.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.49.2...v2.50.0

v2.49.2: GitHub CLI 2.49.2

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.49.1...v2.49.2

v2.49.1: GitHub CLI 2.49.1

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.49.0...v2.49.1

v2.49.0: GitHub CLI 2.49.0

Compare Source

Support for GitHub Artifact Attestations

v2.49.0 release introduces the attestation command set for downloading and verifying attestations about artifacts built in GitHub Actions! This is part of the larger Artifact Attestations initiative. An artifact attestation is a piece of cryptographically signed metadata that is generated as part of your artifact build process. These attestations bind artifacts to the details of the workflow run that produced them, and allow you to guarantee the integrity and provenance of any artifact built in GitHub Actions.

### Verify a local artifact
gh attestation verify artifact.bin -o <your org>

### Verify a local artifact against a local artifact attestation
gh attestation verify artifact.bin -b ./artifact-v0.0.1-bundle.json -o <your org>

### Verify an OCI image
gh attestation verify oci://ghcr.io/foo/bar:latest -o <your org>

### Download artifact attestations
gh attestation download artifact.bin -o <your org>

To get started, check out gh help attestation. You can also use the gh at <command> alias for short.

What's Changed

New Contributors

Full Changelog: cli/cli@v2.48.0...v2.49.0

v2.48.0: GitHub CLI 2.48.0

Compare Source

The Big Stuff

The Rest

New Contributors

Full Changelog: cli/cli@v2.47.0...v2.48.0

v2.47.0: GitHub CLI 2.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.46.0...v2.47.0

v2.46.0: GitHub CLI 2.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.45.0...v2.46.0

v2.45.0: GitHub CLI 2.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.44.1...v2.45.0

v2.44.1: GitHub CLI 2.44.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.44.0...v2.44.1

v2.44.0: GitHub CLI 2.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.43.1...v2.44.0

v2.43.1: GitHub CLI 2.43.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.43.0...v2.43.1

v2.43.0: GitHub CLI 2.43.0

Compare Source

Special note

With this release, the GitHub CLI team sees @​samcoe off to new adventures beyond GitHub! 😿 Sam has been an amazing maintainer and colleague who has helped so many people adopt gh while trying to connect with the community regarding its needs. There will forever be a Sam-shaped hole no one can fill but hope he continues to be a part wherever his whirlwind journey takes him! ❤️

What's Changed

New Contributors

Full Changelog: cli/cli@v2.42.1...v2.43.0

v2.42.1: GitHub CLI 2.42.1

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.42.0...v2.42.1

v2.42.0: GitHub CLI 2.42.0

Compare Source

What's Changed

Full Changelog: cli/cli@v2.41.0...v2.42.0

v2.41.0: GitHub CLI 2.41.0

Compare Source

As you can see from the notes below, this release contains some quality of life improvements as well as a move to Azure Code Signing for Windows .exe and .msi release artifacts. This change was extensively tested prior to the holidays before our previous signing certificate expired, however the CLI team is being attentive to issues or discussions raised by our Windows community if any problems or concerns arise. 🙇 ❤️

What's Changed

New Contributors

Full Changelog: cli/cli@v2.40.1...v2.41.0

v2.40.1: GitHub CLI 2.40.1

Compare Source

What's Changed

Other Things

Full Changelog: cli/cli@v2.40.0...v2.40.1

v2.40.0: GitHub CLI 2.40.0

Compare Source

Multiple Account Support

With the v2.40.0 release, multi-account support is introduced to gh for GitHub.com and GitHub Enterprise and it is only the beginning!

Thanks to @​gabe565 for his efforts to support multi-account capabilities with gh-profile extension for this long requested feature! ❤️

This release focuses on several specific use cases:

  • adding multiple accounts for GitHub.com and GitHub Enterprise with gh auth login
  • switching manually between accounts for gh and git use with gh auth switch
  • seeing multiple accounts with gh auth status
  • logging out of accounts with gh auth logout

Future enhancements such as automatic account switching based on context and more git automatic git configuration will be planned based on community feedback.

For much more detail about the specific of multiple account support in this release as well as a discussion of the sharp edges, please see this doc.

Please provide feedback in our release discussion.

What's changed

Other technical changes

New Contributors

Full Changelog: cli/cli@v2.39.2...v2.40.0


This discussion was created from the release GitHub CLI 2.40.0.

v2.39.2: GitHub CLI 2.39.2

Compare Source

What's Changed

Full Changelog: cli/cli@v2.39.1...v2.39.2

v2.39.1: GitHub CLI 2.39.1

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.39.0...v2.39.1

v2.39.0: GitHub CLI 2.39.0

Compare Source

What's Changed


Configuration

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 4332515 to a85e9db Compare January 3, 2023 23:25
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.21.1 chore(deps): update dependency cli/cli to v2.21.2 Jan 3, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from a85e9db to 3f25975 Compare January 25, 2023 18:17
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.21.2 chore(deps): update dependency cli/cli to v2.22.0 Jan 25, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3f25975 to 67c2bce Compare January 27, 2023 17:52
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.22.0 chore(deps): update dependency cli/cli to v2.22.1 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 67c2bce to 186ad3d Compare February 8, 2023 06:49
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.22.1 chore(deps): update dependency cli/cli to v2.23.0 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 186ad3d to 9b89e28 Compare March 16, 2023 09:35
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.23.0 chore(deps): update dependency cli/cli to v2.24.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 9b89e28 to b4142b0 Compare March 21, 2023 01:45
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.24.3 chore(deps): update dependency cli/cli to v2.25.0 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from b4142b0 to 86482ea Compare March 22, 2023 13:19
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.25.0 chore(deps): update dependency cli/cli to v2.25.1 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 86482ea to 92c320e Compare May 17, 2023 22:09
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.25.1 chore(deps): update dependency cli/cli to v2.29.0 May 17, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 92c320e to 153ba3c Compare June 1, 2023 03:43
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.29.0 chore(deps): update dependency cli/cli to v2.30.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 153ba3c to f088c4b Compare June 22, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.30.0 chore(deps): update dependency cli/cli to v2.31.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from f088c4b to 7760a6e Compare July 12, 2023 05:29
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.31.0 chore(deps): update dependency cli/cli to v2.32.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 7760a6e to fdde140 Compare July 25, 2023 02:21
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.32.0 chore(deps): update dependency cli/cli to v2.32.1 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from fdde140 to 2501381 Compare August 23, 2023 05:24
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.32.1 chore(deps): update dependency cli/cli to v2.33.0 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 2501381 to 62be8b3 Compare September 7, 2023 02:50
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.33.0 chore(deps): update dependency cli/cli to v2.34.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 62be8b3 to 7b95863 Compare September 19, 2023 20:48
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.34.0 chore(deps): update dependency cli/cli to v2.35.0 Sep 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.40.0 chore(deps): update dependency cli/cli to v2.40.1 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 105afb1 to 7b14e07 Compare January 9, 2024 23:36
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.40.1 chore(deps): update dependency cli/cli to v2.41.0 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 7b14e07 to 3d5fa77 Compare January 12, 2024 14:54
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.41.0 chore(deps): update dependency cli/cli to v2.42.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3d5fa77 to 9681ee5 Compare March 2, 2024 11:24
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.42.0 chore(deps): update dependency cli/cli to v2.44.1 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 9681ee5 to 61ad4cc Compare March 5, 2024 02:08
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.44.1 chore(deps): update dependency cli/cli to v2.45.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 61ad4cc to ac4c89c Compare March 22, 2024 05:53
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.45.0 chore(deps): update dependency cli/cli to v2.46.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from ac4c89c to 8bde92a Compare April 5, 2024 02:44
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.46.0 chore(deps): update dependency cli/cli to v2.47.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 8bde92a to f2b6dd0 Compare April 18, 2024 02:48
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.47.0 chore(deps): update dependency cli/cli to v2.48.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from f2b6dd0 to 784a338 Compare April 30, 2024 17:53
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.48.0 chore(deps): update dependency cli/cli to v2.49.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 784a338 to 815f665 Compare May 9, 2024 02:49
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.49.0 chore(deps): update dependency cli/cli to v2.49.1 May 9, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 815f665 to eae3ecc Compare May 22, 2024 20:48
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.49.1 chore(deps): update dependency cli/cli to v2.49.2 May 22, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from eae3ecc to 4d422eb Compare May 31, 2024 02:46
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.49.2 chore(deps): update dependency cli/cli to v2.50.0 May 31, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 4d422eb to 78fcc72 Compare June 17, 2024 05:10
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.50.0 chore(deps): update dependency cli/cli to v2.51.0 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 78fcc72 to 97139e7 Compare June 26, 2024 02:51
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.51.0 chore(deps): update dependency cli/cli to v2.52.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 97139e7 to 8322a6a Compare July 18, 2024 06:00
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.52.0 chore(deps): update dependency cli/cli to v2.53.0 Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants