rapidsai / ci-imgs

https://hub.docker.com/u/rapidsai
12 stars 16 forks source link

Update dependency cli/cli to v2.60.1 #203

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
cli/cli minor 2.57.0 -> 2.60.1

Release Notes

cli/cli (cli/cli) ### [`v2.60.1`](https://redirect.github.com/cli/cli/releases/tag/v2.60.1): GitHub CLI 2.60.1 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.60.0...v2.60.1) This is a small patch release to fix installing `gh` via `go install` which was broken with v2.60.0. #### What's Changed - Update testscript to use hard fork by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9821](https://redirect.github.com/cli/cli/pull/9821) **Full Changelog**: https://github.com/cli/cli/compare/v2.60.0...v2.60.1 ### [`v2.60.0`](https://redirect.github.com/cli/cli/releases/tag/v2.60.0): GitHub CLI 2.60.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.59.0...v2.60.0) ##### What's Changed - Add ArchivedAt field by [@​tsukasaI](https://redirect.github.com/tsukasaI) in [https://github.com/cli/cli/pull/9790](https://redirect.github.com/cli/cli/pull/9790) - Include startedAt, completedAt in run steps data by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9774](https://redirect.github.com/cli/cli/pull/9774) - Adjust environment help for host and tokens by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9809](https://redirect.github.com/cli/cli/pull/9809) - Add handling of empty titles for Issues and PRs by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9701](https://redirect.github.com/cli/cli/pull/9701) - `LiveSigstoreVerifier.Verify` should error if no attestations are present by [@​phillmv](https://redirect.github.com/phillmv) in [https://github.com/cli/cli/pull/9742](https://redirect.github.com/cli/cli/pull/9742) - `gh at verify` retries fetching attestations if it receives a 5xx by [@​phillmv](https://redirect.github.com/phillmv) in [https://github.com/cli/cli/pull/9797](https://redirect.github.com/cli/cli/pull/9797) - Prevent local extension installations with invalid names and conflicts with core commands and other extensions by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9794](https://redirect.github.com/cli/cli/pull/9794) - Rewrite a sentence in CONTRIBUTING.md by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9772](https://redirect.github.com/cli/cli/pull/9772) - Use new GitHub preview terms in `working-with-us.md` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9800](https://redirect.github.com/cli/cli/pull/9800) - Use new GitHub previews terminology in attestation commands' help docs by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9799](https://redirect.github.com/cli/cli/pull/9799) - Clarify in README that `gh` is supported on GitHub Enterprise Cloud by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9805](https://redirect.github.com/cli/cli/pull/9805) - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9752](https://redirect.github.com/cli/cli/pull/9752) ##### Acceptance Test Changes - Add acceptance tests for `workflow`, `run`, and `cache` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9766](https://redirect.github.com/cli/cli/pull/9766) - Add basic `api` acceptance tests by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9770](https://redirect.github.com/cli/cli/pull/9770) - Add acceptance tests for `release` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9771](https://redirect.github.com/cli/cli/pull/9771) - Add acceptance tests for `org` and `ssh-key` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9812](https://redirect.github.com/cli/cli/pull/9812) - Add acceptance tests for `gh auth` commands by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9787](https://redirect.github.com/cli/cli/pull/9787) - Add acceptance tests for `repo` commands by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9783](https://redirect.github.com/cli/cli/pull/9783) - Add acceptance tests for `search` command by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9786](https://redirect.github.com/cli/cli/pull/9786) - Add acceptance tests for `variable` commands by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/978](https://redirect.github.com/cli/cli/pull/978) - Add testscripts for gpg-key and label commands by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9811](https://redirect.github.com/cli/cli/pull/9811) - Use forked testscript for token redaction by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9804](https://redirect.github.com/cli/cli/pull/9804) - Add acceptance tests for `secret` commands by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9782](https://redirect.github.com/cli/cli/pull/9782) - Note token redaction in Acceptance test README by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9813](https://redirect.github.com/cli/cli/pull/9813) ##### New Contributors - [@​tsukasaI](https://redirect.github.com/tsukasaI) made their first contribution in [https://github.com/cli/cli/pull/9790](https://redirect.github.com/cli/cli/pull/9790) **Full Changelog**: https://github.com/cli/cli/compare/v2.59.0...v2.60.0 ### [`v2.59.0`](https://redirect.github.com/cli/cli/releases/tag/v2.59.0): GitHub CLI 2.59.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.58.0...v2.59.0) #### What's Changed - Allow community submitted design work by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9683](https://redirect.github.com/cli/cli/pull/9683) - Improve `SECURITY.md` with expectations for privately reported vulnerabilities by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9687](https://redirect.github.com/cli/cli/pull/9687) - Emit a log message when extension installation falls back to a `darwin-amd64` binary on an Apple Silicon macOS device by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9650](https://redirect.github.com/cli/cli/pull/9650) - Print the login URL even when opening a browser by [@​ulfjack](https://redirect.github.com/ulfjack) in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - configurable maxwidth for markdown WithWrap() by [@​smemsh](https://redirect.github.com/smemsh) in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) - Handle errors when parsing hostname in auth flow by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9729](https://redirect.github.com/cli/cli/pull/9729) - Add `repo license list/view` and `repo gitignore list/view` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9721](https://redirect.github.com/cli/cli/pull/9721) - Introduce testscript acceptance tests generally, and for the PR command specifically by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9745](https://redirect.github.com/cli/cli/pull/9745) - Support `GH_ACCEPTANCE_SCRIPT` env var to target a single script by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9756](https://redirect.github.com/cli/cli/pull/9756) - Ensure Acceptance defer failures are debuggable by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9754](https://redirect.github.com/cli/cli/pull/9754) - Add acceptance task to makefile by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9748](https://redirect.github.com/cli/cli/pull/9748) - Add Acceptance tests for `issue` command by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9757](https://redirect.github.com/cli/cli/pull/9757) - Update IsEnterprise and IsTenancy for orthogonality using go-gh by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9755](https://redirect.github.com/cli/cli/pull/9755) - Supporting filtering on `gist list` by [@​heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9728](https://redirect.github.com/cli/cli/pull/9728) #### New Contributors - [@​ulfjack](https://redirect.github.com/ulfjack) made their first contribution in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - [@​smemsh](https://redirect.github.com/smemsh) made their first contribution in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) **Full Changelog**: https://github.com/cli/cli/compare/v2.58.0...v2.59.0 ### [`v2.58.0`](https://redirect.github.com/cli/cli/releases/tag/v2.58.0): GitHub CLI 2.58.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.57.0...v2.58.0) #### What's Changed - Better messaging for `attestation verify` custom issuer mismatch error by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9616](https://redirect.github.com/cli/cli/pull/9616) - Enhance gh repo create docs, fix random cmd link by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9630](https://redirect.github.com/cli/cli/pull/9630) - Add HasActiveToken method to AuthConfig to refactor auth check for `attestation trusted-root` command by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9635](https://redirect.github.com/cli/cli/pull/9635) - Improve the suggested command for creating an issue when an extension doesn't have a binary for your platform by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9608](https://redirect.github.com/cli/cli/pull/9608) - Disable auth check for `attestation trusted-root` command by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9610](https://redirect.github.com/cli/cli/pull/9610) - build(deps): bump github.com/henvic/httpretty from 0.1.3 to 0.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9645](https://redirect.github.com/cli/cli/pull/9645) - Fix tenant-awareness for `trusted-root` command by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9638](https://redirect.github.com/cli/cli/pull/9638) - Replace "GitHub Enterprise Server" option with "other" in gh auth login prompting by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9642](https://redirect.github.com/cli/cli/pull/9642) - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9634](https://redirect.github.com/cli/cli/pull/9634) - Add `dnf5` instructions to `docs/install_linux.md` by [@​its-miroma](https://redirect.github.com/its-miroma) in [https://github.com/cli/cli/pull/9660](https://redirect.github.com/cli/cli/pull/9660) - build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9688](https://redirect.github.com/cli/cli/pull/9688) #### New Contributors - [@​its-miroma](https://redirect.github.com/its-miroma) made their first contribution in [https://github.com/cli/cli/pull/9660](https://redirect.github.com/cli/cli/pull/9660) **Full Changelog**: https://github.com/cli/cli/compare/v2.57.0...v2.58.0

Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the month" (UTC), 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.

copy-pr-bot[bot] commented 1 month ago

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

bdice commented 4 weeks ago

/ok to test