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 module github.com/cli/cli/v2 to v2.60.1 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cli/cli/v2 v2.47.0 -> v2.60.1 age adoption passing confidence

Release Notes

cli/cli (github.com/cli/cli/v2)

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

New Contributors

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

v2.54.0: GitHub CLI 2.54.0

Compare Source

What's Changed

New Contributors

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

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Apr 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from f61ee43 to 6310eae Compare April 30, 2024 17:20
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.48.0 Update module github.com/cli/cli/v2 to v2.49.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 6310eae to 4958366 Compare May 8, 2024 20:29
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.49.0 Update module github.com/cli/cli/v2 to v2.49.1 May 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 4958366 to 7e65158 Compare May 13, 2024 19:33
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.49.1 Update module github.com/cli/cli/v2 to v2.49.2 May 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 7e65158 to e77486b Compare May 29, 2024 18:37
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.49.2 Update module github.com/cli/cli/v2 to v2.50.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from e77486b to e0356b4 Compare June 13, 2024 14:00
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.50.0 Update module github.com/cli/cli/v2 to v2.51.0 Jun 13, 2024
Copy link
Contributor Author

renovate bot commented Jun 13, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.1 -> 1.23.2
github.com/charmbracelet/lipgloss v0.10.0 -> v0.10.1-0.20240413172830-d0be07ea6b9c
golang.org/x/term v0.19.0 -> v0.25.0
golang.org/x/crypto v0.21.0 -> v0.28.0
golang.org/x/net v0.22.0 -> v0.30.0
golang.org/x/sync v0.6.0 -> v0.8.0
golang.org/x/sys v0.19.0 -> v0.26.0
golang.org/x/text v0.14.0 -> v0.19.0

@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from e0356b4 to 2e19865 Compare June 24, 2024 21:02
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.51.0 Update module github.com/cli/cli/v2 to v2.52.0 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 2e19865 to 497f9e9 Compare July 17, 2024 19:36
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.52.0 Update module github.com/cli/cli/v2 to v2.53.0 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 497f9e9 to 8eee13a Compare August 1, 2024 19:07
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.53.0 Update module github.com/cli/cli/v2 to v2.54.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 8eee13a to c806a80 Compare August 20, 2024 19:04
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.54.0 Update module github.com/cli/cli/v2 to v2.55.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from c806a80 to 1865b8e Compare September 9, 2024 13:28
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.55.0 Update module github.com/cli/cli/v2 to v2.56.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 1865b8e to 64aae92 Compare September 16, 2024 15:59
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.56.0 Update module github.com/cli/cli/v2 to v2.57.0 Sep 16, 2024
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.57.0 Update module github.com/cli/cli/v2 to v2.58.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 64aae92 to 5bd7ec5 Compare October 1, 2024 22:00
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 5bd7ec5 to 76faa7d Compare October 16, 2024 15:31
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.58.0 Update module github.com/cli/cli/v2 to v2.59.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from 76faa7d to bb05e2f Compare October 24, 2024 18:06
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.59.0 Update module github.com/cli/cli/v2 to v2.60.0 Oct 24, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-cli-cli-v2-2.x branch from bb05e2f to 5f8e0bc Compare October 25, 2024 18:29
@renovate renovate bot changed the title Update module github.com/cli/cli/v2 to v2.60.0 Update module github.com/cli/cli/v2 to v2.60.1 Oct 25, 2024
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.

0 participants