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

Potential name clash #23

Closed
glitsj16 opened this issue Feb 25, 2023 · 13 comments
Closed

Potential name clash #23

glitsj16 opened this issue Feb 25, 2023 · 13 comments

Comments

@glitsj16
Copy link

- to Reddit user `/u/lucca_huguet` (can be found as [luccahuguet](https://github.com/luccahuguet) on Github) for suggesting that the compiled `erdtree` binary be shorted to `et`.

Hi, I noticed erdtree is in the AUR and I installed it. Works very well, congrats!

As long-time user and collaborator to the Firejail project it didn't take long before creating a firejail profile for erdtree. That profile also works quite well, but then I hit a snag. Apparently the spreadsheet component of WPS Office is also called (and installed as) et.

Obviously that's not a problem for the erdtree dev(s) as such. I sure like short, easy to remember command names myself. Realizing what a name change of the binary entails, I don't want to suggest to do so. I just wanted to bring this to your attention.

@asukaminato0721
Copy link

now here is erdtree-bin.For those who don't want to compile.

@solidiquis
Copy link
Owner

Thank you for bringing this to my attention! Before I decide on changing the name of the binary to something else what's the best way for me to go about ensuring that the next name I choose won't result in a similar issue?

@glitsj16
Copy link
Author

glitsj16 commented Mar 5, 2023

... what's the best way for me to go about ensuring that the next name I choose won't result in a similar issue?

Good question. FWIW, I happened to stumble on the et vs erdtree name clash by sheer coincidence. I'm also not a professional in any sense of the term, just a Linux hobbyist with enough free time on hands to delve around all sorts of places.

Sadly I'm not aware of any single resource to check for existing binary names. That being said, most if not all Linux distributions do offer package search facilities. Usually these include package content links, so it's fairly easy to at least check these resources to see under what name a binary already ended up in /bin, /sbin, /usr/bin, etcetera.

A short list of examples:

One site I particularly find very informative is repology.

Depending on the amount of time one has/wants to invest in this kind of research I'd suggest doing a quick search on major dev hubs like GitHub, Gitlab, etc. Who knows, with the latest outpour of AI GPT search apps left, right & center you might just track one of those too :)

@nicoburns
Copy link

FWIW, I'd actually prefer a long binary name for a tool like this. I likely won't be using it super often, so a name that's easy to remember is more important to me than one that's quick to type.

@dljsjr
Copy link

dljsjr commented Apr 4, 2023

This also collides with Eternal Terminal, an SSH remote terminal alternative kinda like mosh:

✦ ❯ brew install erdtree
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################## 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################## 100.0%
==> Fetching erdtree
==> Downloading https://ghcr.io/v2/homebrew/core/erdtree/manifests/1.7.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/erdtree/blobs/sha256:323cf8beacff214f2088756dde28818ee3920c4fd9ba76d413c1730cf42b4fb7
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:323cf8beacff214f2088756dde28818ee3920c4fd9ba76d413c1730cf42b4fb7?se=2023-04-04T22%3A15%3A00Z&sig=pChn5sA%2FaE3EDsnHmXjtsRd9xU7xch%2F0x23mNy3UuAE%3D&sp=r&spr=https&sr=b&sv
######################################################################## 100.0%
==> Pouring erdtree--1.7.1.ventura.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/et
Target /usr/local/bin/et
is a symlink belonging to et. You can unlink it:
  brew unlink et

To force the link and overwrite all conflicting files:
  brew link --overwrite erdtree

To list all files that would be deleted:
  brew link --overwrite --dry-run erdtree

Possible conflicting files are:
/usr/local/bin/et -> /usr/local/Cellar/et/6.2.4_2/bin/et
==> Summary
🍺  /usr/local/Cellar/erdtree/1.7.1: 8 files, 3.2MB
==> Running `brew cleanup erdtree`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

@solidiquis
Copy link
Owner

Version 2.0 is looming in the horizon as I plan to make a lot of breaking changes (probably middle to late April). I will likely change the name of the compiled binary then with its release.

@dljsjr
Copy link

dljsjr commented Apr 5, 2023

FWIW, I've been using erd as a symlink to erdtree's et and I like it.

@solidiquis
Copy link
Owner

@dljsjr "erd" really is the only other sensible alternative lol. I'll probably go with that. Thanks for the suggestion!

@blinxen
Copy link

blinxen commented Apr 7, 2023

et also has a name clash in fedora --> https://packages.fedoraproject.org/pkgs/et/et/

Wanted to add this for completeness. erd on the other hand has no name clashes in fedora.
Once you change the binary name, I will package erdtree for fedora.

@solidiquis
Copy link
Owner

Thanks @blinxen! Hoping to get that done sometime next week.

@solidiquis
Copy link
Owner

Small update: Now that v1.8.0 out I'm going to get started on v2.0.0 which will have quite a few breaking changes. v2.0.0 will have its compiled binary changed to erd.

@solidiquis solidiquis mentioned this issue Apr 14, 2023
@solidiquis
Copy link
Owner

#131

suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this issue Apr 26, 2023
https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> - solidiquis/erdtree#23
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this issue Apr 26, 2023
https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> - solidiquis/erdtree#23
renovate bot added a commit to scottames/dots that referenced this issue Apr 29, 2023
[![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 | `v3.158.0` -> `v3.159.0` |
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.27.0` ->
`v2.28.0` |
| [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) | minor |
`v0.138.0` -> `v0.139.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.1...v3.159.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.159.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.159.0)
| aquaproj/aqua-registry@v3.158.0...v3.159.0

#### 🎉 New Packages


[#&#8203;11807](https://togithub.com/aquaproj/aqua-registry/issues/11807)
[kubecfg/kubecfg](https://togithub.com/kubecfg/kubecfg): A tool for
managing complex enterprise Kubernetes environments as code

[#&#8203;11808](https://togithub.com/aquaproj/aqua-registry/issues/11808)
[loov/goda](https://togithub.com/loov/goda): Go Dependency Analysis
toolkit

#### Fixes


[#&#8203;11806](https://togithub.com/aquaproj/aqua-registry/issues/11806)
solidiquis/erdtree: Follow up changes of erdtree v2.0.0

https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary
has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> -
[solidiquis/erdtree#23

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.1)
| aquaproj/aqua-registry@v3.158.0...v3.158.1

#### Fixes


[#&#8203;11790](https://togithub.com/aquaproj/aqua-registry/issues/11790)
Follow up changes of cli/cli v2.28.0
[@&#8203;kyontan](https://togithub.com/kyontan)

GitHub's CLI (cli/cli) changed format for macOS to zip (from tar.gz)
since v2.28.0

See https://github.com/cli/cli/releases/tag/v2.28.0 for details.

</details>

<details>
<summary>cli/cli</summary>

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

[Compare Source](https://togithub.com/cli/cli/compare/v2.27.0...v2.28.0)

#### What's New

-   macOS binaries are now signed and notarized
- ⚠️ macOS archives attached to our releases are no longer `.tar.gz`,
but `.zip` instead. This is because `.tar.gz` archives cannot be
notarized.
- The `checksums.txt` file attached to every release now includes the
checksum of the Windows MSI installer too.

- macOS and Windows binaries are now compiled from their respective
platforms and have `cgo` enabled. This might help resolve respecting
system proxy settings and avoid related networking issues.

- `issue edit`: edit multiple issues at the same time by
[@&#8203;heaths](https://togithub.com/heaths) in
[cli/cli#7259

- Add `gh org list` by
[@&#8203;joshkraft](https://togithub.com/joshkraft) in
[cli/cli#7257

- `ssh-key`: add ability to manage signing keys by
[@&#8203;kousikmitra](https://togithub.com/kousikmitra) in
[cli/cli#7270

- `search`: enable owner flag to take multiple values by
[@&#8203;kousikmitra](https://togithub.com/kousikmitra) in
[cli/cli#7305

- `codespace`: add `--web` flag for `list` & `create` commands by
[@&#8203;doaortu](https://togithub.com/doaortu) in
[cli/cli#7288

- Our Debian & RPM packages now ship with shell completion scripts by
[@&#8203;Xerkus](https://togithub.com/Xerkus) in
[cli/cli#7293

- `run list`: add `--event` and `--created` filters by
[@&#8203;cawfeecake](https://togithub.com/cawfeecake) in
[cli/cli#7363
[cli/cli#7352

- `repo`: add `visibility` JSON field by
[@&#8203;yeikel](https://togithub.com/yeikel) in
[cli/cli#7337

#### What's Changed

- Fix typo in `cs stop` command: `Stoppping` -> `Stopping` by
[@&#8203;FalseDev](https://togithub.com/FalseDev) in
[cli/cli#7318
- Update go-gh to v2 by [@&#8203;samcoe](https://togithub.com/samcoe) in
[cli/cli#7299
- `auth login`: normalize host name by
[@&#8203;tuananhlai](https://togithub.com/tuananhlai) in
[cli/cli#6999
- build(deps): bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#7323
- Clarify how SSH keys are selected for `gh codespace ssh` by
[@&#8203;jkeech](https://togithub.com/jkeech) in
[cli/cli#7325
- Initialize deployment.yml workflow file by
[@&#8203;mislav](https://togithub.com/mislav) in
[cli/cli#7328
- Fix `gh cs ports` requiring `sudo` for privileged port numbers by
[@&#8203;cmbrose](https://togithub.com/cmbrose) in
[cli/cli#7326
- Correct some typos by [@&#8203;goggle](https://togithub.com/goggle) in
[cli/cli#7342
- Diacritics substitution in prompt by
[@&#8203;benjlevesque](https://togithub.com/benjlevesque) in
[cli/cli#7205
- gh: move `CODEOWNERS` inside the `.github/` dir by
[@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar) in
[cli/cli#7366
- Pretty-print gh api output when using --jq by
[@&#8203;mjpieters](https://togithub.com/mjpieters) in
[cli/cli#7236

#### New Contributors

- [@&#8203;joshkraft](https://togithub.com/joshkraft) made their first
contribution in
[cli/cli#7257
- [@&#8203;kousikmitra](https://togithub.com/kousikmitra) made their
first contribution in
[cli/cli#7270
- [@&#8203;doaortu](https://togithub.com/doaortu) made their first
contribution in
[cli/cli#7288
- [@&#8203;FalseDev](https://togithub.com/FalseDev) made their first
contribution in
[cli/cli#7318
- [@&#8203;tuananhlai](https://togithub.com/tuananhlai) made their first
contribution in
[cli/cli#6999
- [@&#8203;goggle](https://togithub.com/goggle) made their first
contribution in
[cli/cli#7342
- [@&#8203;Xerkus](https://togithub.com/Xerkus) made their first
contribution in
[cli/cli#7293
- [@&#8203;cawfeecake](https://togithub.com/cawfeecake) made their first
contribution in
[cli/cli#7363
- [@&#8203;yeikel](https://togithub.com/yeikel) made their first
contribution in
[cli/cli#7337
- [@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar) made
their first contribution in
[cli/cli#7366
- [@&#8203;mjpieters](https://togithub.com/mjpieters) made their first
contribution in
[cli/cli#7236

**Full Changelog**: cli/cli@v2.27.0...v2.28.0

</details>

<details>
<summary>weaveworks/eksctl</summary>

###
[`v0.139.0`](https://togithub.com/weaveworks/eksctl/releases/tag/v0.139.0):
eksctl 0.139.0 (permalink)

[Compare
Source](https://togithub.com/weaveworks/eksctl/compare/0.138.0...0.139.0)

### Release v0.139.0

#### 🚀 Features

- Security Policy for eksctl project
([#&#8203;6541](https://togithub.com/weaveworks/eksctl/issues/6541))

#### 🐛 Bug Fixes

- Fix flux version validation
([#&#8203;6530](https://togithub.com/weaveworks/eksctl/issues/6530))

#### 📝 Documentation

- Fix empty info block on Default Addon Upgrades page
([#&#8203;6524](https://togithub.com/weaveworks/eksctl/issues/6524))
- Update installation instructions
([#&#8203;6376](https://togithub.com/weaveworks/eksctl/issues/6376))
- AWS Private link support for fully private cluster
([#&#8203;6408](https://togithub.com/weaveworks/eksctl/issues/6408))

#### Acknowledgments

Weaveworks would like to sincerely thank:
[@&#8203;thezanke](https://togithub.com/thezanke), and
[@&#8203;yuxiang-zhang](https://togithub.com/yuxiang-zhang)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://app.renovatebot.com/dashboard#github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to sheldonhull/az-pr that referenced this issue May 1, 2023
[![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 | `v3.158.0` -> `v3.159.0` |

copilot:all

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.1...v3.159.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.159.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.159.0)
| aquaproj/aqua-registry@v3.158.0...v3.159.0

#### 🎉 New Packages


[#&#8203;11807](https://togithub.com/aquaproj/aqua-registry/issues/11807)
[kubecfg/kubecfg](https://togithub.com/kubecfg/kubecfg): A tool for
managing complex enterprise Kubernetes environments as code

[#&#8203;11808](https://togithub.com/aquaproj/aqua-registry/issues/11808)
[loov/goda](https://togithub.com/loov/goda): Go Dependency Analysis
toolkit

#### Fixes


[#&#8203;11806](https://togithub.com/aquaproj/aqua-registry/issues/11806)
solidiquis/erdtree: Follow up changes of erdtree v2.0.0

https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary
has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> -
[solidiquis/erdtree#23

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.1)
| aquaproj/aqua-registry@v3.158.0...v3.158.1

#### Fixes


[#&#8203;11790](https://togithub.com/aquaproj/aqua-registry/issues/11790)
Follow up changes of cli/cli v2.28.0
[@&#8203;kyontan](https://togithub.com/kyontan)

GitHub's CLI (cli/cli) changed format for macOS to zip (from tar.gz)
since v2.28.0

See https://github.com/cli/cli/releases/tag/v2.28.0 for details.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am 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://app.renovatebot.com/dashboard#github/sheldonhull/az-pr).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to sheldonhull/vagrant that referenced this issue May 1, 2023
[![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 | `v3.158.0` -> `v3.159.0` |

copilot:all

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.1...v3.159.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.159.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.159.0)
| aquaproj/aqua-registry@v3.158.0...v3.159.0

#### 🎉 New Packages


[#&#8203;11807](https://togithub.com/aquaproj/aqua-registry/issues/11807)
[kubecfg/kubecfg](https://togithub.com/kubecfg/kubecfg): A tool for
managing complex enterprise Kubernetes environments as code

[#&#8203;11808](https://togithub.com/aquaproj/aqua-registry/issues/11808)
[loov/goda](https://togithub.com/loov/goda): Go Dependency Analysis
toolkit

#### Fixes


[#&#8203;11806](https://togithub.com/aquaproj/aqua-registry/issues/11806)
solidiquis/erdtree: Follow up changes of erdtree v2.0.0

https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary
has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> -
[solidiquis/erdtree#23

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.1)
| aquaproj/aqua-registry@v3.158.0...v3.158.1

#### Fixes


[#&#8203;11790](https://togithub.com/aquaproj/aqua-registry/issues/11790)
Follow up changes of cli/cli v2.28.0
[@&#8203;kyontan](https://togithub.com/kyontan)

GitHub's CLI (cli/cli) changed format for macOS to zip (from tar.gz)
since v2.28.0

See https://github.com/cli/cli/releases/tag/v2.28.0 for details.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am 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://app.renovatebot.com/dashboard#github/sheldonhull/vagrant).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@blinxen
Copy link

blinxen commented May 2, 2023

@solidiquis erdtree has now been packaged for rawhide and will soon land in f38 --> https://src.fedoraproject.org/rpms/rust-erdtree

renovate bot added a commit to sheldonhull/digital-garden that referenced this issue Jun 11, 2023
[![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 | `v3.139.0` -> `v3.162.0` |
| [direnv/direnv](https://togithub.com/direnv/direnv) | patch |
`v2.32.2` -> `v2.32.3` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.20.1` ->
`1.20.5` |
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)
| minor | `v1.51.2` -> `v1.53.2` |
| [magefile/mage](https://togithub.com/magefile/mage) | minor |
`v1.14.0` -> `v1.15.0` |

copilot:all

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.161.0...v3.162.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.162.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.162.0)
| aquaproj/aqua-registry@v3.161.0...v3.162.0

##### 🎉 New Packages


[#&#8203;11839](https://togithub.com/aquaproj/aqua-registry/issues/11839)
[Madh93/tpm](https://togithub.com/Madh93/tpm): A package manager for
Terraform providers [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.160.0...v3.161.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.161.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.161.0)
| aquaproj/aqua-registry@v3.160.0...v3.161.0

##### 🎉 New Packages


[#&#8203;11838](https://togithub.com/aquaproj/aqua-registry/issues/11838)
[gopinath-langote/1build](https://togithub.com/gopinath-langote/1build):
Frictionless way of managing project-specific commands

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.159.0...v3.160.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.160.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.160.0)
| aquaproj/aqua-registry@v3.159.0...v3.160.0

##### 🎉 New Packages


[#&#8203;11817](https://togithub.com/aquaproj/aqua-registry/issues/11817)
[abice/go-enum](https://togithub.com/abice/go-enum): An enum generator
for go

##### Fixes


[#&#8203;11837](https://togithub.com/aquaproj/aqua-registry/issues/11837)
ysugimoto/falco: Use tar.gz from falco v0.20.2
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.1...v3.159.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.159.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.159.0)
| aquaproj/aqua-registry@v3.158.0...v3.159.0

##### 🎉 New Packages


[#&#8203;11807](https://togithub.com/aquaproj/aqua-registry/issues/11807)
[kubecfg/kubecfg](https://togithub.com/kubecfg/kubecfg): A tool for
managing complex enterprise Kubernetes environments as code

[#&#8203;11808](https://togithub.com/aquaproj/aqua-registry/issues/11808)
[loov/goda](https://togithub.com/loov/goda): Go Dependency Analysis
toolkit

##### Fixes


[#&#8203;11806](https://togithub.com/aquaproj/aqua-registry/issues/11806)
solidiquis/erdtree: Follow up changes of erdtree v2.0.0

https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary
has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> -
[solidiquis/erdtree#23

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.1)
| aquaproj/aqua-registry@v3.158.0...v3.158.1

##### Fixes


[#&#8203;11790](https://togithub.com/aquaproj/aqua-registry/issues/11790)
Follow up changes of cli/cli v2.28.0
[@&#8203;kyontan](https://togithub.com/kyontan)

GitHub's CLI (cli/cli) changed format for macOS to zip (from tar.gz)
since v2.28.0

See https://github.com/cli/cli/releases/tag/v2.28.0 for details.

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.157.0...v3.158.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.0)
| aquaproj/aqua-registry@v3.157.0...v3.158.0

##### 🎉 New Packages


[#&#8203;11692](https://togithub.com/aquaproj/aqua-registry/issues/11692)
[hexdigest/gowrap](https://togithub.com/hexdigest/gowrap): GoWrap is a
command line tool for generating decorators for Go interfaces

[#&#8203;11691](https://togithub.com/aquaproj/aqua-registry/issues/11691)
[knqyf263/go-plugin](https://togithub.com/knqyf263/go-plugin): Go Plugin
System over WebAssembly

[#&#8203;11667](https://togithub.com/aquaproj/aqua-registry/issues/11667)
[wasmerio/wasmer](https://togithub.com/wasmerio/wasmer): The leading
WebAssembly Runtime supporting WASI and Emscripten

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.156.0...v3.157.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.157.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.157.0)
| aquaproj/aqua-registry@v3.156.0...v3.157.0

##### 🎉 New Packages


[#&#8203;11604](https://togithub.com/aquaproj/aqua-registry/issues/11604)
[WebAssembly/binaryen](https://togithub.com/WebAssembly/binaryen):
Optimizer and compiler/toolchain library for WebAssembly
[@&#8203;knqyf263](https://togithub.com/knqyf263) 🎉 New Contributor

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.155.0...v3.156.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.156.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.156.0)
| aquaproj/aqua-registry@v3.155.0...v3.156.0

##### 🎉 New Packages


[#&#8203;11533](https://togithub.com/aquaproj/aqua-registry/issues/11533)
[suzuki-shunsuke/tfaction-go](https://togithub.com/suzuki-shunsuke/tfaction-go):
GitHub Actions for Terraform

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.154.0...v3.155.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.155.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.155.0)
| aquaproj/aqua-registry@v3.154.0...v3.155.0

##### 🎉 New Packages


[#&#8203;11532](https://togithub.com/aquaproj/aqua-registry/issues/11532)
[mailru/easyjson](https://togithub.com/mailru/easyjson): Fast JSON
serializer for golang

[#&#8203;11531](https://togithub.com/aquaproj/aqua-registry/issues/11531)
golang/tools/goyacc: Goyacc is a version of yacc for Go. It is written
in Go and generates parsers written in Go

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.153.0...v3.154.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.154.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.154.0)
| aquaproj/aqua-registry@v3.153.0...v3.154.0

##### 🎉 New Packages


[#&#8203;11530](https://togithub.com/aquaproj/aqua-registry/issues/11530)
[suzuki-shunsuke/pinact](https://togithub.com/suzuki-shunsuke/pinact):
Pin GitHub Actions versions

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.152.0...v3.153.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.153.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.153.0)
| aquaproj/aqua-registry@v3.152.0...v3.153.0

##### 🎉 New Packages


[#&#8203;11364](https://togithub.com/aquaproj/aqua-registry/issues/11364)
[mvisonneau/vac](https://togithub.com/mvisonneau/vac): AWS credentials
management leveraging Vault
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

##### Bug Fixes


[#&#8203;11370](https://togithub.com/aquaproj/aqua-registry/issues/11370)
dnote/dnote/cli: Set `files` to support aqua v2


https://aquaproj.github.io/docs/reference/upgrade-guide/v2/fix-default-files-name

##### Fixes


[#&#8203;11368](https://togithub.com/aquaproj/aqua-registry/issues/11368)
mathew-fleisch/bashbot: Follow up changes of bashbot v2

[#&#8203;11369](https://togithub.com/aquaproj/aqua-registry/issues/11369)
mergestat/mergestate-lite: Rename mergestat/mergestate to
mergestat/mergestat-lite

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.151.0...v3.152.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.152.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.152.0)
| aquaproj/aqua-registry@v3.151.0...v3.152.0

##### 🎉 New Packages


[#&#8203;11362](https://togithub.com/aquaproj/aqua-registry/issues/11362)
[go-acme/lego](https://togithub.com/go-acme/lego): Let's Encrypt/ACME
client and library written in Go
[@&#8203;kyontan](https://togithub.com/kyontan)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.150.0...v3.151.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.151.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.151.0)
| aquaproj/aqua-registry@v3.150.0...v3.151.0

#### 🎉 New Packages


[#&#8203;11360](https://togithub.com/aquaproj/aqua-registry/issues/11360)
[Code-Hex/gqldoc](https://togithub.com/Code-Hex/gqldoc): The easiest way
to make API documents for GraphQL
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.149.1...v3.150.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.150.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.150.0)
| aquaproj/aqua-registry@v3.149.1...v3.150.0

#### 🎉 Over 1,100 packages 🎉

Thank you, all contributors!

#### 🎉 New Packages


[#&#8203;11233](https://togithub.com/aquaproj/aqua-registry/issues/11233)
[keilerkonzept/terraform-module-versions](https://togithub.com/keilerkonzept/terraform-module-versions):
CLI tool that checks Terraform code for module updates. Single binary,
no dependencies. linux, osx, windows

[#&#8203;11234](https://togithub.com/aquaproj/aqua-registry/issues/11234)
[mattn/algia](https://togithub.com/mattn/algia): A cli application for
nostr

[#&#8203;11344](https://togithub.com/aquaproj/aqua-registry/issues/11344)
[rogerwelin/cfnctl](https://togithub.com/rogerwelin/cfnctl): Cfnctl
brings the Terraform cli experience to AWS Cloudformation

[#&#8203;11232](https://togithub.com/aquaproj/aqua-registry/issues/11232)
[stefanprodan/timoni](https://togithub.com/stefanprodan/timoni): Timoni
is a package manager for Kubernetes, powered by CUE and inspired by Helm

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.149.0...v3.149.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.149.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.149.1)
| aquaproj/aqua-registry@v3.149.0...v3.149.1

##### Fixes


[#&#8203;11220](https://togithub.com/aquaproj/aqua-registry/issues/11220)
iawia002/lux: Follow up changes of lux v0.17.2

[#&#8203;11204](https://togithub.com/aquaproj/aqua-registry/issues/11204)
99designs/aws-vault: Support darwin (aqua >=
[v2.2.0](https://togithub.com/aquaproj/aqua/releases/tag/v2.2.0) is
required) [@&#8203;u-yas](https://togithub.com/u-yas)

[#&#8203;11093](https://togithub.com/aquaproj/aqua-registry/issues/11093)
fujiapple852/trippy: Follow up changes of trippy v0.7.0

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.148.0...v3.149.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.149.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.149.0)
| aquaproj/aqua-registry@v3.148.0...v3.149.0

##### 🎉 New Packages


[#&#8203;11029](https://togithub.com/aquaproj/aqua-registry/issues/11029)
[innobead/huber](https://togithub.com/innobead/huber): Huber, Package
Manager for GitHub repos
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;11030](https://togithub.com/aquaproj/aqua-registry/issues/11030)
[wfxr/csview](https://togithub.com/wfxr/csview): Pretty and fast csv
viewer for cli with cjk/emoji support
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

##### Fixes

Versent/saml2aws: Follow up changes of saml2aws v2.36.5

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.147.0...v3.148.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.148.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.148.0)
| aquaproj/aqua-registry@v3.147.0...v3.148.0

##### 🎉 New Packages


[#&#8203;10979](https://togithub.com/aquaproj/aqua-registry/issues/10979)
[andrewkroh/gvm](https://togithub.com/andrewkroh/gvm): Go Version
Manager (written in Go for cross-platform usability)
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;10978](https://togithub.com/aquaproj/aqua-registry/issues/10978)
[blst-security/cherrybomb](https://togithub.com/blst-security/cherrybomb):
Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid
undefined user behaviour by auditing your API specifications, validating
them and running API security tests
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10977](https://togithub.com/aquaproj/aqua-registry/issues/10977)
[zurawiki/gptcommit](https://togithub.com/zurawiki/gptcommit): A git
prepare-commit-msg hook for authoring commit messages with GPT-3
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

##### Fixes


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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.146.0...v3.147.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.147.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.147.0)
| aquaproj/aqua-registry@v3.146.0...v3.147.0

##### 🎉 New Packages


[#&#8203;10891](https://togithub.com/aquaproj/aqua-registry/issues/10891)
[Builditluc/wiki-tui](https://togithub.com/Builditluc/wiki-tui): A
simple and easy to use Wikipedia Text User Interface
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10889](https://togithub.com/aquaproj/aqua-registry/issues/10889)
[bvaisvil/zenith](https://togithub.com/bvaisvil/zenith): Zenith - sort
of like top or htop but with zoom-able charts, CPU, GPU, network, and
disk usage

[#&#8203;10898](https://togithub.com/aquaproj/aqua-registry/issues/10898)
[ellie/atuin](https://togithub.com/ellie/atuin): Magical shell history
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10896](https://togithub.com/aquaproj/aqua-registry/issues/10896)
[jdxcode/rtx](https://togithub.com/jdxcode/rtx): Runtime Executor (asdf
rust clone) [@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10897](https://togithub.com/aquaproj/aqua-registry/issues/10897)
[solidiquis/erdtree](https://togithub.com/solidiquis/erdtree): A
multi-threaded file-tree visualizer and disk usage analyzer
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.145.1...v3.146.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.146.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.146.0)
| aquaproj/aqua-registry@v3.145.1...v3.146.0

#### 🎉 New Packages


[#&#8203;10883](https://togithub.com/aquaproj/aqua-registry/issues/10883)
[fujiapple852/trippy](https://togithub.com/fujiapple852/trippy): A
network diagnostic tool
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10874](https://togithub.com/aquaproj/aqua-registry/issues/10874)
[oberblastmeister/trashy](https://togithub.com/oberblastmeister/trashy):
A cli system trash manager, alternative to rm and trash-cli
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10876](https://togithub.com/aquaproj/aqua-registry/issues/10876)
[out-of-cheese-error/the-way](https://togithub.com/out-of-cheese-error/the-way):
A code snippets manager for your terminal
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.145.0...v3.145.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.145.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.145.1)
| aquaproj/aqua-registry@v3.145.0...v3.145.1

#### Fixes


[#&#8203;10835](https://togithub.com/aquaproj/aqua-registry/issues/10835)
mjibson/sqlfmt: follow up changes of sqlfmt v0.5.0

[#&#8203;10836](https://togithub.com/aquaproj/aqua-registry/issues/10836)
github/licensed: follow up changes of licensed v4

[#&#8203;10868](https://togithub.com/aquaproj/aqua-registry/issues/10868)
slimtoolkit/slim: follow up changes of slimtoolkit 1.40.0

[#&#8203;10735](https://togithub.com/aquaproj/aqua-registry/issues/10735)
slsa-framework/slsa-verifier: Follow up changes of slsa-verifier v2.1.0

[#&#8203;10762](https://togithub.com/aquaproj/aqua-registry/issues/10762)
suzuki-shunsuke/cmdx: follow up changes of cmdx v1.7.0

[#&#8203;10826](https://togithub.com/aquaproj/aqua-registry/issues/10826)
Fix package names whose GitHub repositories were transferred

AS IS | TO BE
\--- | ---
Peltoche/lsd | lsd-rs/lsd
aelsabbahy/goss | goss-org/goss
docker-slim/docker-slim | slimtoolkit/slim
drud/ddev | ddev/ddev
loft-sh/devspace | devspace-sh/devspace
rancher/k3d | k3d-io/k3d
variantdev/vals | helmfile/vals
vmware-tanzu/octant | vmware-archive/octant
zricethezav/gitleaks | gitleaks/gitleaks

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.144.0...v3.145.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.145.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.145.0)
| aquaproj/aqua-registry@v3.144.0...v3.145.0

#### 🎉 New Packages


[#&#8203;10678](https://togithub.com/aquaproj/aqua-registry/issues/10678)
[bitnami-labs/charts-syncer](https://togithub.com/bitnami-labs/charts-syncer):
Tool for synchronizing Helm Chart repositories
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10680](https://togithub.com/aquaproj/aqua-registry/issues/10680)
[dnote/dnote/cli](https://togithub.com/dnote/dnote): A simple command
line notebook for programmers
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10676](https://togithub.com/aquaproj/aqua-registry/issues/10676)
[justmiles/go-markdown2confluence](https://togithub.com/justmiles/go-markdown2confluence):
Push markdown files to Confluence Cloud
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10670](https://togithub.com/aquaproj/aqua-registry/issues/10670)
[nats-io/natscli](https://togithub.com/nats-io/natscli): The NATS
Command Line Interface

[#&#8203;10679](https://togithub.com/aquaproj/aqua-registry/issues/10679)
[one2nc/cloudlens](https://togithub.com/one2nc/cloudlens): k9s like CLI
for AWS [@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10689](https://togithub.com/aquaproj/aqua-registry/issues/10689)
[pgrok/pgrok/pgrok](https://togithub.com/pgrok/pgrok): (Client) Poor
man's ngrok - a multi-tenant HTTP reverse tunnel solution through SSH
remote port forwarding [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;10689](https://togithub.com/aquaproj/aqua-registry/issues/10689)
[pgrok/pgrok/pgrokd](https://togithub.com/pgrok/pgrok): (Server) Poor
man's ngrok - a multi-tenant HTTP reverse tunnel solution through SSH
remote port forwarding [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;10716](https://togithub.com/aquaproj/aqua-registry/issues/10716)
[sayanarijit/xplr](https://togithub.com/sayanarijit/xplr): A hackable,
minimal, fast TUI file explorer
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10715](https://togithub.com/aquaproj/aqua-registry/issues/10715)
[zyedidia/eget](https://togithub.com/zyedidia/eget): Easily install
prebuilt binaries from GitHub
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.143.0...v3.144.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.144.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.144.0)
| aquaproj/aqua-registry@v3.143.0...v3.144.0

#### 🎉 New Packages


[#&#8203;10668](https://togithub.com/aquaproj/aqua-registry/issues/10668)
[PaddiM8/kalker](https://togithub.com/PaddiM8/kalker): Kalker is a
calculator with math syntax that supports user-defined variables and
functions, complex numbers, and estimation of derivatives and integrals
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10609](https://togithub.com/aquaproj/aqua-registry/issues/10609)
[aquaproj/slsa-verifier](https://togithub.com/aquaproj/slsa-verifier):
Fork of slsa-framework/slsa-verifier

[#&#8203;10663](https://togithub.com/aquaproj/aqua-registry/issues/10663)
[printfn/fend](https://togithub.com/printfn/fend): Arbitrary-precision
unit-aware calculator
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

#### Others


[#&#8203;10660](https://togithub.com/aquaproj/aqua-registry/issues/10660)
docs: Move document to the official website.
https://aquaproj.github.io/docs/products/aqua-registry

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.142.0...v3.143.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.143.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.143.0)
| aquaproj/aqua-registry@v3.142.0...v3.143.0

#### 🎉 New Packages


[#&#8203;10573](https://togithub.com/aquaproj/aqua-registry/issues/10573)
[sassman/t-rec-rs](https://togithub.com/sassman/t-rec-rs): Blazingly
fast terminal recorder that generates animated gif images for the web
written in rust [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fixes


[#&#8203;10578](https://togithub.com/aquaproj/aqua-registry/issues/10578)
crate-ci/typos: Update config by `aqua-registry scaffold --deep`

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.141.0...v3.142.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.142.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.142.0)
| aquaproj/aqua-registry@v3.141.0...v3.142.0

##### 🎉 New Packages


[#&#8203;10566](https://togithub.com/aquaproj/aqua-registry/issues/10566)
[controlplaneio/kubectl-kubesec](https://togithub.com/controlplaneio/kubectl-kubesec):
Security risk analysis for Kubernetes resources
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10564](https://togithub.com/aquaproj/aqua-registry/issues/10564)
[joerdav/xc](https://togithub.com/joerdav/xc): Markdown defined task
runner [@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10565](https://togithub.com/aquaproj/aqua-registry/issues/10565)
[sunny0826/kubectl-pod-lens](https://togithub.com/sunny0826/kubectl-pod-lens):
kubectl plugin for show pod-related resources
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

##### Fixes


[#&#8203;10525](https://togithub.com/aquaproj/aqua-registry/issues/10525)
carvel-dev/kapp: Follow up changes of kapp v0.55.0

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.140.0...v3.141.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.141.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.141.0)
| aquaproj/aqua-registry@v3.140.0...v3.141.0

##### 🎉 New Packages


[#&#8203;10470](https://togithub.com/aquaproj/aqua-registry/issues/10470)
[NimbleArchitect/kubectl-ice](https://togithub.com/NimbleArchitect/kubectl-ice):
A kubectl plugin that allows you to easily view advanced configuration
of all containers that are running inside pods
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10469](https://togithub.com/aquaproj/aqua-registry/issues/10469)
[danielgtaylor/restish](https://togithub.com/danielgtaylor/restish):
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice
features built-in
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

##### Fixes


[#&#8203;10508](https://togithub.com/aquaproj/aqua-registry/issues/10508)
Azure/aztfexport: Rename the package `Azure/aztfy` to `Azure/aztfexport`

Follow up changes of `Azure/aztfy`

-   https://github.com/Azure/aztfexport/releases/tag/v0.11.0
-
[Azure/aztfexport#370


[#&#8203;10505](https://togithub.com/aquaproj/aqua-registry/issues/10505)
cloudspannerecosystem/wrench: Follow up changes of wrench v1.4.1

[#&#8203;10501](https://togithub.com/aquaproj/aqua-registry/issues/10501)
codeclimate/test-reporter: Support linux/arm64 and use `trimV`

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.139.0...v3.140.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.140.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.140.0)
| aquaproj/aqua-registry@v3.139.0...v3.140.0

##### 🎉 New Packages


[#&#8203;10357](https://togithub.com/aquaproj/aqua-registry/issues/10357)
[SimonTheLeg/konf-go](https://togithub.com/SimonTheLeg/konf-go): konf is
a lightweight kubeconfig manager. With konf you can use different
kubeconfigs at the same time. And because it does not need subshells,
konf is blazing fast

[#&#8203;10431](https://togithub.com/aquaproj/aqua-registry/issues/10431)
[imuxin/kubectl-watch](https://togithub.com/imuxin/kubectl-watch): A
kubectl plugin to provide a pretty delta change view of being watched
kubernetes resources
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10446](https://togithub.com/aquaproj/aqua-registry/issues/10446)
[goark/gnkf](https://togithub.com/goark/gnkf): Network Kanji Filter by
Golang [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;10456](https://togithub.com/aquaproj/aqua-registry/issues/10456)
[keisku/kubectl-explore](https://togithub.com/keisku/kubectl-explore): A
better kubectl explain with the fuzzy finder
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10404](https://togithub.com/aquaproj/aqua-registry/issues/10404)
[omegion/ssh-manager](https://togithub.com/omegion/ssh-manager): SSH Key
Manager for 1Password, Bitwarden and AWS S3
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10403](https://togithub.com/aquaproj/aqua-registry/issues/10403)
[ovh/venom](https://togithub.com/ovh/venom): Venom is a CLI that aim to
create, manage and run your integration tests with efficiency
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;10432](https://togithub.com/aquaproj/aqua-registry/issues/10432)
[tohjustin/kube-lineage](https://togithub.com/tohjustin/kube-lineage): A
CLI tool to display all dependencies or dependents of an object in a
Kubernetes cluster
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

##### Fixes


[#&#8203;10392](https://togithub.com/aquaproj/aqua-registry/issues/10392)
[firecracker-microvm/firecracker](https://togithub.com/firecracker-microvm/firecracker):
Follow up changes of firecrakcer v1.3.0

##### Others


[#&#8203;10393](https://togithub.com/aquaproj/aqua-registry/issues/10393)
[Support testing in your laptop with
Earthly](https://togithub.com/aquaproj/aqua-registry/blob/main/CONTRIBUTING.md#test-in-your-laptop-with-eartly)

[#&#8203;10386](https://togithub.com/aquaproj/aqua-registry/issues/10386)
[#&#8203;10378](https://togithub.com/aquaproj/aqua-registry/issues/10378)
Fix GitHub Actions' deprecation warning

##### Support testing in your laptop with Earthly

Using [Earthly](https://docs.earthly.dev/), you can do a test against a
specific platform in your laptop.
You can test quickly without pushing a commit and waiting for CI.
Compared with running `aqua i --test` in your laptop directly, you can
keep your laptop clean and can test against other platform than your
laptop.

Please see [Earthfile](Earthfile) too.

After creating and updating a package's `pkg.yaml` and `registry.yaml`,
please run `earthly +test`.

```console
$ earthly +test --pkg=<package name> [--os=linux|darwin|windows] [--arch=amd64|arm64]
```

e.g.

```console
$ earthly +test --pkg=suzuki-shunsuke/github-comment --os=windows --arch=amd64
```

There are three args.

-   `--pkg`: (Required): package name. e.g. `suzuki-shunsuke/tfcmt`
- `--os`: (Default: `linux`):
[AQUA_GOOS](https://aquaproj.github.io/docs/reference/change-os-arch-for-test)
- `--arch`: (Default: `amd64`):
[AQUA_GOARCH](https://aquaproj.github.io/docs/reference/change-os-arch-for-test)

</details>

<details>
<summary>direnv/direnv</summary>

### [`v2.32.3`](https://togithub.com/direnv/direnv/releases/tag/v2.32.3)

[Compare
Source](https://togithub.com/direnv/direnv/compare/v2.32.2...v2.32.3)

# 2.32.3 / 2023-05-20

- fix: incorrect escape sequences during Loads under git-bash (Windows)
([#&#8203;1085](https://togithub.com/direnv/direnv/issues/1085))
- fix: skip some tests for IBM Z mainframe's z/OS operating system
([#&#8203;1094](https://togithub.com/direnv/direnv/issues/1094))
- fix: stdlib: use_guix: Switch to guix shell.
([#&#8203;1045](https://togithub.com/direnv/direnv/issues/1045))
- fix: stat the already open rc file rather than another path based one
on it ([#&#8203;1044](https://togithub.com/direnv/direnv/issues/1044))
- fix: remove deprecated io/ioutil uses
([#&#8203;1042](https://togithub.com/direnv/direnv/issues/1042))
- fix: spelling fixes
([#&#8203;1041](https://togithub.com/direnv/direnv/issues/1041))
- fix: appease Go 1.19 gofmt
([#&#8203;1040](https://togithub.com/direnv/direnv/issues/1040))
- fix: pass BASH_PATH to make, matches the nixpkgs derivation
([#&#8203;1006](https://togithub.com/direnv/direnv/issues/1006))
- fix: stdlib/layout_python: exclude patchlevel from $python_version
([#&#8203;1033](https://togithub.com/direnv/direnv/issues/1033))
- doc: add Windows installation with winget
([#&#8203;1096](https://togithub.com/direnv/direnv/issues/1096))
- doc: link 12factor webpage for more clarity
([#&#8203;1095](https://togithub.com/direnv/direnv/issues/1095))
-   website: add Plausible analytics

</details>

<details>
<summary>golang/go</summary>

###
[`v1.20.5`](https://togithub.com/golang/go/compare/go1.20.4...go1.20.5)

[Compare
Source](https://togithub.com/golang/go/compare/go1.20.4...go1.20.5)

###
[`v1.20.4`](https://togithub.com/golang/go/compare/go1.20.3...go1.20.4)

[Compare
Source](https://togithub.com/golang/go/compare/go1.20.3...go1.20.4)

###
[`v1.20.3`](https://togithub.com/golang/go/compare/go1.20.2...go1.20.3)

[Compare
Source](https://togithub.com/golang/go/compare/go1.20.2...go1.20.3)

###
[`v1.20.2`](https://togithub.com/golang/go/compare/go1.20.1...go1.20.2)

[Compare
Source](https://togithub.com/golang/go/compare/go1.20.1...go1.20.2)

</details>

<details>
<summary>golangci/golangci-lint</summary>

###
[`v1.53.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1532)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.53.1...v1.53.2)

1.  updated linters
    -   `depguard`: from v2.0.1 to 2.1.0
2.  misc.
    -   `depguard`: throw error only when the linter is called

###
[`v1.53.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1531)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.53.0...v1.53.1)

1.  misc.
    -   `depguard`: fix GOROOT detection
- `importas`: fix duplication detection when aliases use regular
expression replacement pattern

###
[`v1.53.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1530)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.52.2...v1.53.0)

1.  new linters
    -   `gosmopolitan`: https://github.com/xen0n/gosmopolitan
    -   `mirror`: https://github.com/butuzov/mirror
    -   `tagalign`: https://github.com/4meepo/tagalign
    -   `zerologlint`: https://github.com/ykadowak/zerologlint
2.  updated linters
    -   `bodyclose`: bump to HEAD
    -   `containedctx`: from 1.0.2 to 1.0.3
    -   `depguard`: migrate to v2
    -   `errname`: from 0.1.9 to 0.1.10
    -   `exhaustive`: from 0.9.5 to 0.10.0
    -   `forbidigo`: better support for configuring complex rules
    -   `gci`: improve error message
    -   `ginkgolinter`: add suppress-async-assertion option
    -   `ginkgolinter`: from 0.9.0 to 0.12.0
    -   `go-critic`: from 0.7.0 to 0.8.1
    -   `go-errorlint`: from 1.4.0 to 1.4.2
    -   `gofumpt`: from 0.4.0 to 0.5.0
    -   `gosec`: convert global settings as map with proper key type
    -   `gosec`: from 2.15.0 to 2.16.0
- `importas`: detect duplicate alias or package in the configuration
    -   `importas`: fix typo in logs
    -   `ireturn`: from 0.1.1 to 0.2.0
    -   `musttag`: from 0.5.0 to 0.7.0
    -   `nakedret`: to 2.0.1
    -   `nilnil`: from 0.1.3 to 0.1.5
    -   `paralleltest`: from 1.0.6 to 1.0.7
    -   `revive`: from 1.3.1 to 1.3.2
    -   `tagliatelle`: from 0.4.0 to 0.5.0
    -   `usestdlibvars`: fix configuration
3.  misc.
    -   `golang.org/x/tools`: from 0.7.0 to 0.9.2
    -   add loongarch64 to the install script
    -   output: add colored-tab
    -   remove warning when the config file is explicitly stdin
    -   rules: support inverted path match
4.  Documentation
    -   `mnd`: clarify ignore usage examples to be regexps
    -   `tagliatelle`: update documentation
    -   improve features section
    -   update supported Go versions FAQ

###
[`v1.52.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1522)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.52.1...v1.52.2)

1.  updated linters
    -   `tparallel`: from 0.3.0 to 0.3.1
2.  misc.
    -   fix: pre-commit `require_serial` and `pass_filenames`

###
[`v1.52.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1521)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.52.0...v1.52.1)

1.  misc.
    -   fix: improve panic management
    -   fix: the combination of --fix and --path-prefix

###
[`v1.52.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1520)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.51.2...v1.52.0)

1.  updated linters
    -   `asciicheck`: from 0.1.1 to 0.2.0
    -   `bidichk`: from 0.2.3 to 0.2.4
    -   `contextcheck`: from 1.1.3 to 1.1.4
    -   `dupword`: from 0.0.9 to 0.0.11
    -   `durationcheck`: from 0.0.9 to 0.0.10
    -   `errchkjson`: from 0.3.0 to 0.3.1
    -   `errname`: from 0.1.7 to 0.1.9
    -   `forbidigo`: from 1.4.0 to 1.5.1
    -   `gci`: from 0.9.1 to 0.10.1
    -   `ginkgolinter`: from 0.8.1 to 0.9.0
    -   `go-critic`: from 0.6.7 to 0.7.0
    -   `go-errorlint`: from 1.1.0  to 1.4.0
    -   `godox`: bump to HEAD
    -   `lll`: skip go command
    -   `loggercheck`: from 0.9.3 to 0.9.4
    -   `musttag`: from 0.4.5 to 0.5.0
    -   `nilnil`: from 0.1.1 to 0.1.3
    -   `noctx`: from 0.0.1 to 0.0.2
    -   `revive`: from 1.2.5 to 1.3.1
    -   `rowserrcheck`: remove limitation related to generics support
    -   `staticcheck`: from 0.4.2 to 0.4.3
    -   `testpackage`: from 1.1.0 to 1.1.1
    -   `tparallel`: from 0.2.1 to 0.3.0
    -   `wastedassign`: remove limitation related to generics support
    -   `wrapcheck`: from 2.8.0 to 2.8.1
2.  misc.
    -   Add TeamCity output format
    -   Consider path prefix when matching path patterns
    -   Add Go version to version information
3.  Documentation
    -   Add Tekton in Trusted By page
    -   Clarify that custom linters are not enabled by default
    -   Remove description for deprecated "go" option

</details>

<details>
<summary>magefile/mage</summary>

### [`v1.15.0`](https://togithub.com/magefile/mage/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/magefile/mage/compare/v1.14.0...v1.15.0)

#### Changelog

- [`9e91a03`](https://togithub.com/magefile/mage/commit/9e91a03) Update
CI ([#&#8203;466](https://togithub.com/magefile/mage/issues/466))
- [`9199872`](https://togithub.com/magefile/mage/commit/9199872) fix
erroneous docstring of sh.Exec()
([#&#8203;452](https://togithub.com/magefile/mage/issues/452))
- [`02bde0b`](https://togithub.com/magefile/mage/commit/02bde0b) Update
jQuery to 3.5.0
([#&#8203;458](https://togithub.com/magefile/mage/issues/458))
- [`1b8774a`](https://togithub.com/magefile/mage/commit/1b8774a) -d dir
contains magefiles stop with "No .go files marked with the mage build
tag..." ([#&#8203;447](https://togithub.com/magefile/mage/issues/447))
([#&#8203;448](https://togithub.com/magefile/mage/issues/448))
- [`a920604`](https://togithub.com/magefile/mage/commit/a920604) mage:
cancel context on SIGINT
([#&#8203;313](https://togithub.com/magefile/mage/issues/313))

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

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/sheldonhull/digital-garden).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-cli that referenced this issue Aug 14, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli) | patch
| `v1.40.1` -> `v1.40.5` |
| [anchore/grype](https://togithub.com/anchore/grype) | minor |
`v0.57.1` -> `v0.65.1` |
| [anchore/quill](https://togithub.com/anchore/quill) | minor | `v0.2.0`
-> `v0.4.0` |
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.73.0`
-> `v0.87.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.138.0` -> `v3.162.0` |
| [charmbracelet/glow](https://togithub.com/charmbracelet/glow) | patch
| `v1.5.0` -> `v1.5.1` |
| [charmbracelet/gum](https://togithub.com/charmbracelet/gum) | minor |
`v0.9.0` -> `v0.11.0` |
| [charmbracelet/vhs](https://togithub.com/charmbracelet/vhs) | minor |
`v0.3.0` -> `v0.6.0` |
| [direnv/direnv](https://togithub.com/direnv/direnv) | patch |
`v2.32.2` -> `v2.32.3` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.15.2` -> `v1.20.0` |
|
[gotestyourself/gotestsum](https://togithub.com/gotestyourself/gotestsum)
| minor | `v1.9.0` -> `v1.10.1` |
| [magefile/mage](https://togithub.com/magefile/mage) | minor |
`v1.14.0` -> `v1.15.0` |
| [mikefarah/yq](https://togithub.com/mikefarah/yq) | minor | `v4.31.1`
-> `v4.35.1` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | minor
| `v1.11.1` -> `v1.12.0` |
| [mvdan/gofumpt](https://togithub.com/mvdan/gofumpt) | minor | `v0.4.0`
-> `v0.5.0` |
| [sharkdp/hyperfine](https://togithub.com/sharkdp/hyperfine) | minor |
`v1.15.0` -> `v1.17.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>DelineaXPM/dsv-cli</summary>

###
[`v1.40.5`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1405---2023-05-12)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.4...v1.40.5)

##### 🐛 Bug Fix

- Windows cli version update check was looking for a binary with
`windows` in the name, while the actual artifact is `win`.

###
[`v1.40.4`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1404---2023-04-25)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.3...v1.40.4)

##### 🎉 Feature

- `dsv pool list`: new `--limit`, `-l`, `--cursor` flags. See `dsv pool
list --help` for more details.

##### Related

- fixes
[AB#&#8203;495586](https://togithub.com/AB/dsv-cli/issues/495586)
- related
[AB#&#8203;495586](https://togithub.com/AB/dsv-cli/issues/495586)
-   <https://github.com/andrii-zakurenyi>

##### Contributors

-   [andrii-zakurenyi](https://togithub.com/andrii-zakurenyi)

###
[`v1.40.3`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1403---2023-04-04)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.2...v1.40.3)

##### 🐛 Bug Fix

-   Fix the format of links to pre-built binaries.

##### Contributors

-   [andrii-zakurenyi](https://togithub.com/andrii-zakurenyi)

###
[`v1.40.2`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1402---2023-03-03)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.1...v1.40.2)

##### 🔨 Refactor

- Allow defining command handlers which could return an error instead of
exit code.
- Move store package to internal/store. Do not use custom ApiError in
the store package.
- Reduce number of API calls in E2E tests by using CLI configuration
profile instead of requesting a new token on each CLI run.

##### 🐛 Bug Fix

- Remove "v" prefix from
https://dsv.secretsvaultcloud.com/cli-version.json which causes error
messages in log.

##### Contributors

-   [andrii-zakurenyi](https://togithub.com/andrii-zakurenyi)
-   [mariiatuzovska](https://togithub.com/mariiatuzovska)

</details>

<details>
<summary>anchore/grype</summary>

### [`v0.65.1`](https://togithub.com/anchore/grype/releases/tag/v0.65.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.65.0...v0.65.1)

###

#### [v0.65.1](https://togithub.com/anchore/grype/tree/v0.65.1)
(2023-08-04)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.65.0...v0.65.1)

##### Bug Fixes

- Grype cannot read SPDX documents generated by SPDX-maven-plugin
\[[Issue #&#8203;1306](https://togithub.com/anchore/grype/issues/1306)]

### [`v0.65.0`](https://togithub.com/anchore/grype/releases/tag/v0.65.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.64.2...v0.65.0)

### Changelog

#### [v0.65.0](https://togithub.com/anchore/grype/tree/v0.65.0)
(2023-07-31)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.64.2...v0.65.0)

##### Added Features

- feat: implement secondary sorting for default json output \[[PR
#&#8203;1403](https://togithub.com/anchore/grype/pull/1403)]
\[[spiffcs](https://togithub.com/spiffcs)]
- Consistent sort order for grype output \[[Issue
#&#8203;709](https://togithub.com/anchore/grype/issues/709)] \[[PR
#&#8203;1400](https://togithub.com/anchore/grype/pull/1400)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Bug Fixes

- Grype reading SPDX file with json output gets UnknownScheme error
\[[Issue #&#8203;948](https://togithub.com/anchore/grype/issues/948)]
- grype 0.64.0 doesn't list vulnerabilties if `--fail-on` fails \[[Issue
#&#8203;1392](https://togithub.com/anchore/grype/issues/1392)] \[[PR
#&#8203;1395](https://togithub.com/anchore/grype/pull/1395)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]

##### Additional Changes

- chore: bump quality gate label dataset \[[PR
#&#8203;1404](https://togithub.com/anchore/grype/pull/1404)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

### [`v0.64.2`](https://togithub.com/anchore/grype/releases/tag/v0.64.2)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.64.1...v0.64.2)

### Changelog

#### [v0.64.2](https://togithub.com/anchore/grype/tree/v0.64.2)
(2023-07-20)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.64.1...v0.64.2)

##### Bug Fixes

- grype 0.64.0 doesn't list vulnerabilties if `--fail-on` fails \[[Issue
#&#8203;1392](https://togithub.com/anchore/grype/issues/1392)] \[[PR
#&#8203;1395](https://togithub.com/anchore/grype/pull/1395)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]

### [`v0.64.1`](https://togithub.com/anchore/grype/releases/tag/v0.64.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.64.0...v0.64.1)

### Changelog

#### [v0.64.1](https://togithub.com/anchore/grype/tree/v0.64.1)
(2023-07-17)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.64.0...v0.64.1)

##### Bug Fixes

- stop truncating template files [Issue
#&#8203;1388](https://togithub.com/anchore/grype/issues/1388) [PR
#&#8203;1391](https://togithub.com/anchore/grype/pull/1391)
[willmurphyscode](https://togithub.com/willmurphyscode)

##### Additional Changes

- Port UI to bubbletea \[[PR
#&#8203;1385](https://togithub.com/anchore/grype/pull/1385)]
\[[wagoodman](https://togithub.com/wagoodman)]

### [`v0.64.0`](https://togithub.com/anchore/grype/releases/tag/v0.64.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.63.1...v0.64.0)

### Changelog

#### [v0.64.0](https://togithub.com/anchore/grype/tree/v0.64.0)
(2023-07-13)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.63.1...v0.64.0)

##### Added Features

- You can now list multiple output formats and files to write to disk
with one command, like Syft: "-o format1=file1 -o format1=file2"
\[[Issue #&#8203;648](https://togithub.com/anchore/grype/issues/648)]
\[[PR #&#8203;1346](https://togithub.com/anchore/grype/pull/1346)]
\[[olivierboudet](https://togithub.com/olivierboudet)]

##### Bug Fixes

- Correctly detect format of CycloneDX XML SBOM with no components
\[[Issue #&#8203;1005](https://togithub.com/anchore/grype/issues/1005)]
- Fix vulnerability summary counts to be less confusing. \[[Issue
#&#8203;1360](https://togithub.com/anchore/grype/issues/1360)]

##### Additional Changes

- Port to new Syft source API \[[PR
#&#8203;1376](https://togithub.com/anchore/grype/pull/1376)]
\[[wagoodman](https://togithub.com/wagoodman)]
-   Include Syft 0.85.0

### [`v0.63.1`](https://togithub.com/anchore/grype/releases/tag/v0.63.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.63.0...v0.63.1)

### Changelog

#### [v0.63.1](https://togithub.com/anchore/grype/tree/v0.63.1)
(2023-06-30)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.63.0...v0.63.1)

##### Bug Fixes

- Add more log4j-adjacent package ignore rules \[[PR
#&#8203;1358](https://togithub.com/anchore/grype/pull/1358)]
\[[luhring](https://togithub.com/luhring)]
- The summary by severity is confusing \[[Issue
#&#8203;1312](https://togithub.com/anchore/grype/issues/1312)] \[[PR
#&#8203;1359](https://togithub.com/anchore/grype/pull/1359)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.63.0`](https://togithub.com/anchore/grype/releases/tag/v0.63.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.62.3...v0.63.0)

### Changelog

#### [v0.63.0](https://togithub.com/anchore/grype/tree/v0.63.0)
(2023-06-21)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.62.3...v0.63.0)

##### Added Features

- Always include the specific package name and version used in the
vulnerability search in the matchDetails section of the output \[[PR
#&#8203;1339](https://togithub.com/anchore/grype/pull/1339)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- Expose Go template file that produces the table report \[[Issue
#&#8203;629](https://togithub.com/anchore/grype/issues/629)] \[[PR
#&#8203;1343](https://togithub.com/anchore/grype/pull/1343)]
\[[jneate](https://togithub.com/jneate)]
- Add a folder for community Go templates (see templates/README.md for
more details) \[[Issue
#&#8203;1316](https://togithub.com/anchore/grype/issues/1316)]

##### Breaking Changes

- update Syft to v0.84.0: stereoscope platform fix and artifact ID
padding \[[PR
#&#8203;1354](https://togithub.com/anchore/grype/pull/1354)]
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]

### [`v0.62.3`](https://togithub.com/anchore/grype/releases/tag/v0.62.3)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.62.2...v0.62.3)

### Changelog

#### [v0.62.3](https://togithub.com/anchore/grype/tree/v0.62.3)
(2023-06-05)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.62.2...v0.62.3)

##### Bug Fixes

- Suppressed vulnerabilties are now correctly hidden, unless the
--show-suppressed option is provided.
\[[Issue #&#8203;1053](https://togithub.com/anchore/grype/issues/1053)]
\[[Issue #&#8203;1278](https://togithub.com/anchore/grype/issues/1278)]
\[[PR #&#8203;1322](https://togithub.com/anchore/grype/pull/1322)]
\[[jamestran201](https://togithub.com/jamestran201)]

### [`v0.62.2`](https://togithub.com/anchore/grype/releases/tag/v0.62.2)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.62.1...v0.62.2)

### Changelog

#### [v0.62.2](https://togithub.com/anchore/grype/tree/v0.62.2)
(2023-05-26)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.62.1...v0.62.2)

### [`v0.62.1`](https://togithub.com/anchore/grype/releases/tag/v0.62.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.62.0...v0.62.1)

### Changelog

#### [v0.62.1](https://togithub.com/anchore/grype/tree/v0.62.1)
(2023-05-24)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.62.0...v0.62.1)

#### Bug Fixes

- Updated syft to v0.82.0 to address license parsing logic that may
result in a panic \[[PR
#&#8203;1313](https://togithub.com/anchore/grype/pull/1313)]

### [`v0.62.0`](https://togithub.com/anchore/grype/releases/tag/v0.62.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.61.1...v0.62.0)

### Changelog

#### [v0.62.0](https://togithub.com/anchore/grype/tree/v0.62.0)
(2023-05-22)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.61.1...v0.62.0)

##### Added Features

- Add package qualifier for platform CPE \[[PR
#&#8203;1291](https://togithub.com/anchore/grype/pull/1291)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- Include timestamp and image name in reports \[[Issue
#&#8203;1170](https://togithub.com/anchore/grype/issues/1170)] \[[PR
#&#8203;1249](https://togithub.com/anchore/grype/pull/1249)]
\[[jneate](https://togithub.com/jneate)]
- Document command line flag for config file location \[[Issue
#&#8203;1271](https://togithub.com/anchore/grype/issues/1271)] \[[PR
#&#8203;1274](https://togithub.com/anchore/grype/pull/1274)]
\[[jneate](https://togithub.com/jneate)]
- Add support for Mariner distribution \[[Issue
#&#8203;1220](https://togithub.com/anchore/grype/issues/1220)]
- Add support for Syft IDs in JSON output \[[PR
#&#8203;1266](https://togithub.com/anchore/grype/pull/1266)]
\[[luhring](https://togithub.com/luhring)]

##### Bug Fixes

- False positive with pkg:rpm PURLs \[[Issue
#&#8203;1031](https://togithub.com/anchore/grype/issues/1031)] \[[PR
#&#8203;1237](https://togithub.com/anchore/grype/pull/1237)]
\[[Shanedell](https://togithub.com/Shanedell)]
- Specifying "extras" in pip / requirements.txt results in false
negative \[[Issue
#&#8203;1246](https://togithub.com/anchore/grype/issues/1246)]
- CycloneDX dependencies relationships inverted \[[Issue
#&#8203;1294](https://togithub.com/anchore/grype/issues/1294)]

##### Additional Changes

- docs: add "cyclonedx-json" to output formats \[[PR
#&#8203;1252](https://togithub.com/anchore/grype/pull/1252)]
\[[HNKNTA](https://togithub.com/HNKNTA)]
- chore: update quality gate labels and add keycloak \[[PR
#&#8203;1255](https://togithub.com/anchore/grype/pull/1255)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- Install skopeo during bootstrap \[[PR
#&#8203;1260](https://togithub.com/anchore/grype/pull/1260)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]
- Replace deprecated io/ioutil calls \[[PR
#&#8203;1296](https://togithub.com/anchore/grype/pull/1296)]
\[[testwill](https://togithub.com/testwill)]
- Fix reading syft json from stdin by redirect \[[PR
#&#8203;1299](https://togithub.com/anchore/grype/pull/1299)]
\[[devfbe](https://togithub.com/devfbe)]
- Add gitignore for default build target \[[PR
#&#8203;1305](https://togithub.com/anchore/grype/pull/1305)]
\[[testwill](https://togithub.com/testwill)]

### [`v0.61.1`](https://togithub.com/anchore/grype/releases/tag/v0.61.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.61.0...v0.61.1)

### Changelog

#### [v0.61.1](https://togithub.com/anchore/grype/tree/v0.61.1)
(2023-04-21)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.61.0...v0.61.1)

##### Bug Fixes

- :grey_question: Parsing dpkg status: extracting key-value from line:
usr/lib/os-release err: cannot parse field \[[Issue
#&#8203;1195](https://togithub.com/anchore/grype/issues/1195)]
- Grype suggesting to upgrade to a version already used. \[[Issue
#&#8203;1209](https://togithub.com/anchore/grype/issues/1209)]

##### Additional Changes

- feat: add timestamp to json output
([#&#8203;1170](https://togithub.com/anchore/grype/issues/1170)) \[[PR
#&#8203;1249](https://togithub.com/anchore/grype/pull/1249)]
\[[jneate](https://togithub.com/jneate)]

### [`v0.61.0`](https://togithub.com/anchore/grype/releases/tag/v0.61.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.60.0...v0.61.0)

### Changelog

#### [v0.61.0](https://togithub.com/anchore/grype/tree/v0.61.0)
(2023-04-04)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.60.0...v0.61.0)

##### Added Features

- feat: Add config option to prefer registry over local Docker when
scanning an image \[[Issue
#&#8203;1204](https://togithub.com/anchore/grype/issues/1204)] \[[PR
#&#8203;1215](https://togithub.com/anchore/grype/pull/1215)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Additional Changes

- chore: update quality gate dataset \[[PR
#&#8203;1206](https://togithub.com/anchore/grype/pull/1206)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- chore: update deprecated set-output calls \[[PR
#&#8203;1210](https://togithub.com/anchore/grype/pull/1210)]
\[[kzantow](https://togithub.com/kzantow)]
- chore: update syft \[[PR
#&#8203;1211](https://togithub.com/anchore/grype/pull/1211)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.60.0`](https://togithub.com/anchore/grype/releases/tag/v0.60.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.59.1...v0.60.0)

### Changelog

#### [v0.60.0](https://togithub.com/anchore/grype/tree/v0.60.0)
(2023-03-28)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.59.1...v0.60.0)

##### Added Features

- feat: disable CPE-based matching by default for javascript \[[PR
#&#8203;1180](https://togithub.com/anchore/grype/pull/1180)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

##### Additional Changes

- Improve --by-cve report performance \[[Issue
#&#8203;1185](https://togithub.com/anchore/grype/issues/1185)] \[[PR
#&#8203;1188](https://togithub.com/anchore/grype/pull/1188)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

### [`v0.59.1`](https://togithub.com/anchore/grype/releases/tag/v0.59.1)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.59.0...v0.59.1)

### Changelog

#### [v0.59.1](https://togithub.com/anchore/grype/tree/v0.59.1)
(2023-03-09)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.59.0...v0.59.1)

##### Bug Fixes

- fix: correct APK CPE version comparison logic \[[PR
#&#8203;1165](https://togithub.com/anchore/grype/pull/1165)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

### [`v0.59.0`](https://togithub.com/anchore/grype/releases/tag/v0.59.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.58.0...v0.59.0)

### Changelog

#### [v0.59.0](https://togithub.com/anchore/grype/tree/v0.59.0)
(2023-03-03)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.58.0...v0.59.0)

##### Added Features

- Add the total types of vulnerabilities in Grype output \[[Issue
#&#8203;877](https://togithub.com/anchore/grype/issues/877)] \[[PR
#&#8203;946](https://togithub.com/anchore/grype/pull/946)]
\[[zhiburt](https://togithub.com/zhiburt)]

##### Additional Changes

- chore: bump quality gate labels and syft version \[[PR
#&#8203;1156](https://togithub.com/anchore/grype/pull/1156)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

### [`v0.58.0`](https://togithub.com/anchore/grype/releases/tag/v0.58.0)

[Compare
Source](https://togithub.com/anchore/grype/compare/v0.57.1...v0.58.0)

### Changelog

#### [v0.58.0](https://togithub.com/anchore/grype/tree/v0.58.0)
(2023-03-02)

[Full
Changelog](https://togithub.com/anchore/grype/compare/v0.57.1...v0.58.0)

##### Security Fixes

- chore(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0
\[[PR #&#8203;1134](https://togithub.com/anchore/grype/pull/1134)]
\[[dependabot](https://togithub.com/dependabot)]

##### Added Features

- add grype image to ArtifactHub \[[Issue
#&#8203;613](https://togithub.com/anchore/grype/issues/613)] \[[PR
#&#8203;639](https://togithub.com/anchore/grype/pull/639)]
\[[developer-guy](https://togithub.com/developer-guy)]

##### Bug Fixes

- Grype with version v.0.55 take 3 hour to scan the image \[[Issue
#&#8203;1063](https://togithub.com/anchore/grype/issues/1063)]
- Unable to install Grype \[[Issue
#&#8203;1102](https://togithub.com/anchore/grype/issues/1102)]

##### Additional Changes

- chore: update progress monitor handling \[[PR
#&#8203;1149](https://togithub.com/anchore/grype/pull/1149)]
\[[kzantow](https://togithub.com/kzantow)]
- distro: Disable support for Arch Linux \[[PR
#&#8203;1152](https://togithub.com/anchore/grype/pull/1152)]
\[[Foxboron](https://togithub.com/Foxboron)]

</details>

<details>
<summary>anchore/quill</summary>

### [`v0.4.0`](https://togithub.com/anchore/quill/releases/tag/v0.4.0)

[Compare
Source](https://togithub.com/anchore/quill/compare/v0.2.0...v0.4.0)

### Changelog

#### [v0.4.0](https://togithub.com/anchore/quill/tree/v0.4.0)
(2023-04-12)

[Full
Changelog](https://togithub.com/anchore/quill/compare/v0.2.0...v0.4.0)

##### Added Features

- Embed the Apple root and intermediate certificates directly into quill
\[[Issue #&#8203;8](https://togithub.com/anchore/quill/issues/8)] \[[PR
#&#8203;34](https://togithub.com/anchore/quill/pull/34)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Add netbsd/amd64 release binaries \[[Issue
#&#8203;17](https://togithub.com/anchore/quill/issues/17)] \[[PR
#&#8203;39](https://togithub.com/anchore/quill/pull/39)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- Don't attempt to notarize unsigned binaries \[[Issue
#&#8203;14](https://togithub.com/anchore/quill/issues/14)] \[[PR
#&#8203;41](https://togithub.com/anchore/quill/pull/41)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Signing Is Failing for P12 With Chain File \[[Issue
#&#8203;16](https://togithub.com/anchore/quill/issues/16)] \[[PR
#&#8203;34](https://togithub.com/anchore/quill/pull/34)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Additional Changes

- fix: bump golang.org/x/net to v0.4.0 \[[PR
#&#8203;19](https://togithub.com/anchore/quill/pull/19)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

</details>

<details>
<summary>anchore/syft</summary>

### [`v0.87.0`](https://togithub.com/anchore/syft/releases/tag/v0.87.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.86.1...v0.87.0)

###

#### [v0.87.0](https://togithub.com/anchore/syft/tree/v0.87.0)
(2023-08-14)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.86.1...v0.87.0)

##### Added Features

- feat: use originator logic to fill supplier \[[PR
#&#8203;1980](https://togithub.com/anchore/syft/pull/1980)]
\[[spiffcs](https://togithub.com/spiffcs)]
- Expand deb cataloger to include opkg \[[PR
#&#8203;1985](https://togithub.com/anchore/syft/pull/1985)]
\[[johnDeSilencio](https://togithub.com/johnDeSilencio)]
- Package duplicated by different cataloger \[[Issue
#&#8203;931](https://togithub.com/anchore/syft/issues/931)] \[[PR
#&#8203;1948](https://togithub.com/anchore/syft/pull/1948)]
\[[spiffcs](https://togithub.com/spiffcs)]
- Add binary cataloger for Nginx built from source \[[Issue
#&#8203;1945](https://togithub.com/anchore/syft/issues/1945)] \[[PR
#&#8203;1988](https://togithub.com/anchore/syft/pull/1988)]
\[[SemProvoost](https://togithub.com/SemProvoost)]

##### Bug Fixes

- chore: update bubbly to fix hanging \[[PR
#&#8203;1990](https://togithub.com/anchore/syft/pull/1990)]
\[[kzantow](https://togithub.com/kzantow)]
- fix: update glob to use newer usr/lib/sysimage path \[[PR
#&#8203;1997](https://togithub.com/anchore/syft/pull/1997)]
\[[spiffcs](https://togithub.com/spiffcs)]
- fix: SPDX license values and download location \[[PR
#&#8203;2007](https://togithub.com/anchore/syft/pull/2007)]
\[[kzantow](https://togithub.com/kzantow)]
- Different CPEs between java-cataloger and
java-gradle-lockfile-cataloger \[[Issue
#&#8203;1957](https://togithub.com/anchore/syft/issues/1957)] \[[PR
#&#8203;1995](https://togithub.com/anchore/syft/pull/1995)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.86.1`](https://togithub.com/anchore/syft/releases/tag/v0.86.1)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.86.0...v0.86.1)

### Changelog

#### [v0.86.1](https://togithub.com/anchore/syft/tree/v0.86.1)
(2023-07-31)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.86.0...v0.86.1)

##### Bug Fixes

- Source requires default image name as user input for unparsable
reference \[[PR
#&#8203;1979](https://togithub.com/anchore/syft/pull/1979)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.86.0`](https://togithub.com/anchore/syft/releases/tag/v0.86.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.85.0...v0.86.0)

### Changelog

#### [v0.86.0](https://togithub.com/anchore/syft/tree/v0.86.0)
(2023-07-31)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.85.0...v0.86.0)

##### Added Features

- Introduce indexed embedded CPE dictionary \[[PR
#&#8203;1897](https://togithub.com/anchore/syft/pull/1897)]
\[[luhring](https://togithub.com/luhring)]
- Add cataloger for Swift Package Manager. \[[PR
#&#8203;1919](https://togithub.com/anchore/syft/pull/1919)]
\[[trilleplay](https://togithub.com/trilleplay)]
- Guess unpinned versions in python requirements.txt \[[PR
#&#8203;1597](https://togithub.com/anchore/syft/pull/1597)] \[[PR
#&#8203;1966](https://togithub.com/anchore/syft/pull/1966)]
\[[manifestori](https://togithub.com/manifestori)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Create a package record for the artifact an SBOM described when
creating a SPDX SBOM \[[Issue
#&#8203;1661](https://togithub.com/anchore/syft/issues/1661)] \[[Issue
#&#8203;1241](https://togithub.com/anchore/syft/issues/1241)] \[[PR
#&#8203;1934](https://togithub.com/anchore/syft/pull/1934)]
\[[kzantow](https://togithub.com/kzantow)]

##### Bug Fixes

- Fix panic condition on docker pull failure \[[PR
#&#8203;1968](https://togithub.com/anchore/syft/pull/1968)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Syft reports the "minimum required version" of .NET assemblies rather
than the "assembly version" \[[Issue
#&#8203;1799](https://togithub.com/anchore/syft/issues/1799)] \[[PR
#&#8203;1943](https://togithub.com/anchore/syft/pull/1943)]
\[[luhring](https://togithub.com/luhring)]
- Grype cannot read SPDX documents generated by SPDX-maven-plugin \[[PR
#&#8203;1969](https://togithub.com/anchore/syft/pull/1969)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Breaking Changes

- Remove jotframe UI \[[PR
#&#8203;1932](https://togithub.com/anchore/syft/pull/1932)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Simplify python env markers \[[PR
#&#8203;1967](https://togithub.com/anchore/syft/pull/1967)]
\[[wagoodman](https://togithub.com/wagoodman)]

### [`v0.85.0`](https://togithub.com/anchore/syft/releases/tag/v0.85.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.84.1...v0.85.0)

### Changelog

#### [v0.85.0](https://togithub.com/anchore/syft/tree/v0.85.0)
(2023-07-12)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.84.1...v0.85.0)

##### Added Features

- Add a --base-path command line flag to set the directory base for
scans (this option was previously exposed via API only) \[[PR
#&#8203;1867](https://togithub.com/anchore/syft/pull/1867)]
\[[deitch](https://togithub.com/deitch)]
- Add file source digest support \[[PR
#&#8203;1914](https://togithub.com/anchore/syft/pull/1914)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Remove erroneous Java CPEs from generation \[[PR
#&#8203;1918](https://togithub.com/anchore/syft/pull/1918)]
\[[luhring](https://togithub.com/luhring)]
- Fix CPE generation for k8s python client \[[PR
#&#8203;1921](https://togithub.com/anchore/syft/pull/1921)]
\[[luhring](https://togithub.com/luhring)]
- Don't use the actual redis or grpc CPEs for gems \[[PR
#&#8203;1926](https://togithub.com/anchore/syft/pull/1926)]
\[[luhring](https://togithub.com/luhring)]
- The text user interface is now provided by the bubbletea library
\[[Issue #&#8203;1441](https://togithub.com/anchore/syft/issues/1441)]
\[[PR #&#8203;1888](https://togithub.com/anchore/syft/pull/1888)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- Install script returns exit code 0 even if install fails \[[Issue
#&#8203;1566](https://togithub.com/anchore/syft/issues/1566)] \[[PR
#&#8203;1915](https://togithub.com/anchore/syft/pull/1915)]
\[[lorsatti](https://togithub.com/lorsatti)]
- \[Windows] Not able to scan volume mounted to folder \[[Issue
#&#8203;1828](https://togithub.com/anchore/syft/issues/1828)] \[[PR
#&#8203;1884](https://togithub.com/anchore/syft/pull/1884)]
\[[dd-cws](https://togithub.com/dd-cws)]
- Deprecated license: GFDL-1.2+ \[[Issue
#&#8203;1899](https://togithub.com/anchore/syft/issues/1899)] \[[PR
#&#8203;1907](https://togithub.com/anchore/syft/pull/1907)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Breaking Changes

- Refactor the `source` API and syft-json `source` block data shape
\[[Issue #&#8203;1866](https://togithub.com/anchore/syft/issues/1866)]
\[[PR #&#8203;1846](https://togithub.com/anchore/syft/pull/1846)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Additional Changes

- chore: update iterations to protect against race \[[PR
#&#8203;1927](https://togithub.com/anchore/syft/pull/1927)]
\[[spiffcs](https://togithub.com/spiffcs)]
- fix: background reader apart from global handler for testing \[[PR
#&#8203;1929](https://togithub.com/anchore/syft/pull/1929)]
\[[spiffcs](https://togithub.com/spiffcs)]

### [`v0.84.1`](https://togithub.com/anchore/syft/releases/tag/v0.84.1)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.84.0...v0.84.1)

### Changelog

#### [v0.84.1](https://togithub.com/anchore/syft/tree/v0.84.1)
(2023-06-29)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.84.0...v0.84.1)

##### Bug Fixes

- Fix version detection in Java archive name parsing \[[PR
#&#8203;1889](https://togithub.com/anchore/syft/pull/1889)]
\[[luhring](https://togithub.com/luhring)]
- Improve support for Dart SDK package dependency lockfiles \[[PR
#&#8203;1891](https://togithub.com/anchore/syft/pull/1891)]
\[[rufman](https://togithub.com/rufman)]
- Fix license output for some CycloneDX JSON SBOMs \[[Issue
#&#8203;1877](https://togithub.com/anchore/syft/issues/1877)] \[[PR
#&#8203;1879](https://togithub.com/anchore/syft/pull/1879)]
\[[kzantow](https://togithub.com/kzantow)]
- Correctly discover Debian file relationships in distroless images
\[[Issue #&#8203;1900](https://togithub.com/anchore/syft/issues/1900)]
\[[PR #&#8203;1901](https://togithub.com/anchore/syft/pull/1901)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

##### Additional Changes

- Simplify the SBOM writer interface \[[PR
#&#8203;1892](https://togithub.com/anchore/syft/pull/1892)]
\[[wagoodman](https://togithub.com/wagoodman)]

### [`v0.84.0`](https://togithub.com/anchore/syft/releases/tag/v0.84.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.83.1...v0.84.0)

### Changelog

#### [v0.84.0](https://togithub.com/anchore/syft/tree/v0.84.0)
(2023-06-20)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.83.1...v0.84.0)

##### Breaking Changes

- Pad artifact IDs \[[PR
#&#8203;1882](https://togithub.com/anchore/syft/pull/1882)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]

##### Additional Changes

- chore: update SPDX license list to 3.21 \[[PR
#&#8203;1885](https://togithub.com/anchore/syft/pull/1885)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.83.1`](https://togithub.com/anchore/syft/releases/tag/v0.83.1)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.83.0...v0.83.1)

### Changelog

#### [v0.83.1](https://togithub.com/anchore/syft/tree/v0.83.1)
(2023-06-14)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.83.0...v0.83.1)

##### Bug Fixes

- fix: pom properties not setting artifact id \[[PR
#&#8203;1870](https://togithub.com/anchore/syft/pull/1870)]
\[[jneate](https://togithub.com/jneate)]
- fix(deps): pull in platform selection fix from stereoscope \[[PR
#&#8203;1871](https://togithub.com/anchore/syft/pull/1871)]
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
- pulling in an image with a digest that does not match the platform and
architecture of the host no longer fails with an error, see
[https://github.com/anchore/stereoscope/issues/188](https://togithub.com/anchore/stereoscope/issues/188)
- symlinks within a scanned directory tree are parsed outside the tree,
failing if target does not exist \[[Issue
#&#8203;1860](https://togithub.com/anchore/syft/issues/1860)] \[[PR
#&#8203;1861](https://togithub.com/anchore/syft/pull/1861)]
\[[deitch](https://togithub.com/deitch)]

### [`v0.83.0`](https://togithub.com/anchore/syft/releases/tag/v0.83.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.82.0...v0.83.0)

### Changelog

#### [v0.83.0](https://togithub.com/anchore/syft/tree/v0.83.0)
(2023-06-05)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.82.0...v0.83.0)

##### Added Features

- Add new '--source-version' and '--source-name' options to set the name
and version of the target being analyzed for reference in resulting
syft-json format SBOMs (more formats will support these flags soon).
\[[Issue #&#8203;1399](https://togithub.com/anchore/syft/issues/1399)]
\[[PR #&#8203;1859](https://togithub.com/anchore/syft/pull/1859)]
\[[kzantow](https://togithub.com/kzantow)]
- Add scope to POM properties \[[PR
#&#8203;1779](https://togithub.com/anchore/syft/pull/1779)]
\[[jneate](https://togithub.com/jneate)]
- Accept main.version ldflags even without vcs \[[PR
#&#8203;1855](https://togithub.com/anchore/syft/pull/1855)]
\[[deitch](https://togithub.com/deitch)]

##### Bug Fixes

- Fix directory resolver to consider CWD and root path input correctly
\[[PR #&#8203;1840](https://togithub.com/anchore/syft/pull/1840)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Show all error messages if there is a failure retrieving an image with
a specified scheme \[[Issue
#&#8203;1569](https://togithub.com/anchore/syft/issues/1569)] \[[PR
#&#8203;1801](https://togithub.com/anchore/syft/pull/1801)]
\[[FrimIdan](https://togithub.com/FrimIdan)]
- v0.81.0 crashing parsing some images \[[Issue
#&#8203;1837](https://togithub.com/anchore/syft/issues/1837)] \[[PR
#&#8203;1839](https://togithub.com/anchore/syft/pull/1839)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Deprecated Features

- Migrate location-related structs to the file package \[[PR
#&#8203;1751](https://togithub.com/anchore/syft/pull/1751)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Additional Changes

- chore: code cleanup \[[PR
#&#8203;1865](https://togithub.com/anchore/syft/pull/1865)]
\[[spiffcs](https://togithub.com/spiffcs)]

### [`v0.82.0`](https://togithub.com/anchore/syft/releases/tag/v0.82.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.81.0...v0.82.0)

### Changelog

#### [v0.82.0](https://togithub.com/anchore/syft/tree/v0.82.0)
(2023-05-23)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.81.0...v0.82.0)

##### Added Features

- Improve Go main module version detection by attempting to parse
available ldflags \[[Issue
#&#8203;1785](https://togithub.com/anchore/syft/issues/1785)] \[[PR
#&#8203;1832](https://togithub.com/anchore/syft/pull/1832)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- Fix a problem in the license parsing logic that may result in a panic
\[[PR #&#8203;1839](https://togithub.com/anchore/syft/pull/1839)]
- Return all relevant error messages if an image retrieval fails when a
scheme is specified \[[PR
#&#8203;1801](https://togithub.com/anchore/syft/pull/1801)]
\[[FrimIdan](https://togithub.com/FrimIdan)]
- Fix a problem with PNPM scanning where v6 lockfiles might result in
duplicated packages \[[Issue
#&#8203;1762](https://togithub.com/anchore/syft/issues/1762)] \[[PR
#&#8203;1778](https://togithub.com/anchore/syft/pull/1778)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.81.0`](https://togithub.com/anchore/syft/releases/tag/v0.81.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.80.0...v0.81.0)

### Changelog

#### [v0.81.0](https://togithub.com/anchore/syft/tree/v0.81.0)
(2023-05-22)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.80.0...v0.81.0)

##### Added Features

- Support cataloging R packages \[[Issue
#&#8203;730](https://togithub.com/anchore/syft/issues/730)] \[[PR
#&#8203;1790](https://togithub.com/anchore/syft/pull/1790)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]
- Support describing license properties and SPDX expression assertions
\[[Issue #&#8203;1577](https://togithub.com/anchore/syft/issues/1577)]
\[[PR #&#8203;1743](https://togithub.com/anchore/syft/pull/1743)]
\[[spiffcs](https://togithub.com/spiffcs)]
- Warn if parsing a newer SBOM \[[PR
#&#8203;1810](https://togithub.com/anchore/syft/pull/1810)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]

##### Bug Fixes

- Retain cataloged SBOM relationships \[[PR
#&#8203;1509](https://togithub.com/anchore/syft/pull/1509)]
\[[houdini91](https://togithub.com/houdini91)]
- fix: update field plurality of 8.0.0 schema before release \[[PR
#&#8203;1820](https://togithub.com/anchore/syft/pull/1820)]
\[[spiffcs](https://togithub.com/spiffcs)]
- fix: remove spurious warnings - unknown relationship type: evident-by
form-lib=syft \[[Issue
#&#8203;1812](https://togithub.com/anchore/syft/issues/1812)] \[[PR
#&#8203;1797](https://togithub.com/anchore/syft/pull/1797)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]
- CycloneDX Dependencies Relationships Inverted \[[Issue
#&#8203;1815](https://togithub.com/anchore/syft/issues/1815)] \[[PR
#&#8203;1816](https://togithub.com/anchore/syft/pull/1816)]
\[[shanealv](https://togithub.com/shanealv)]
- Alpine: license expression should be complete and not parsed out
\[[Issue #&#8203;1817](https://togithub.com/anchore/syft/issues/1817)]
\[[PR #&#8203;1819](https://togithub.com/anchore/syft/pull/1819)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Additional Changes

- Print package list when extra packages found \[[PR
#&#8203;1791](https://togithub.com/anchore/syft/pull/1791)]
\[[willmurphyscode](https://togithub.com/willmurphyscode)]
- update cosign to v2 release (different go module) \[[PR
#&#8203;1805](https://togithub.com/anchore/syft/pull/1805)]
\[[bobcallaway](https://togithub.com/bobcallaway)]

### [`v0.80.0`](https://togithub.com/anchore/syft/releases/tag/v0.80.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.79.0...v0.80.0)

### Changelog

#### [v0.80.0](https://togithub.com/anchore/syft/tree/v0.80.0)
(2023-05-05)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.79.0...v0.80.0)

##### Added Features

- Improve pnpm support \[[Issue
#&#8203;1535](https://togithub.com/anchore/syft/issues/1535)] \[[PR
#&#8203;1752](https://togithub.com/anchore/syft/pull/1752)]
\[[Shanedell](https://togithub.com/Shanedell)]

##### Bug Fixes

- chore: add more detail on SPDX file IDs \[[PR
#&#8203;1769](https://togithub.com/anchore/syft/pull/1769)]
\[[kzantow](https://togithub.com/kzantow)]
- chore: do not HTML escape PackageURLs \[[PR
#&#8203;1782](https://togithub.com/anchore/syft/pull/1782)]
\[[kzantow](https://togithub.com/kzantow)]
- RPM database not found on ostree-managed systems \[[Issue
#&#8203;1755](https://togithub.com/anchore/syft/issues/1755)] \[[PR
#&#8203;1756](https://togithub.com/anchore/syft/pull/1756)]
\[[fpytloun](https://togithub.com/fpytloun)]
- Unable to use syft for private azure container registry \[[Issue
#&#8203;1777](https://togithub.com/anchore/syft/issues/1777)]
- linux-kernel-cataloger produces thousands of version-less components.
\[[Issue #&#8203;1781](https://togithub.com/anchore/syft/issues/1781)]
\[[PR #&#8203;1784](https://togithub.com/anchore/syft/pull/1784)]
\[[kzantow](https://togithub.com/kzantow)]

##### Deprecated Features

- Rename pkg.Catalog to pkg.Collection \[[PR
#&#8203;1764](https://togithub.com/anchore/syft/pull/1764)]
\[[wagoodman](https://togithub.com/wagoodman)]

### [`v0.79.0`](https://togithub.com/anchore/syft/releases/tag/v0.79.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.78.0...v0.79.0)

### Changelog

#### [v0.79.0](https://togithub.com/anchore/syft/tree/v0.79.0)
(2023-04-21)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.78.0...v0.79.0)

##### Added Features

- Add ALPM Metadata to CYCLONEDX and SPDX output formats \[[Issue
#&#8203;1037](https://togithub.com/anchore/syft/issues/1037)] \[[PR
#&#8203;1747](https://togithub.com/anchore/syft/pull/1747)]
\[[Shanedell](https://togithub.com/Shanedell)]
- consul binary classifier \[[Issue
#&#8203;1590](https://togithub.com/anchore/syft/issues/1590)] \[[PR
#&#8203;1738](https://togithub.com/anchore/syft/pull/1738)]
\[[Shanedell](https://togithub.com/Shanedell)]

##### Bug Fixes

- Syft missing direct dependencies from the gemfile.lock \[[Issue
#&#8203;1660](https://togithub.com/anchore/syft/issues/1660)] \[[PR
#&#8203;1749](https://togithub.com/anchore/syft/pull/1749)]
\[[Shanedell](https://togithub.com/Shanedell)]

##### Additional Changes

- chore: bump stereoscope to latest version \[[PR
#&#8203;1741](https://togithub.com/anchore/syft/pull/1741)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

### [`v0.78.0`](https://togithub.com/anchore/syft/releases/tag/v0.78.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.77.0...v0.78.0)

### Changelog

#### [v0.78.0](https://togithub.com/anchore/syft/tree/v0.78.0)
(2023-04-17)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.77.0...v0.78.0)

##### Added Features

- Add Linux Kernel cataloger \[[PR
#&#8203;1694](https://togithub.com/anchore/syft/pull/1694)]
\[[deitch](https://togithub.com/deitch) &
[wagoodman](https://togithub.com/wagoodman)]
- Support scanning license files in golang packages over the network
\[[Issue #&#8203;1056](https://togithub.com/anchore/syft/issues/1056)]
\[[PR #&#8203;1630](https://togithub.com/anchore/syft/pull/1630)]
\[[deitch](https://togithub.com/deitch) &
[kzantow](https://togithub.com/kzantow)]
- Add consul binary classifier \[[Issue
#&#8203;1590](https://togithub.com/anchore/syft/issues/1590)] \[[PR
#&#8203;1738](https://togithub.com/anchore/syft/pull/1738)]
\[[Shanedell](https://togithub.com/Shanedell)]
- Add annotations for evidence on package locations \[[PR
#&#8203;1723](https://togithub.com/anchore/syft/pull/1723)]
\[[wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- Decoding of the syft-json format does not handle files \[[Issue
#&#8203;1534](https://togithub.com/anchore/syft/issues/1534)] \[[PR
#&#8203;1698](https://togithub.com/anchore/syft/pull/1698)]
\[[wagoodman](https://togithub.com/wagoodman)]

### [`v0.77.0`](https://togithub.com/anchore/syft/releases/tag/v0.77.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.76.1...v0.77.0)

### Changelog

#### [v0.77.0](https://togithub.com/anchore/syft/tree/v0.77.0)
(2023-04-11)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.76.1...v0.77.0)

##### Added Features

- feat: gradle lockfile support \[[PR
#&#8203;1719](https://togithub.com/anchore/syft/pull/1719)]
\[[henrysachs](https://togithub.com/henrysachs)]
- feat: support for java "nar" files \[[PR
#&#8203;1727](https://togithub.com/anchore/syft/pull/1727)]
\[[Shanedell](https://togithub.com/Shanedell)]

### [`v0.76.1`](https://togithub.com/anchore/syft/releases/tag/v0.76.1)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.76.0...v0.76.1)

### Changelog

#### [v0.76.1](https://togithub.com/anchore/syft/tree/v0.76.1)
(2023-04-05)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.76.0...v0.76.1)

##### Added Features

- Capture file ownership relationships from portage ecosystem \[[PR
#&#8203;1702](https://togithub.com/anchore/syft/pull/1702)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Add Nix Cataloger \[[Issue
#&#8203;462](https://togithub.com/anchore/syft/issues/462)] \[[PR
#&#8203;1107](https://togithub.com/anchore/syft/pull/1107)]
\[[juliosueiras](https://togithub.com/juliosueiras)] \[[PR
#&#8203;1696](https://togithub.com/anchore/syft/pull/1696)]
\[[wagoodman](https://togithub.com/wagoodman)]
\[[flokli](https://togithub.com/flokli)]

### [`v0.76.0`](https://togithub.com/anchore/syft/releases/tag/v0.76.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.75.0...v0.76.0)

### Changelog

#### [v0.76.0](https://togithub.com/anchore/syft/tree/v0.76.0)
(2023-03-31)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.75.0...v0.76.0)

##### Added Features

- Scan local go mod licenses for golang packages \[[PR
#&#8203;1645](https://togithub.com/anchore/syft/pull/1645)]
\[[deitch](https://togithub.com/deitch)]
- update and clean license list generation to return more SPDXID for
more inputs \[[PR
#&#8203;1691](https://togithub.com/anchore/syft/pull/1691)]
\[[spiffcs](https://togithub.com/spiffcs)]
- argocd binary classifier \[[Issue
#&#8203;1606](https://togithub.com/anchore/syft/issues/1606)] \[[PR
#&#8203;1663](https://togithub.com/anchore/syft/pull/1663)]
\[[y12studio](https://togithub.com/y12studio)]
- Add config option to allow user to select the default image source
location \[[Issue
#&#8203;1703](https://togithub.com/anchore/syft/pull/1703)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Bug Fixes

- Defer closing the opened file when using FileScheme \[[PR
#&#8203;1668](https://togithub.com/anchore/syft/pull/1668)]
\[[Noxsios](https://togithub.com/Noxsios)]
- fix: remove author contributing to javascript CPEs \[[PR
#&#8203;1669](https://togithub.com/anchore/syft/pull/1669)]
\[[kzantow](https://togithub.com/kzantow)]
- fix: reduce logging for bad dpkg lines \[[PR
#&#8203;1675](https://togithub.com/anchore/syft/pull/1675)]
\[[kzantow](https://togithub.com/kzantow)]
- Broken shell completion - Bash \[[Issue
#&#8203;962](https://togithub.com/anchore/syft/issues/962)] \[[PR
#&#8203;1688](https://togithub.com/anchore/syft/pull/1688)]
\[[DanHam](https://togithub.com/DanHam)]
- syft produces different output when run with sudo \[[Issue
#&#8203;1391](https://togithub.com/anchore/syft/issues/1391)] \[[PR
#&#8203;1693](https://togithub.com/anchore/syft/pull/1693)]
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
- some binary ruby are not detected \[[Issue
#&#8203;1677](https://togithub.com/anchore/syft/issues/1677)] \[[PR
#&#8203;1678](https://togithub.com/anchore/syft/pull/1678)]
\[[witchcraze](https://togithub.com/witchcraze)]
- Documentation says that output is SPDX 2.2 \[[Issue
#&#8203;1679](https://togithub.com/anchore/syft/issues/1679)] \[[PR
#&#8203;1680](https://togithub.com/anchore/syft/pull/1680)]
\[[vargenau](https://togithub.com/vargenau)]
- fix: move defer after error to protect panic case \[[PR
#&#8203;1670](https://togithub.com/anchore/syft/pull/1670)]
\[[spiffcs](https://togithub.com/spiffcs)]

##### Additional Changes

- Deprecate config.yaml as valid config source; Add unit regression for
correct config paths \[[PR
#&#8203;1640](https://togithub.com/anchore/syft/pull/1640)]
\[[AidanDelaney](https://togithub.com/AidanDelaney)]
- Remove more side effects from application config testing \[[PR
#&#8203;1684](https://togithub.com/anchore/syft/pull/1684)]
\[[wagoodman](https://togithub.com/wagoodman)]
- chore: tweak some workflow text \[[PR
#&#8203;1685](https://togithub.com/anchore/syft/pull/1685)]
\[[kzantow](https://togithub.com/kzantow)]
- chore: fix flaky license sorting \[[PR
#&#8203;1690](https://togithub.com/anchore/syft/pull/1690)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.75.0`](https://togithub.com/anchore/syft/releases/tag/v0.75.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.74.1...v0.75.0)

### Changelog

#### [v0.75.0](https://togithub.com/anchore/syft/tree/v0.75.0)
(2023-03-13)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.74.1...v0.75.0)

##### Added Features

- Catalog ruby binary \[[Issue
#&#8203;1650](https://togithub.com/anchore/syft/issues/1650)] \[[PR
#&#8203;1665](https://togithub.com/anchore/syft/pull/1665)]
\[[witchcraze](https://togithub.com/witchcraze)]

##### Bug Fixes

- more python matching support \[[PR
#&#8203;1667](https://togithub.com/anchore/syft/pull/1667)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.74.1`](https://togithub.com/anchore/syft/releases/tag/v0.74.1)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.74.0...v0.74.1)

### Changelog

#### [v0.74.1](https://togithub.com/anchore/syft/tree/v0.74.1)
(2023-03-09)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.74.0...v0.74.1)

##### Bug Fixes

- purl for apk packages missing when installed db file is not in root
\[[Issue #&#8203;1572](https://togithub.com/anchore/syft/issues/1572)]
\[[PR #&#8203;1615](https://togithub.com/anchore/syft/pull/1615)]
\[[deitch](https://togithub.com/deitch)]
- invalid package url type: dotnet \[[Issue
#&#8203;1622](https://togithub.com/anchore/syft/issues/1622)] \[[PR
#&#8203;1649](https://togithub.com/anchore/syft/pull/1649)]
\[[kzantow](https://togithub.com/kzantow)]
- Go tests detecting race cataloging packages \[[Issue
#&#8203;1633](https://togithub.com/anchore/syft/issues/1633)] \[[PR
#&#8203;1639](https://togithub.com/anchore/syft/pull/1639)]
\[[kzantow](https://togithub.com/kzantow)]
- Improve Python binary scanning \[[Issue
#&#8203;1643](https://togithub.com/anchore/syft/issues/1643)] \[[PR
#&#8203;1648](https://togithub.com/anchore/syft/pull/1648)]
\[[kzantow](https://togithub.com/kzantow)]
- Update haproxy binary matcher \[[Issue
#&#8203;1646](https://togithub.com/anchore/syft/issues/1646)] \[[PR
#&#8203;1648](https://togithub.com/anchore/syft/pull/1648)]
\[[kzantow](https://togithub.com/kzantow)]
- SPDX tag-value SBOM value format is incorrect for LicenseID \[[Issue
#&#8203;1651](https://togithub.com/anchore/syft/issues/1651)] \[[PR
#&#8203;1657](https://togithub.com/anchore/syft/pull/1657)]
\[[kzantow](https://togithub.com/kzantow)]

### [`v0.74.0`](https://togithub.com/anchore/syft/releases/tag/v0.74.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v0.73.0...v0.74.0)

### Changelog

#### [(v0.74.0)](https://togithub.com/anchore/syft/tree/v0.74.0)
(2023-03-02)

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.73.0...v0.74.0)

##### Added Features

- rust toolchain binary cataloger \[[PR
#&#8203;1601](https://togithub.com/anchore/syft/pull/1601)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- Add support for SUPPORT_END in distro \[[PR
#&#8203;1612](https://togithub.com/anchore/syft/pull/1612)]
\[[noqcks](https://togithub.com/noqcks)]
- Catalog haproxy binary \[[Issue
#&#8203;1512](https://togithub.com/anchore/syft/issues/1512)] \[[PR
#&#8203;1591](https://togithub.com/anchore/syft/pull/1591)]
\[[noqcks](https://togithub.com/noqcks)]
- Handle cataloger panics \[[Issue
#&#8203;1624](https://togithub.com/anchore/syft/issues/1624)] \[[PR
#&#8203;1636](https://togithub.com/anchore/syft/pull/1636)]
\[[kzantow](https://togithub.com/kzantow)]
- set cosign attest predicate type based on Syft output type \[[PR
#&#8203;1598](https://togithub.com/anchore/syft/pull/1598)]
\[[Nirusu](https://togithub.com/Nirusu)]
- retain go package info when no module declared \[[PR
#&#8203;1632](https://togithub.com/anchore/syft/pull/1632)]
\[[westonsteimel](https://togithub.com/westonsteimel)]

##### Bug Fixes

- improve CPE generation for curl APK \[[PR
#&#8203;1608](https://togithub.com/anchore/syft/pull/1608)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- determine upstream for apk version streams \[[PR
#&#8203;1610](https://togithub.com/anchore/syft/pull/1610)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- decoding null apk metadata pullDependencies \[[PR
#&#8203;1614](https://togithub.com/anchore/syft/pull/1614)]
\[[kzantow](https://togithub.com/kzantow)]
- correct apk purls for other distros \[[PR
#&#8203;1620](https://togithub.com/anchore/syft/pull/1620)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- further improvements to CPE generation for apk packages \[[PR
#&#8203;1623](https://togithub.com/anchore/syft/pull/1623)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- improved CPE-generation for several more APK packages \[[PR
#&#8203;1631](https://togithub.com/anchore/syft/pull/1631)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- apk product/vendor generation for old metadata \[[PR
#&#8203;1635](https://togithub.com/anchore/syft/pull/1635)]
\[[westonsteimel](https://togithub.com/westonsteimel)]
- Encountering "cycle during symlink resolution" with syft version
0.71.0 onwards \[[Issue
#&#8203;1586](https://togithub.com/anchore/syft/issues/1586)] \[[PR
#&#8203;1604](https://togithub.com/anchore/syft/pull/1604)]
\[[wagoodman](https://togithub.com/wagoodman)]
- syft erlang cataloger can segfault when analyzing an erlang project
containing rebar.lock with nested deps \[[Issue
#&#8203;1621](https://togithub.com/anchore/syft/issues/1621)] \[[PR
#&#8203;1628](https://togithub.com/anchore/syft/pull/1628)]
\[[kzantow](https://togithub.com/kzantow)]
- Go tests detecting race cataloging packages \[[Issue
#&#8203;1633](https://togithub.com/anchore/syft/issues/1633)] \[[PR
#&#8203;1639](https://togithub.com/anchore/syft/pull/1639)]
\[[kzantow](https://togithub.com/kzantow)]

</details>

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.161.0...v3.162.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.162.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.162.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.161.0...v3.162.0

#### 🎉 New Packages


[#&#8203;11839](https://togithub.com/aquaproj/aqua-registry/issues/11839)
[Madh93/tpm](https://togithub.com/Madh93/tpm): A package manager for
Terraform providers [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.160.0...v3.161.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.161.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.161.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.160.0...v3.161.0

#### 🎉 New Packages


[#&#8203;11838](https://togithub.com/aquaproj/aqua-registry/issues/11838)
[gopinath-langote/1build](https://togithub.com/gopinath-langote/1build):
Frictionless way of managing project-specific commands

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.159.0...v3.160.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.160.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.160.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.159.0...v3.160.0

#### 🎉 New Packages


[#&#8203;11817](https://togithub.com/aquaproj/aqua-registry/issues/11817)
[abice/go-enum](https://togithub.com/abice/go-enum): An enum generator
for go

#### Fixes


[#&#8203;11837](https://togithub.com/aquaproj/aqua-registry/issues/11837)
ysugimoto/falco: Use tar.gz from falco v0.20.2
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.1...v3.159.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.159.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.159.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.158.0...v3.159.0

#### 🎉 New Packages


[#&#8203;11807](https://togithub.com/aquaproj/aqua-registry/issues/11807)
[kubecfg/kubecfg](https://togithub.com/kubecfg/kubecfg): A tool for
managing complex enterprise Kubernetes environments as code

[#&#8203;11808](https://togithub.com/aquaproj/aqua-registry/issues/11808)
[loov/goda](https://togithub.com/loov/goda): Go Dependency Analysis
toolkit

#### Fixes


[#&#8203;11806](https://togithub.com/aquaproj/aqua-registry/issues/11806)
solidiquis/erdtree: Follow up changes of erdtree v2.0.0

https://github.com/solidiquis/erdtree/releases/tag/v2.0.0

> Perhaps the most important change to note is that the compiled binary
has been renamed from et to erd in order to address the following issue
> regarding name collisions with other programs
>
> -
[https://github.com/solidiquis/erdtree/issues/23](https://togithub.com/solidiquis/erdtree/issues/23)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.1)
| https://github.com/aquaproj/aqua-registry/compare/v3.158.0...v3.158.1

#### Fixes


[#&#8203;11790](https://togithub.com/aquaproj/aqua-registry/issues/11790)
Follow up changes of cli/cli v2.28.0
[@&#8203;kyontan](https://togithub.com/kyontan)

GitHub's CLI (cli/cli) changed format for macOS to zip (from tar.gz)
since v2.28.0

See https://github.com/cli/cli/releases/tag/v2.28.0 for details.

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.157.0...v3.158.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.158.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.158.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.157.0...v3.158.0

#### 🎉 New Packages


[#&#8203;11692](https://togithub.com/aquaproj/aqua-registry/issues/11692)
[hexdigest/gowrap](https://togithub.com/hexdigest/gowrap): GoWrap is a
command line tool for generating decorators for Go interfaces

[#&#8203;11691](https://togithub.com/aquaproj/aqua-registry/issues/11691)
[knqyf263/go-plugin](https://togithub.com/knqyf263/go-plugin): Go Plugin
System over WebAssembly

[#&#8203;11667](https://togithub.com/aquaproj/aqua-registry/issues/11667)
[wasmerio/wasmer](https://togithub.com/wasmerio/wasmer): The leading
WebAssembly Runtime supporting WASI and Emscripten

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.156.0...v3.157.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.157.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.157.0)
| https://github.com/aquaproj/aqua-registry/compare/v3.156.0...v3.157.0

#### 🎉 New Packages


[#&#8203;11604](https://togithub.com/aquaproj/aqua-registry/issues/11604)
[WebAssembly/binaryen](https://togithub.com/WebAssembly/binaryen):
Optimizer and compiler/toolchain library for WebAssembly
[@&#8203;knqyf263](https://togithub.com/knqyf263) :tada: New Contributor

#

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants