Open renovate[bot] opened 1 month ago
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):
Details:
Package | Change |
---|---|
github.com/cli/go-gh/v2 |
v2.10.0 -> v2.11.0 |
github.com/henvic/httpretty |
v0.1.3 -> v0.1.4 |
golang.org/x/net |
v0.27.0 -> v0.30.0 |
golang.org/x/sys |
v0.25.0 -> v0.26.0 |
golang.org/x/term |
v0.24.0 -> v0.25.0 |
This PR contains the following updates:
v2.57.0
->v2.61.0
Release Notes
cli/cli (github.com/cli/cli/v2)
### [`v2.61.0`](https://redirect.github.com/cli/cli/releases/tag/v2.61.0): GitHub CLI 2.61.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.60.1...v2.61.0) #### What's Changed - Add acceptance test for `project` command by [@jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9816](https://redirect.github.com/cli/cli/pull/9816) - Add comprehensive testscript for `gh ruleset` by [@andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9815](https://redirect.github.com/cli/cli/pull/9815) - Add comprehensive testscript for gh ext commandset by [@andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9810](https://redirect.github.com/cli/cli/pull/9810) - Require visibility confirmation in `gh repo edit` by [@andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9845](https://redirect.github.com/cli/cli/pull/9845) - Clean up skipped online tests for `gh attestation verify` by [@malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9838](https://redirect.github.com/cli/cli/pull/9838) - `gh attestation verify` should only verify provenance attestations by default by [@malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9825](https://redirect.github.com/cli/cli/pull/9825) - Set `dnf5` commands as default by [@its-miroma](https://redirect.github.com/its-miroma) in [https://github.com/cli/cli/pull/9844](https://redirect.github.com/cli/cli/pull/9844) - Fix verbiage for deleting workflow runs by [@akx](https://redirect.github.com/akx) in [https://github.com/cli/cli/pull/9876](https://redirect.github.com/cli/cli/pull/9876) - Bump github.com/creack/pty from 1.1.23 to 1.1.24 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9862](https://redirect.github.com/cli/cli/pull/9862) - `gh attestation verify` policy enforcement refactor by [@malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9848](https://redirect.github.com/cli/cli/pull/9848) - Simplify Sigstore verification result handling in `gh attestation verify` by [@malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9877](https://redirect.github.com/cli/cli/pull/9877) - Print empty array for `gh cache list` when `--json` is provided by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9883](https://redirect.github.com/cli/cli/pull/9883) - Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9884](https://redirect.github.com/cli/cli/pull/9884) - Create the automatic key when specified with -i by [@cmbrose](https://redirect.github.com/cmbrose) in [https://github.com/cli/cli/pull/9881](https://redirect.github.com/cli/cli/pull/9881) - fix: `gh pr create -w` ignore template flag by [@nilvng](https://redirect.github.com/nilvng) in [https://github.com/cli/cli/pull/9863](https://redirect.github.com/cli/cli/pull/9863) #### New Contributors - [@akx](https://redirect.github.com/akx) made their first contribution in [https://github.com/cli/cli/pull/9876](https://redirect.github.com/cli/cli/pull/9876) - [@nilvng](https://redirect.github.com/nilvng) made their first contribution in [https://github.com/cli/cli/pull/9863](https://redirect.github.com/cli/cli/pull/9863) **Full Changelog**: https://github.com/cli/cli/compare/v2.60.1...v2.61.0 ### [`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.0Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.