Bump github.com/cli/cli/v2 from 2.25.1 to 2.32.1
Bumps github.com/cli/cli/v2 from 2.25.1 to 2.32.1.
Release notes
Sourced from github.com/cli/cli/v2's releases.
GitHub CLI 2.32.1
What's Changed
pr checks
: Fix regression making it unusable in GHES versions older than 3.9 by@samcoe
in cli/cli#7725pr edit
: Do not make reviewer update request if there are no reviewer changes by@samcoe
in cli/cli#7730repo view
: Sanitize file contents before displaying them by@samcoe
in cli/cli#7694release download
: Use filepath.Clean to sanitize path for archive downloads by@samcoe
in cli/cli#7720auth
: Do not add auth token to redirect requests which do not have the same host as the initial request by@samcoe
in cli/cli#7692- Use asciisanitization package from go-gh by
@samcoe
in cli/cli#7745Full Changelog: https://github.com/cli/cli/compare/v2.32.0...v2.32.1
GitHub CLI 2.32.0
hello terminal fans, it's me
@vilmibm
.We are pleased to bring you a new release of the GitHub CLI on this Confusion 46, 3189 YOLD.
We've got features. we've got bugfixes. This release has a real zest for life; can you feel it?
First though, a sad note.
@mislav
has moved on from GitHub. He was instrumental to this project and without him I don't think it would have ever happened. BIG THANKS MUCH LOVE to this wonderful person!Happily, we have a new core team member who is, truly, a delight. Please welcome
@williammartin
, whom you'll see a lot more on issues and pull requests moving forward.Now, let's talk BUSINESS.
gh ruleset
Repository Rulesets are in beta on git hub dot com and they are now also in beta on git hub sea ell eye. You can list, view, and check branches against rulesets set at the repository or organization level. Major shoutouts to
@vaindil
for this big contribution. My favorite command in here isgh rs check <branch>
which will tell you what rules would apply to a hypothetical branch name. To learn more, rungh help ruleset
.gh cache
gh cache
is a new top level command in our suite of support for Actions. It lets you list and delete caches saved in Actions. It's neat and I like it. Thanks,@joshkraft
! To learn more, rungh help cache
.Other new stuff
- Add option to remove file from gist by
@kousikmitra
in cli/cli#7560- Add remove/reset to auth refresh by
@n1lesh
in cli/cli#7597- Small tweaks to auth refresh remove-scopes and reset-scopes flags by
@samcoe
in cli/cli#7631- make
gh pr create
behavior likegh repo fork
by@leavesster
in cli/cli#7330- chore: add title to iteration and milestone fields by
@kamaz
in cli/cli#7621- AutoFetch new branch created with gh issue develop by
@shion1305
in cli/cli#7589- feat: add statuscheck description to pr checks output by
@jgrumboe
in cli/cli#7451- Always show created gist privacy status. by
@seanbright
in cli/cli#7645- [Codespaces] Support random
--server-port=0
and printing connection details by@josebalius
in cli/cli#7655- gh release edit: support --verify-tag like gh release create by
@rajhawaldar
in cli/cli#7646- Feature: Add
fill-first
flag topr create
command by@kousikmitra
in cli/cli#7398- Return error on no-browser option if repo don't exists by
@kousikmitra
in cli/cli#7314Bugfixes
... (truncated)
Commits
-
8079d18
Use asciisanitization package from go-gh (#7745) -
f5d581d
Do not make reviewer update request if there are no reviewer changes (#7730) -
ad283cf
Fix pr checks command for GHES versions older than 3.9 (#7725) -
7f3196f
Use filepath.Clean to sanitize path for archive downloads (#7720) -
5d82a95
Sanitize file contents before displaying them (#7694) -
2a4160a
Do not add auth token to redirect requests which do not have the same host as... -
8c7935e
Merge pull request #7689 from cli/cache-explainer -
528cb98
add gh cache to Actions explainer -
6573f0c
Merge pull request #7687 from cli/fill-first-follow-up -
1b79e95
Clean up style nits and simplify some logic - Additional commits viewable in compare view