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

fix(pr create): clarify refspec to push to correct branch in the event of a conflicting tag #8618

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

arunsathiya
Copy link
Contributor

@arunsathiya arunsathiya commented Jan 24, 2024

Fixes #8572

Description

With this patch, pr create command will correctly specify the refspec to push the changes, to the correct branch, in the event of a conflicting tag.

How to test

  • Have a local git repository with an origin (which can be a fork of an upstream)
  • Ensure local repo and origin have a tag with the same name as the branch, assuming main (git tag main && git push origin refs/tags/main, as an example)
  • Make changes in the main branch
  • Set upstream as default: gh repo set-default
  • Create PR with gh pr create --title value
  • Ensure that the PR creation goes through as expected

Result

Should be okay like below:

/Users/arun/go/src/cli/bin/gh pr create
? Where should we push the 'main' branch? arunsathiya/test

Creating pull request for arunsathiya:main into main in avydun/test

? Title test commit
? Body <Received>
? What's next? Submit
To github.com:arunsathiya/test.git
   1712662..fc6b8f2  HEAD -> main
branch 'main' set up to track 'origin/main'.
https://github.com/avydun/test/pull/2

image

@arunsathiya arunsathiya marked this pull request as ready for review January 24, 2024 19:20
@arunsathiya arunsathiya requested a review from a team as a code owner January 24, 2024 19:20
@arunsathiya arunsathiya requested review from williammartin and removed request for a team January 24, 2024 19:20
@cliAutomation cliAutomation added the external pull request originating outside of the CLI core team label Jan 24, 2024
@cliAutomation cliAutomation added this to Needs review 🤔 in The GitHub CLI Jan 24, 2024
Copy link
Member

@williammartin williammartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

➜  test-repo git:(heads/main) ✗ git checkout -b 8572-triage
Switched to a new branch '8572-triage'

➜  test-repo git:(8572-triage) ✗ git tag 8572-triage

➜  test-repo git:(heads/8572-triage) ✗ git push --tags
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
^[[ATo https://github.com/williammartin/test-repo.git
 * [new tag]         8572-triage -> 8572-triage

➜  test-repo git:(heads/8572-triage) ✗ git push -u origin heads/8572-triage
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote:
remote: Create a pull request for '8572-triage' on GitHub by visiting:
remote:      https://github.com/williammartin/test-repo/pull/new/8572-triage
remote:
To https://github.com/williammartin/test-repo.git
 * [new branch]      8572-triage -> 8572-triage
branch '8572-triage' set up to track 'origin/8572-triage'.

➜  test-repo git:(heads/8572-triage) ✗ touch a && git add . && git commit -m "add triage file"
[8572-triage ccc6ba3] add triage file
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 a
 create mode 100644 example.txt

➜  test-repo git:(heads/8572-triage) ~/workspace/cli/bin/gh pr create --title "Example" -F example.txt
? Where should we push the '8572-triage' branch? williammartin/test-repo

Creating pull request for 8572-triage into main in williammartin/test-repo

To https://github.com/williammartin/test-repo.git
   1a79414..ccc6ba3  HEAD -> 8572-triage
branch '8572-triage' set up to track 'origin/8572-triage'.
https://github.com/williammartin/test-repo/pull/3

@williammartin williammartin merged commit cac9788 into cli:trunk Jan 29, 2024
10 checks passed
@arunsathiya arunsathiya deleted the fix/pr-create-branch-refspec branch January 29, 2024 16:03
renovate bot added a commit to scottames/dots that referenced this pull request Feb 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.124.0` -> `v4.128.0` |
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.42.1` ->
`v2.43.1` |
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | patch | `0.46.0`
-> `0.46.1` |
| [marcosnils/bin](https://togithub.com/marcosnils/bin) | patch |
`v0.17.2` -> `v0.17.3` |
| [nektos/act](https://togithub.com/nektos/act) | patch | `v0.2.57` ->
`v0.2.59` |
| [sigstore/cosign](https://togithub.com/sigstore/cosign) | patch |
`v2.2.2` -> `v2.2.3` |
| [simulot/immich-go](https://togithub.com/simulot/immich-go) | minor |
`0.9.12` -> `0.10.0` |
| [wagoodman/dive](https://togithub.com/wagoodman/dive) | minor |
`v0.11.0` -> `v0.12.0` |
| [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) | minor |
`v0.169.0` -> `v0.170.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

###
[`v4.128.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.128.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.127.1...v4.128.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.128.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.128.0)
| aquaproj/aqua-registry@v4.127.1...v4.128.0

#### 🎉 New Packages


[#&#8203;19594](https://togithub.com/aquaproj/aqua-registry/issues/19594)
[gitea.com/gitea/tea](https://gitea.com/gitea/tea): Command line tool to
interact with Gitea servers

[#&#8203;19593](https://togithub.com/aquaproj/aqua-registry/issues/19593)
[gitlab.com/gitlab-org/cli](https://gitlab.com/gitlab-org/cli): A GitLab
CLI tool bringing GitLab to your command line

> \[!NOTE]
> Update aqua-renovate-config to 2.0.0 or newer
> To update these packages by Renovate, please update
aqua-renovate-config to 2.0.0 or newer
> https://github.com/aquaproj/aqua-renovate-config/releases/tag/2.0.0

> \[!WARNING]
> These packages have several restriction at the moment.
>
> - `aqua g` can't get the version, so you need to edit the version
manually
> -   `aqua update` doesn't support these packages

###
[`v4.127.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.127.1)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.127.0...v4.127.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.127.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.127.1)
| aquaproj/aqua-registry@v4.127.0...v4.127.1

#### Fixes


[#&#8203;19544](https://togithub.com/aquaproj/aqua-registry/issues/19544)
eza-community/eza: Support darwin and windows/arm64 using cargo

> \[!WARNING]
> To support darwin and windows/arm64, aqua >= v2.23.0 is required


[#&#8203;19568](https://togithub.com/aquaproj/aqua-registry/issues/19568)
sharkdp/bat: Regenerate config by `cmdx s`

[#&#8203;19591](https://togithub.com/aquaproj/aqua-registry/issues/19591)
swaggo/swag: Follow up changes of swag v1.16.3

###
[`v4.127.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.127.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.126.0...v4.127.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.127.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.127.0)
| aquaproj/aqua-registry@v4.126.0...v4.127.0

#### 🎉 New Packages


[#&#8203;19518](https://togithub.com/aquaproj/aqua-registry/issues/19518)
[crates.io/eza](https://crates.io/crates/eza): A modern replacement for
ls [@&#8203;Omochice](https://togithub.com/Omochice)

> \[!NOTE]
> We will merge this package with `eza-community/eza`.
> Now we can't merge these packages due to the technical
issue[aquaproj/aqua#2649

#### Fixes


[#&#8203;19530](https://togithub.com/aquaproj/aqua-registry/issues/19530)
eza-community/eza: Regenerate config by `cmdx s`

[#&#8203;19533](https://togithub.com/aquaproj/aqua-registry/issues/19533)
okta/okta-aws-cli: Follow up changes of okta-aws-cli v2.0.1

#### 🎉 New Contributors

Thank you for your contribution!

[@&#8203;Omochice](https://togithub.com/Omochice)
[#&#8203;19518](https://togithub.com/aquaproj/aqua-registry/issues/19518)

###
[`v4.126.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.126.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.125.1...v4.126.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.126.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.126.0)
| aquaproj/aqua-registry@v4.125.1...v4.126.0

#### 🎉 New Packages


[#&#8203;13513](https://togithub.com/aquaproj/aqua-registry/issues/13513)
[#&#8203;19465](https://togithub.com/aquaproj/aqua-registry/issues/19465)
[loft-sh/devpod](https://togithub.com/loft-sh/devpod): Codespaces but
open-source, client-only and unopinionated: Works with any IDE and lets
you use any cloud, kubernetes or just localhost docker
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

###
[`v4.125.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.125.1)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.125.0...v4.125.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.125.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.125.1)
| aquaproj/aqua-registry@v4.125.0...v4.125.1

#### Fixes


[#&#8203;19450](https://togithub.com/aquaproj/aqua-registry/issues/19450)
lxc/incus: Follow up changes of incus v0.5.1

[#&#8203;19447](https://togithub.com/aquaproj/aqua-registry/issues/19447)
kool-dev/kool: Follow up changes of kool 3.0.0

[#&#8203;19442](https://togithub.com/aquaproj/aqua-registry/issues/19442)
mattn/zig-update: Follow up changes of zig-update

[#&#8203;19439](https://togithub.com/aquaproj/aqua-registry/issues/19439)
cli/cli: Disable rosetta2 and use files for darwin/arm64

###
[`v4.125.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.125.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.124.0...v4.125.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.125.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.125.0)
| aquaproj/aqua-registry@v4.124.0...v4.125.0

#### 🎉 New Packages


[#&#8203;19388](https://togithub.com/aquaproj/aqua-registry/issues/19388)
[erebe/wstunnel](https://togithub.com/erebe/wstunnel): Tunnel all your
traffic over Websocket or HTTP2 - Bypass firewalls/DPI
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

</details>

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.43.1`](https://togithub.com/cli/cli/releases/tag/v2.43.1):
GitHub CLI 2.43.1

[Compare Source](https://togithub.com/cli/cli/compare/v2.43.0...v2.43.1)

#### What's Changed

- Fix label create regression in v2.43.0 by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8653

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

### [`v2.43.0`](https://togithub.com/cli/cli/releases/tag/v2.43.0):
GitHub CLI 2.43.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.42.1...v2.43.0)

#### Special note

With this release, the GitHub CLI team sees
[@&#8203;samcoe](https://togithub.com/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

- Remove project JSON formatting objects by
[@&#8203;heaths](https://togithub.com/heaths) in
[cli/cli#8541
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8467
- build(deps): bump actions/download-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8466
- Add option --json for gh variable list by
[@&#8203;w1mvy](https://togithub.com/w1mvy) in
[cli/cli#8516
- Add `--json` export flag for release list by
[@&#8203;v1v](https://togithub.com/v1v) in
[cli/cli#8474
- 📝 (search/repos) add usage tips for --archived=false by
[@&#8203;shion1305](https://togithub.com/shion1305) in
[cli/cli#8391
- fix: Prevent nil dereference in `pr view`. by
[@&#8203;octo](https://togithub.com/octo) in
[cli/cli#8566
- Fix some typos raised by codespell by
[@&#8203;fpistm](https://togithub.com/fpistm) in
[cli/cli#8589
- Add force flag to setup-git command by
[@&#8203;rajhawaldar](https://togithub.com/rajhawaldar) in
[cli/cli#8552
- build(deps): bump actions/cache from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8594
- Feature: output URL for newly created repo by
[@&#8203;leevic31](https://togithub.com/leevic31) in
[cli/cli#8574
- Update Arch repo to \[extra] by
[@&#8203;Xeonacid](https://togithub.com/Xeonacid) in
[cli/cli#8607
- build(deps): bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8629
- fix(pr create): clarify refspec to push to correct branch in the event
of a conflicting tag by
[@&#8203;arunsathiya](https://togithub.com/arunsathiya) in
[cli/cli#8618
- Send activity signals during non-interactive codespace SSH command by
[@&#8203;dmgardiner25](https://togithub.com/dmgardiner25) in
[cli/cli#8639
- Upgrade cli/go-gh to v2.5.0 for home-manager fix by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8647

#### New Contributors

- [@&#8203;w1mvy](https://togithub.com/w1mvy) made their first
contribution in
[cli/cli#8516
- [@&#8203;v1v](https://togithub.com/v1v) made their first contribution
in
[cli/cli#8474
- [@&#8203;octo](https://togithub.com/octo) made their first
contribution in
[cli/cli#8566
- [@&#8203;fpistm](https://togithub.com/fpistm) made their first
contribution in
[cli/cli#8589
- [@&#8203;leevic31](https://togithub.com/leevic31) made their first
contribution in
[cli/cli#8574
- [@&#8203;Xeonacid](https://togithub.com/Xeonacid) made their first
contribution in
[cli/cli#8607

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

</details>

<details>
<summary>junegunn/fzf (junegunn/fzf)</summary>

###
[`v0.46.1`](https://togithub.com/junegunn/fzf/blob/HEAD/CHANGELOG.md#0461)

[Compare
Source](https://togithub.com/junegunn/fzf/compare/0.46.0...0.46.1)

-   Bug fixes and improvements
-   Fixed Windows binaries
-   Downgraded Go version to 1.20 to support older versions of Windows
    -   https://tip.golang.org/doc/go1.21#windows
- Updated [rivo/uniseg](https://togithub.com/rivo/uniseg) dependency to
v0.4.6

</details>

<details>
<summary>marcosnils/bin (marcosnils/bin)</summary>

###
[`v0.17.3`](https://togithub.com/marcosnils/bin/releases/tag/v0.17.3)

[Compare
Source](https://togithub.com/marcosnils/bin/compare/v0.17.2...v0.17.3)

#### Changelog

- [`9da887d`](https://togithub.com/marcosnils/bin/commit/9da887d) allow
to install and remove binaries in relative paths
([#&#8203;186](https://togithub.com/marcosnils/bin/issues/186))

</details>

<details>
<summary>nektos/act (nektos/act)</summary>

### [`v0.2.59`](https://togithub.com/nektos/act/releases/tag/v0.2.59)

[Compare
Source](https://togithub.com/nektos/act/compare/v0.2.58...v0.2.59)

#### Changelog

##### New Features

- [`12c0c42`](https://togithub.com/nektos/act/commit/12c0c42) feat:
correctly use the xdg library, which has the side effect to fix the
config survey
([#&#8203;2195](https://togithub.com/nektos/act/issues/2195))

##### Other

- [`b7a8145`](https://togithub.com/nektos/act/commit/b7a8145) chore:
bump VERSION to 0.2.59

### [`v0.2.58`](https://togithub.com/nektos/act/releases/tag/v0.2.58)

[Compare
Source](https://togithub.com/nektos/act/compare/v0.2.57...v0.2.58)

#### Changelog

##### New Features

- [`f055d4a`](https://togithub.com/nektos/act/commit/f055d4a) feat:
support offline mode
([#&#8203;2128](https://togithub.com/nektos/act/issues/2128))
- [`f7a846d`](https://togithub.com/nektos/act/commit/f7a846d) feat: cli
option to enable the new action cache
([#&#8203;1954](https://togithub.com/nektos/act/issues/1954))

##### Bug fixes

- [`054caec`](https://togithub.com/nektos/act/commit/054caec) fix: use
correct path to toolcache
([#&#8203;1494](https://togithub.com/nektos/act/issues/1494))
- [`5e0d29d`](https://togithub.com/nektos/act/commit/5e0d29d) fix:
improve warning about remote not found
([#&#8203;2169](https://togithub.com/nektos/act/issues/2169))
- [`6dd6725`](https://togithub.com/nektos/act/commit/6dd6725) fix:
improve new-action-cache fetch failure error
([#&#8203;2172](https://togithub.com/nektos/act/issues/2172))
- [`09d4b5d`](https://togithub.com/nektos/act/commit/09d4b5d) fix:
subpath actions via new artifact cache
([#&#8203;2170](https://togithub.com/nektos/act/issues/2170))
- [`a6ec2c1`](https://togithub.com/nektos/act/commit/a6ec2c1) fix:
improve action not found error
([#&#8203;2171](https://togithub.com/nektos/act/issues/2171))
- [`6091094`](https://togithub.com/nektos/act/commit/6091094) fix: write
default config in XDG config dir to avoid cluttering the HOME directory
by default ([#&#8203;2140](https://togithub.com/nektos/act/issues/2140))
- [`7f7d84b`](https://togithub.com/nektos/act/commit/7f7d84b) fix: match
cache `restore-keys` in creation reverse order
([#&#8203;2153](https://togithub.com/nektos/act/issues/2153))

##### Other

- [`3ed38d8`](https://togithub.com/nektos/act/commit/3ed38d8) chore:
bump VERSION to 0.2.58
- [`0dbf44c`](https://togithub.com/nektos/act/commit/0dbf44c)
build(deps): bump github.com/opencontainers/runc from 1.1.7 to 1.1.12
([#&#8203;2187](https://togithub.com/nektos/act/issues/2187))
- [`6dcf9bc`](https://togithub.com/nektos/act/commit/6dcf9bc)
build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.12.5
([#&#8203;2188](https://togithub.com/nektos/act/issues/2188))
- [`df61c7f`](https://togithub.com/nektos/act/commit/df61c7f)
build(deps): bump github.com/containerd/containerd from 1.6.19 to 1.6.26
([#&#8203;2189](https://togithub.com/nektos/act/issues/2189))
- [`36e0261`](https://togithub.com/nektos/act/commit/36e0261)
build(deps): bump github.com/opencontainers/image-spec
([#&#8203;2167](https://togithub.com/nektos/act/issues/2167))
- [`46dc2ff`](https://togithub.com/nektos/act/commit/46dc2ff)
build(deps): bump github.com/moby/buildkit from 0.12.4 to 0.12.5
([#&#8203;2186](https://togithub.com/nektos/act/issues/2186))
- [`5a80a04`](https://togithub.com/nektos/act/commit/5a80a04) refactor:
filecollector into new package
([#&#8203;2174](https://togithub.com/nektos/act/issues/2174))
- [`4ca35d2`](https://togithub.com/nektos/act/commit/4ca35d2)
build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5
([#&#8203;2175](https://togithub.com/nektos/act/issues/2175))
- [`424fd5e`](https://togithub.com/nektos/act/commit/424fd5e)
refactor(cmd/root): simplify `parseEnvs`
([#&#8203;2162](https://togithub.com/nektos/act/issues/2162))
- [`6a8c42a`](https://togithub.com/nektos/act/commit/6a8c42a) Add
containerd's normalized architectures to archMapper
([#&#8203;2168](https://togithub.com/nektos/act/issues/2168))
- [`c215e08`](https://togithub.com/nektos/act/commit/c215e08)
build(deps): bump megalinter/megalinter from 7.7.0 to 7.8.0
([#&#8203;2164](https://togithub.com/nektos/act/issues/2164))
- [`8072a00`](https://togithub.com/nektos/act/commit/8072a00)
WorkflowDispatchConfig supports multiple yaml node kinds
([#&#8203;2123](https://togithub.com/nektos/act/issues/2123))
- [`15bb54f`](https://togithub.com/nektos/act/commit/15bb54f)
build(deps): bump actions/upload-artifact from 3 to 4
([#&#8203;2133](https://togithub.com/nektos/act/issues/2133))
- [`cd40f3f`](https://togithub.com/nektos/act/commit/cd40f3f) ci:
automatic merge PRs created by a maintainer and approved by 1 other
maintainer ([#&#8203;2156](https://togithub.com/nektos/act/issues/2156))
- [`adbe229`](https://togithub.com/nektos/act/commit/adbe229) Add
support for NetBSD
([#&#8203;2023](https://togithub.com/nektos/act/issues/2023))
- [`96d6cf8`](https://togithub.com/nektos/act/commit/96d6cf8)
build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
([#&#8203;2149](https://togithub.com/nektos/act/issues/2149))
- [`ef5746b`](https://togithub.com/nektos/act/commit/ef5746b)
build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0
([#&#8203;2148](https://togithub.com/nektos/act/issues/2148))

</details>

<details>
<summary>sigstore/cosign (sigstore/cosign)</summary>

###
[`v2.2.3`](https://togithub.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v223)

[Compare
Source](https://togithub.com/sigstore/cosign/compare/v2.2.2...v2.2.3)

#### Bug Fixes

- Fix race condition on verification with multiple signatures attached
to image
([#&#8203;3486](https://togithub.com/sigstore/cosign/issues/3486))
- fix(clean): Fix clean cmd for private registries
([#&#8203;3446](https://togithub.com/sigstore/cosign/issues/3446))
- Fixed BYO PKI verification
([#&#8203;3427](https://togithub.com/sigstore/cosign/issues/3427))

#### Features

- Allow for option in cosign attest and attest-blob to upload
attestation as supported in Rekor
([#&#8203;3466](https://togithub.com/sigstore/cosign/issues/3466))
- Add support for OpenVEX predicate type
([#&#8203;3405](https://togithub.com/sigstore/cosign/issues/3405))

#### Documentation

- Resolves
[#&#8203;3088](https://togithub.com/sigstore/cosign/issues/3088):
`version` sub-command expected behaviour documentation and testing
([#&#8203;3447](https://togithub.com/sigstore/cosign/issues/3447))
- add examples for cosign attach signature cmd
([#&#8203;3468](https://togithub.com/sigstore/cosign/issues/3468))

#### Misc

- Remove CertSubject function
([#&#8203;3467](https://togithub.com/sigstore/cosign/issues/3467))
- Use local rekor and fulcio instances in e2e tests
([#&#8203;3478](https://togithub.com/sigstore/cosign/issues/3478))

#### Contributors

-   aalsabag
-   Bob Callaway
-   Carlos Tadeu Panato Junior
-   Colleen Murphy
-   Hayden B
-   Mukuls77
-   Omri Bornstein
-   Puerco
-   vivek kumar sahu

</details>

<details>
<summary>simulot/immich-go (simulot/immich-go)</summary>

###
[`v0.10.0`](https://togithub.com/simulot/immich-go/releases/tag/0.10.0)

[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.9.12...0.10.0)

#### Changelog

- [`0d8a166`](https://togithub.com/simulot/immich-go/commit/0d8a166)
Merge branch 'main' into
[#&#8203;135](https://togithub.com/simulot/immich-go/issues/135)-feat--use-the-searchAssets-API-to-workaroud-server's-timeout
- [`13e6ba4`](https://togithub.com/simulot/immich-go/commit/13e6ba4)
Update readme.md
([#&#8203;137](https://togithub.com/simulot/immich-go/issues/137))
- [`815ef70`](https://togithub.com/simulot/immich-go/commit/815ef70)
fix: [#&#8203;131](https://togithub.com/simulot/immich-go/issues/131)
panic syntax error in pattern
- [`a51e022`](https://togithub.com/simulot/immich-go/commit/a51e022)
fix: [#&#8203;135](https://togithub.com/simulot/immich-go/issues/135)
use the searchAssets API to workaround server's timeout

</details>

<details>
<summary>wagoodman/dive (wagoodman/dive)</summary>

###
[`v0.12.0`](https://togithub.com/wagoodman/dive/releases/tag/v0.12.0)

[Compare
Source](https://togithub.com/wagoodman/dive/compare/v0.11.0...v0.12.0)

### Changelog

#### [v0.12.0](https://togithub.com/wagoodman/dive/tree/v0.12.0)
(2024-02-02)

[Full
Changelog](https://togithub.com/wagoodman/dive/compare/v0.11.0...v0.12.0)

##### Added Features

- Can we do docker layer wise scan for vulnerability detection \[[Issue
#&#8203;465](https://togithub.com/wagoodman/dive/issues/465)]
- How to use Dive in gitlab CI Securely? \[[Issue
#&#8203;493](https://togithub.com/wagoodman/dive/issues/493)]

##### Bug Fixes

- Dive always fail when trying to fetch local image \[[Issue
#&#8203;462](https://togithub.com/wagoodman/dive/issues/462)]
- Unable to analyze the image using dive (Docker 25+ compatibility)
\[[Issue #&#8203;498](https://togithub.com/wagoodman/dive/issues/498)]
\[[PR #&#8203;500](https://togithub.com/wagoodman/dive/pull/500)]
\[[tbroyer](https://togithub.com/tbroyer)]

##### Additional Changes

- Bump to more recent go version, remove no longer required overrides
\[[PR #&#8203;461](https://togithub.com/wagoodman/dive/pull/461)]
\[[SuperSandro2000](https://togithub.com/SuperSandro2000)]
- docs: Adds instructions for snap installation \[[PR
#&#8203;484](https://togithub.com/wagoodman/dive/pull/484)]
\[[gruyaume](https://togithub.com/gruyaume)]
- DIVE_VERSION does not need to be exported \[[PR
#&#8203;492](https://togithub.com/wagoodman/dive/pull/492)]
\[[ReneNyffenegger](https://togithub.com/ReneNyffenegger)]
- fix(sec): upgrade golang.org/x/net to 0.17.0 \[[PR
#&#8203;503](https://togithub.com/wagoodman/dive/pull/503)]
\[[suguds](https://togithub.com/suguds)]

</details>

<details>
<summary>weaveworks/eksctl (weaveworks/eksctl)</summary>

###
[`v0.170.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.170.0):
eksctl 0.170.0 (permalink)

[Compare
Source](https://togithub.com/weaveworks/eksctl/compare/0.169.0-rc.0...0.170.0-rc.0)

### Release v0.170.0

#### 🚀 Features

- Add support for Access Entry type
([#&#8203;7522](https://togithub.com/weaveworks/eksctl/issues/7522))

#### 🎯 Improvements

- Skip draining managed nodegroups when deleting cluster
([#&#8203;7515](https://togithub.com/weaveworks/eksctl/issues/7515))
- Expand Karpenter settings.aws block to settings for v0.33.0 and
greater
([#&#8203;7503](https://togithub.com/weaveworks/eksctl/issues/7503))

#### 📝 Documentation

- docs(fargate): eksctl update command is deprecated, use upgrade
instead
([#&#8203;7517](https://togithub.com/weaveworks/eksctl/issues/7517))

#### Acknowledgments

The eksctl maintainers would like to sincerely thank:
[@&#8203;skl](https://togithub.com/skl)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to DelineaXPM/github-workflows that referenced this pull request Jul 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.42.1` ->
`v2.53.0` |

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.53.0`](https://togithub.com/cli/cli/releases/tag/v2.53.0):
GitHub CLI 2.53.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.52.0...v2.53.0)

#### What's Changed

- Add `--json` option to `variable get` command by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#9128
- Add GH_DEBUG to issue template by
[@&#8203;TWiStErRob](https://togithub.com/TWiStErRob) in
[cli/cli#9167
- Fetch variable selected repo relationship when required by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9256
- build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to
0.7.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9250
- Alternate gh attestation trusted-root subcommand by
[@&#8203;steiza](https://togithub.com/steiza) in
[cli/cli#9206
- fix: indentation in 'gh release create --help' by
[@&#8203;cchristous](https://togithub.com/cchristous) in
[cli/cli#9296
- build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.3.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9305
- docs: Update documentation for `gh repo create` to clarify owner by
[@&#8203;jessehouwing](https://togithub.com/jessehouwing) in
[cli/cli#9309
- Fix panic when calling `gh pr view --json stateReason` by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9307
- Add `issue create --editor` by
[@&#8203;notomo](https://togithub.com/notomo) in
[cli/cli#7193
- Add `pr update-branch` command by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8953

#### New Contributors

- [@&#8203;TWiStErRob](https://togithub.com/TWiStErRob) made their first
contribution in
[cli/cli#9167
- [@&#8203;cchristous](https://togithub.com/cchristous) made their first
contribution in
[cli/cli#9296
- [@&#8203;jessehouwing](https://togithub.com/jessehouwing) made their
first contribution in
[cli/cli#9309
- [@&#8203;notomo](https://togithub.com/notomo) made their first
contribution in
[cli/cli#7193

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

### [`v2.52.0`](https://togithub.com/cli/cli/releases/tag/v2.52.0):
GitHub CLI 2.52.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.51.0...v2.52.0)

#### What's Changed

- feat: add `-a` flag to `gh run list` by
[@&#8203;joshuajtward](https://togithub.com/joshuajtward) in
[cli/cli#9162
- Attestation Verification - Buffer Fix by
[@&#8203;Forrin](https://togithub.com/Forrin) in
[cli/cli#9198
- build(deps): bump actions/attest-build-provenance from 1.2.0 to 1.3.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9222
- build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9211
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9218
- build(deps): bump github.com/google/go-containerregistry from 0.19.1
to 0.19.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9217
- Remove `gh at verify` public beta note by
[@&#8203;phillmv](https://togithub.com/phillmv) in
[cli/cli#9243

#### New Contributors

- [@&#8203;joshuajtward](https://togithub.com/joshuajtward) made their
first contribution in
[cli/cli#9162
- [@&#8203;Forrin](https://togithub.com/Forrin) made their first
contribution in
[cli/cli#9198

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

### [`v2.51.0`](https://togithub.com/cli/cli/releases/tag/v2.51.0):
GitHub CLI 2.51.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.50.0...v2.51.0)

#### What's Changed

- Ensure signed RPMs have attestations by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9143
- Add `signer-repo` and `signer-workflow` flags to `gh attestation
verify` by [@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#9137
- Docs: Specify rpm repository to avoid conflicts with community
repositories by [@&#8203;hbenali](https://togithub.com/hbenali) in
[cli/cli#9151
- Replace `--json-result` flag with `--format=json` in the attestation
cmd by [@&#8203;phillmv](https://togithub.com/phillmv) in
[cli/cli#9172
- Bump go-keyring to fix keepassxc prompt confirmation by
[@&#8203;AlanD20](https://togithub.com/AlanD20) in
[cli/cli#9179
- build(deps): bump actions/attest-build-provenance from 1.1.2 to 1.2.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9169
- build(deps): bump goreleaser/goreleaser-action from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9175
- build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9192
- build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9197
- watch - handle annotation errors gracefully by
[@&#8203;wingleung](https://togithub.com/wingleung) in
[cli/cli#9113

#### New Contributors

- [@&#8203;hbenali](https://togithub.com/hbenali) made their first
contribution in
[cli/cli#9151
- [@&#8203;AlanD20](https://togithub.com/AlanD20) made their first
contribution in
[cli/cli#9179
- [@&#8203;wingleung](https://togithub.com/wingleung) made their first
contribution in
[cli/cli#9113

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

### [`v2.50.0`](https://togithub.com/cli/cli/releases/tag/v2.50.0):
GitHub CLI 2.50.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.49.2...v2.50.0)

#### What's Changed

- Refactor git credential flow code by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9089
- feat: add json output for `gh pr checks` by
[@&#8203;nobe4](https://togithub.com/nobe4) in
[cli/cli#9079
- Rework first auth tests with new gitcredential abstractions by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9095
- list the various alias permutations for the command and subcommands,
via '--help' and 'gh reference' by
[@&#8203;gabemontero](https://togithub.com/gabemontero) in
[cli/cli#8824
- Removed tty message when checking for extension upgrades by
[@&#8203;leevic31](https://togithub.com/leevic31) in
[cli/cli#9088
- Fix doc bug for gh run watch by
[@&#8203;jasonodonnell](https://togithub.com/jasonodonnell) in
[cli/cli#9052
- feat: add support for stateReason in `gh pr view` by
[@&#8203;nobe4](https://togithub.com/nobe4) in
[cli/cli#9080
- fix: rename the `Attempts` field to `Attempt`; expose in `gh run view`
and `gh run ls` by [@&#8203;cawfeecake](https://togithub.com/cawfeecake)
in
[cli/cli#8905
- Update regex in changedFilesNames to handle quoted paths by
[@&#8203;anda3](https://togithub.com/anda3) in
[cli/cli#9115
- Add a `gh variable get FOO` command by
[@&#8203;arnested](https://togithub.com/arnested) in
[cli/cli#9106
- Add macOS pkg installer to deployment
([#&#8203;7554](https://togithub.com/cli/cli/issues/7554)) by
[@&#8203;paulober](https://togithub.com/paulober) in
[cli/cli#7555
- Add integration tests for `gh attestation verify` shared workflow use
case by [@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#9107
- Add build provenance for gh CLI releases by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#9087
- build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.3 to
1.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9124
- Build completions during release on macos by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9136
- Clarify Mac OS Installer packages are unsigned by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9140

#### New Contributors

- [@&#8203;gabemontero](https://togithub.com/gabemontero) made their
first contribution in
[cli/cli#8824
- [@&#8203;jasonodonnell](https://togithub.com/jasonodonnell) made their
first contribution in
[cli/cli#9052
- [@&#8203;anda3](https://togithub.com/anda3) made their first
contribution in
[cli/cli#9115
- [@&#8203;arnested](https://togithub.com/arnested) made their first
contribution in
[cli/cli#9106
- [@&#8203;paulober](https://togithub.com/paulober) made their first
contribution in
[cli/cli#7555

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

### [`v2.49.2`](https://togithub.com/cli/cli/releases/tag/v2.49.2):
GitHub CLI 2.49.2

[Compare Source](https://togithub.com/cli/cli/compare/v2.49.1...v2.49.2)

#### What's Changed

- Improve `run list` doc with available `--json` fields by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8934
- Fix typos by [@&#8203;szepeviktor](https://togithub.com/szepeviktor)
in
[cli/cli#9068
- Move config interfaces into gh package by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9060
- Creating doc to capture Codespace usage guidance by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9066
- Fix repo fork regression by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9063
- Add --latest=false to `gh release create` docs by
[@&#8203;kuzdogan](https://togithub.com/kuzdogan) in
[cli/cli#8987
- build(deps): bump github.com/sigstore/protobuf-specs from 0.3.1 to
0.3.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9075

#### New Contributors

- [@&#8203;szepeviktor](https://togithub.com/szepeviktor) made their
first contribution in
[cli/cli#9068
- [@&#8203;kuzdogan](https://togithub.com/kuzdogan) made their first
contribution in
[cli/cli#8987

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

### [`v2.49.1`](https://togithub.com/cli/cli/releases/tag/v2.49.1):
GitHub CLI 2.49.1

[Compare Source](https://togithub.com/cli/cli/compare/v2.49.0...v2.49.1)

#### What's Changed

- Do not mutate headers when initialising tableprinter by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9033
- Document relationship between host and active account by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9032
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#9034
- Run `attestation` command set integration tests separately by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#9035
- Added support for jobs with long filenames by
[@&#8203;shayn-orca](https://togithub.com/shayn-orca) in
[cli/cli#8684
- Fix unused params across project by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9059
- Fix `attestation verify` source repository check bug by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#9053

#### New Contributors

- [@&#8203;shayn-orca](https://togithub.com/shayn-orca) made their first
contribution in
[cli/cli#8684

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

### [`v2.49.0`](https://togithub.com/cli/cli/releases/tag/v2.49.0):
GitHub CLI 2.49.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.48.0...v2.49.0)

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

```shell

### 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

- Improve gh run rerun docs by
[@&#8203;sochotnicky](https://togithub.com/sochotnicky) in
[cli/cli#8969
- build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8981
- Update `sigstore-go` dependency to v0.3.0 by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8977
- `gh attestation tuf-root-verify` offline test fix by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8975
- Update `gh attestation verify` output by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8991
- build(deps): bump google.golang.org/grpc from 1.62.1 to 1.62.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8989
- Remove `Hidden` flag from `gh attestation` command by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8998
- Add colon for `gh secret set` by
[@&#8203;NeroBlackstone](https://togithub.com/NeroBlackstone) in
[cli/cli#9004
- Improve errors when loading bundle locally fails by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8996
- Support offline mode for `gh attestation verify` by
[@&#8203;steiza](https://togithub.com/steiza) in
[cli/cli#8997
- Add `projectsV2` to JSON fields of `gh repo` commands by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#9007
- Support long URLs in `gh repo clone` by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#9008
- Fix issue with closing pager stream by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#9020
- proof of concept for flag-level disable auth check by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9000
- Be more general with attestation host checks by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9019
- Add beta designation on attestation command set by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9022
- Tweaked gh attestation help strings to generate nicer cli manual site.
by [@&#8203;phillmv](https://togithub.com/phillmv) in
[cli/cli#9025
- Update cli/go-gh to v2.9.0 by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#9023
- Document repo clone protocol behaviour by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#9030

#### New Contributors

- [@&#8203;sochotnicky](https://togithub.com/sochotnicky) made their
first contribution in
[cli/cli#8969
- [@&#8203;NeroBlackstone](https://togithub.com/NeroBlackstone) made
their first contribution in
[cli/cli#9004
- [@&#8203;phillmv](https://togithub.com/phillmv) made their first
contribution in
[cli/cli#9025

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

### [`v2.48.0`](https://togithub.com/cli/cli/releases/tag/v2.48.0):
GitHub CLI 2.48.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.47.0...v2.48.0)

#### The Big Stuff

- Added support for `--slurp`ing JSON responses in `gh api` by
[@&#8203;heaths](https://togithub.com/heaths) in
[cli/cli#8620
- Added `--skip-ssh-key` option to `gh auth login` command by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8935
- Added `numSelectedRepos` to JSON output of `gh secret list` by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8899
- Added support for multiple items in `gh api` nested array by
[@&#8203;Ebonsignori](https://togithub.com/Ebonsignori) in
[cli/cli#8762
- Fixed panic when running `gh repo rename` by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8906
- Fixed panic when parsing IPv6 remote URLs by
[@&#8203;babakks](https://togithub.com/babakks) in
[cli/cli#8893
- Fixed `gh pr lock/unlock` not working when URL is passed by
[@&#8203;t4kamura](https://togithub.com/t4kamura) in
[cli/cli#8837
- Fixed viewing run logs with filenames that the regex didn't handle
[@&#8203;zdrve](https://togithub.com/zdrve) in
[cli/cli#8882

#### The Rest

- Tidy `go.mod` by
[@&#8203;matthewhughes934](https://togithub.com/matthewhughes934) in
[cli/cli#8958
- Fix cache contention in Go CI jobs by
[@&#8203;matthewhughes934](https://togithub.com/matthewhughes934) in
[cli/cli#8957
- Fix `go` directive in `go.mod` by
[@&#8203;matthewhughes934](https://togithub.com/matthewhughes934) in
[cli/cli#8956
- Update install_linux.md by
[@&#8203;richterdavid](https://togithub.com/richterdavid) in
[cli/cli#8950
- build(deps): bump google.golang.org/grpc from 1.61.1 to 1.61.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8925
- Add codeowners entry for the GitHub TUF root included in the
`attestation` command set by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8919
- Create stronger run log cache abstraction by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8931
- Remove naked returns from git ParseURL by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8929
- Fix api cache test by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8932
- Ensure run log cache creates cache dir if it doesn't exist by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8944
- Close zip file in run view tests by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8945
- Fix `attestation` cmd offline unit test failure by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8933
- Add support to `attestation` command for more predicate types. by
[@&#8203;steiza](https://togithub.com/steiza) in
[cli/cli#8949

#### New Contributors

- [@&#8203;babakks](https://togithub.com/babakks) made their first
contribution in
[cli/cli#8906
- [@&#8203;t4kamura](https://togithub.com/t4kamura) made their first
contribution in
[cli/cli#8837
- [@&#8203;zdrve](https://togithub.com/zdrve) made their first
contribution in
[cli/cli#8882
- [@&#8203;Ebonsignori](https://togithub.com/Ebonsignori) made their
first contribution in
[cli/cli#8762
- [@&#8203;matthewhughes934](https://togithub.com/matthewhughes934) made
their first contribution in
[cli/cli#8958
- [@&#8203;richterdavid](https://togithub.com/richterdavid) made their
first contribution in
[cli/cli#8950

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

### [`v2.47.0`](https://togithub.com/cli/cli/releases/tag/v2.47.0):
GitHub CLI 2.47.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.46.0...v2.47.0)

#### What's Changed

- Fix typo in auth switch help example by
[@&#8203;ihommani](https://togithub.com/ihommani) in
[cli/cli#8870
- Bump go-gh to 2.7.0 by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8884
- gh-attestation cmd integration by
[@&#8203;malancas](https://togithub.com/malancas) in
[cli/cli#8698
- Upgrade to Go 1.22 by [@&#8203;yanskun](https://togithub.com/yanskun)
in
[cli/cli#8836
- Rely on go.mod go version in all workflows by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8911
- build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8902
- build(deps): bump github.com/docker/docker from 24.0.7+incompatible to
24.0.9+incompatible by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8903
- Fix segfault in error handling of `gh repo rename` by
[@&#8203;satoqz](https://togithub.com/satoqz) in
[cli/cli#8888
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8912
- build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8913
- build(deps): bump github.com/google/go-containerregistry from 0.19.0
to 0.19.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8914
- build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to
0.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8923
- Bump glamour to v0.7.0 and go mod tidy by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8920

#### New Contributors

- [@&#8203;ihommani](https://togithub.com/ihommani) made their first
contribution in
[cli/cli#8870
- [@&#8203;malancas](https://togithub.com/malancas) made their first
contribution in
[cli/cli#8698
- [@&#8203;satoqz](https://togithub.com/satoqz) made their first
contribution in
[cli/cli#8888

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

### [`v2.46.0`](https://togithub.com/cli/cli/releases/tag/v2.46.0):
GitHub CLI 2.46.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.45.0...v2.46.0)

#### What's Changed

- Draft issue IDs are included in `project item-list` output by
[@&#8203;yasunori0418](https://togithub.com/yasunori0418) in
[cli/cli#8754
- New `--dry-run` option for `pr create` by
[@&#8203;v1v](https://togithub.com/v1v) in
[cli/cli#8376
- Bump go-keyring to fix race condition by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8833
- PR numbers are prefixed with owner/repo for context by
[@&#8203;nobe4](https://togithub.com/nobe4) in
[cli/cli#8778
- Extra word removed in `codespaces` code comments by
[@&#8203;cuinix](https://togithub.com/cuinix) in
[cli/cli#8795
- Clarified description of the `-u`, `--user` option for `gh auth token`
by [@&#8203;gregsmi](https://togithub.com/gregsmi) in
[cli/cli#8797
- Fixed formatting for the description of `release upload` by
[@&#8203;malor](https://togithub.com/malor) in
[cli/cli#8834
- Clarified the usage of `auth status` to list all authenticated
accounts by [@&#8203;jsoref](https://togithub.com/jsoref) in
[cli/cli#8838
- Document auth switch behavior for two or more accounts by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8839
- Document run watch and view not supporting fine grained PATs by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8843
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8811
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8844

#### New Contributors

- [@&#8203;cuinix](https://togithub.com/cuinix) made their first
contribution in
[cli/cli#8795
- [@&#8203;gregsmi](https://togithub.com/gregsmi) made their first
contribution in
[cli/cli#8797
- [@&#8203;nobe4](https://togithub.com/nobe4) made their first
contribution in
[cli/cli#8778
- [@&#8203;malor](https://togithub.com/malor) made their first
contribution in
[cli/cli#8834
- [@&#8203;yasunori0418](https://togithub.com/yasunori0418) made their
first contribution in
[cli/cli#8754

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

### [`v2.45.0`](https://togithub.com/cli/cli/releases/tag/v2.45.0):
GitHub CLI 2.45.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.44.1...v2.45.0)

#### What's Changed

- Resolve go compiler regression by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8716
- bug: fixed the msg returned for patching a repo variable by
[@&#8203;dean-tate](https://togithub.com/dean-tate) in
[cli/cli#8715
- Fix regression around commas in commit titles during `pr create` by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8768
- feat: Add `ref` option to `gh cache list` by
[@&#8203;toshimaru](https://togithub.com/toshimaru) in
[cli/cli#8711
- Make comments in the default config file more informative by
[@&#8203;bartekpacia](https://togithub.com/bartekpacia) in
[cli/cli#8756
- Link Project to Repository or Team Command by
[@&#8203;benebsiny](https://togithub.com/benebsiny) in
[cli/cli#8595
- Clarify helptext for search prs regarding archived repos by
[@&#8203;stuart-leitch](https://togithub.com/stuart-leitch) in
[cli/cli#8738
- Simplify install command for Debian & Ubuntu by
[@&#8203;hongquan](https://togithub.com/hongquan) in
[cli/cli#8693
- Support `project view --web` with TTY by
[@&#8203;harveysanders](https://togithub.com/harveysanders) in
[cli/cli#8773
- Bump cli/go-gh v2.6.0 for tenant using GH_TOKEN by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8787

#### New Contributors

- [@&#8203;dean-tate](https://togithub.com/dean-tate) made their first
contribution in
[cli/cli#8715
- [@&#8203;bartekpacia](https://togithub.com/bartekpacia) made their
first contribution in
[cli/cli#8756
- [@&#8203;stuart-leitch](https://togithub.com/stuart-leitch) made their
first contribution in
[cli/cli#8738
- [@&#8203;hongquan](https://togithub.com/hongquan) made their first
contribution in
[cli/cli#8693

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

### [`v2.44.1`](https://togithub.com/cli/cli/releases/tag/v2.44.1):
GitHub CLI 2.44.1

[Compare Source](https://togithub.com/cli/cli/compare/v2.44.0...v2.44.1)

#### What's Changed

- Fix PR create regression around title and body when there is only one
commit by [@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8707

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

### [`v2.44.0`](https://togithub.com/cli/cli/releases/tag/v2.44.0):
GitHub CLI 2.44.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.43.1...v2.44.0)

#### What's Changed

- Feature: added Order flag for release list command by
[@&#8203;leevic31](https://togithub.com/leevic31) in
[cli/cli#8632
- autofill with body by
[@&#8203;guerinoni](https://togithub.com/guerinoni) in
[cli/cli#8423
- Add default values to web manual and man pages by
[@&#8203;zsloane](https://togithub.com/zsloane) in
[cli/cli#8395
- build(deps): bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8648
- Documentation for built-in aliases by
[@&#8203;Rebeccasun31](https://togithub.com/Rebeccasun31) in
[cli/cli#8367
- Add more detail to fork failure message by
[@&#8203;chrisroat](https://togithub.com/chrisroat) in
[cli/cli#8614
- feat: Add cache key option to `gh cache list` by
[@&#8203;toshimaru](https://togithub.com/toshimaru) in
[cli/cli#8667

#### New Contributors

- [@&#8203;zsloane](https://togithub.com/zsloane) made their first
contribution in
[cli/cli#8395
- [@&#8203;Rebeccasun31](https://togithub.com/Rebeccasun31) made their
first contribution in
[cli/cli#8367
- [@&#8203;chrisroat](https://togithub.com/chrisroat) made their first
contribution in
[cli/cli#8614
- [@&#8203;toshimaru](https://togithub.com/toshimaru) made their first
contribution in
[cli/cli#8667

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

### [`v2.43.1`](https://togithub.com/cli/cli/releases/tag/v2.43.1):
GitHub CLI 2.43.1

[Compare Source](https://togithub.com/cli/cli/compare/v2.43.0...v2.43.1)

#### What's Changed

- Fix label create regression in v2.43.0 by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8653

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

### [`v2.43.0`](https://togithub.com/cli/cli/releases/tag/v2.43.0):
GitHub CLI 2.43.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.42.1...v2.43.0)

#### Special note

With this release, the GitHub CLI team sees
[@&#8203;samcoe](https://togithub.com/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

- Remove project JSON formatting objects by
[@&#8203;heaths](https://togithub.com/heaths) in
[cli/cli#8541
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8467
- build(deps): bump actions/download-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8466
- Add option --json for gh variable list by
[@&#8203;w1mvy](https://togithub.com/w1mvy) in
[cli/cli#8516
- Add `--json` export flag for release list by
[@&#8203;v1v](https://togithub.com/v1v) in
[cli/cli#8474
- 📝 (search/repos) add usage tips for --archived=false by
[@&#8203;shion1305](https://togithub.com/shion1305) in
[cli/cli#8391
- fix: Prevent nil dereference in `pr view`. by
[@&#8203;octo](https://togithub.com/octo) in
[cli/cli#8566
- Fix some typos raised by codespell by
[@&#8203;fpistm](https://togithub.com/fpistm) in
[cli/cli#8589
- Add force flag to setup-git command by
[@&#8203;rajhawaldar](https://togithub.com/rajhawaldar) in
[cli/cli#8552
- build(deps): bump actions/cache from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8594
- Feature: output URL for newly created repo by
[@&#8203;leevic31](https://togithub.com/leevic31) in
[cli/cli#8574
- Update Arch repo to \[extra] by
[@&#8203;Xeonacid](https://togithub.com/Xeonacid) in
[cli/cli#8607
- build(deps): bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8629
- fix(pr create): clarify refspec to push to correct branch in the event
of a conflicting tag by
[@&#8203;arunsathiya](https://togithub.com/arunsathiya) in
[cli/cli#8618
- Send activity signals during non-interactive codespace SSH command by
[@&#8203;dmgardiner25](https://togithub.com/dmgardiner25) in
[cli/cli#8639
- Upgrade cli/go-gh to v2.5.0 for home-manager fix by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8647

#### New Contributors

- [@&#8203;w1mvy](https://togithub.com/w1mvy) made their first
contribution in
[cli/cli#8516
- [@&#8203;v1v](https://togithub.com/v1v) made their first contribution
in
[cli/cli#8474
- [@&#8203;octo](https://togithub.com/octo) made their first
contribution in
[cli/cli#8566
- [@&#8203;fpistm](https://togithub.com/fpistm) made their first
contribution in
[cli/cli#8589
- [@&#8203;leevic31](https://togithub.com/leevic31) made their first
contribution in
[cli/cli#8574
- [@&#8203;Xeonacid](https://togithub.com/Xeonacid) made their first
contribution in
[cli/cli#8607

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/DelineaXPM/github-workflows).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external pull request originating outside of the CLI core team
Projects
No open projects
The GitHub CLI
  
Needs review 🤔
Development

Successfully merging this pull request may close these issues.

dst refspec main matches more than one when remote has a main branch and a main tag
3 participants