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

x/tools/cmd/guru: tag and delete #65880

Closed
3 tasks done
adonovan opened this issue Feb 22, 2024 · 8 comments
Closed
3 tasks done

x/tools/cmd/guru: tag and delete #65880

adonovan opened this issue Feb 22, 2024 · 8 comments
Assignees
Labels
Proposal Proposal-Accepted Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@adonovan
Copy link
Member

adonovan commented Feb 22, 2024

cmd/guru was Go's LSP server before LSP was invented. But now we have gopls, which is better in every* way. (guru used to have some interesting features based on pointer analysis, but no longer: the pointer analysis was deleted as it was inherently fragile, and didn't scale well.)

To my knowledge, since VS Code Go broke its dependency on guru about a year ago, no-one is really using it any more (nor should they).

I propose to delete cmd/guru:

  • isolate cmd/guru into its own module (https://go.dev/cl/570136)
  • commit a tag cmd/guru/v1.0.0 so that 'go install' will continue to work
  • delete cmd/guru







*nearly every way: I still miss 'freevars'. But I will add it gopls this year.

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Feb 22, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 22, 2024
@fzipp
Copy link
Contributor

fzipp commented Feb 22, 2024

I have a project that uses guru, pythia, but I'm happy to archive it. I developed it during the time when guru was known as oracle. However, with gopls integration now being widespread in code editors, I no longer use it.

@seankhliao seankhliao changed the title x/tools/cmd/guru: delete it proposal: x/tools/cmd/guru: delete it Feb 22, 2024
@rsc rsc changed the title proposal: x/tools/cmd/guru: delete it proposal: x/tools/cmd/guru: tag and delete Feb 28, 2024
@rsc
Copy link
Contributor

rsc commented Mar 1, 2024

Based on the discussion above, this proposal seems like a likely accept.
— rsc for the proposal review group

The proposal is to tag a last version of guru as a submodule and then delete it from x/tools. Existing uses should migrate to gopls.

@nightlyone
Copy link
Contributor

Not to disagree, but useful to mention: guru allowed to identify channel peers. I never found a replacement for that.

@adonovan
Copy link
Member Author

adonovan commented Mar 2, 2024

Not to disagree, but useful to mention: guru allowed to identify channel peers. I never found a replacement for that.

Yeah; that was one of the "interesting features" referred to by my parenthesis.

@rsc
Copy link
Contributor

rsc commented Mar 8, 2024

No change in consensus, so accepted. 🎉
This issue now tracks the work of implementing the proposal.
— rsc for the proposal review group

The proposal is to tag a last version of guru as a submodule and then delete it from x/tools. Existing uses should migrate to gopls.

@rsc rsc changed the title proposal: x/tools/cmd/guru: tag and delete x/tools/cmd/guru: tag and delete Mar 8, 2024
@adonovan adonovan self-assigned this Mar 8, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/570136 mentions this issue: cmd/guru: carve out a separate module

gopherbot pushed a commit to golang/tools that referenced this issue Mar 8, 2024
This is the first step of deleting guru.

Updates golang/go#65880

Change-Id: Id33729265825f5557a47a5c571b2ae0e2d58336a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/570136
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/569882 mentions this issue: cmd/guru: delete it

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/570139 mentions this issue: cmd/guru: remove replace directive

gopherbot pushed a commit to golang/tools that referenced this issue Mar 8, 2024
Updates golang/go#65880

Change-Id: Icb45d94bd2ef0864ab054e76a6aa651b269e2ec5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/570139
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this issue Apr 5, 2024
- golang/tools@1f580da
- golang/go#65880

> RIP guru, Go's LSP server before LSP was invented.
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this issue Apr 5, 2024
scottames pushed a commit to scottames/dots that referenced this issue Apr 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold)
| minor | `v2.10.1` -> `v2.11.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.155.1` -> `v4.158.0` |
|
[bitnami-labs/sealed-secrets](https://togithub.com/bitnami-labs/sealed-secrets)
| patch | `v0.26.1` -> `v0.26.2` |
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.46.0` ->
`v2.47.0` |
| [cue-lang/cue](https://togithub.com/cue-lang/cue) | patch | `v0.8.0`
-> `v0.8.1` |
| [dprint/dprint](https://togithub.com/dprint/dprint) | patch | `0.45.0`
-> `0.45.1` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| minor | `v0.55.20` -> `v0.56.2` |
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | minor | `0.48.1`
-> `0.49.0` |
|
[kubernetes-sigs/kustomize](https://togithub.com/kubernetes-sigs/kustomize)
| minor | `v5.3.0` -> `v5.4.1` |
| [nektos/act](https://togithub.com/nektos/act) | patch | `v0.2.60` ->
`v0.2.61` |
| [rhysd/hgrep](https://togithub.com/rhysd/hgrep) | patch | `v0.3.4` ->
`v0.3.5` |
| [simulot/immich-go](https://togithub.com/simulot/immich-go) | patch |
`0.13.1` -> `0.13.2` |
| [snyk/cli](https://togithub.com/snyk/cli) | minor | `v1.1286.1` ->
`v1.1287.0` |
| [starship/starship](https://togithub.com/starship/starship) | patch |
`v1.18.1` -> `v1.18.2` |
| [twpayne/chezmoi](https://togithub.com/twpayne/chezmoi) | patch |
`v2.47.2` -> `v2.47.3` |

---

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

---

### Release Notes

<details>
<summary>GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)</summary>

###
[`v2.11.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2110-Release---04022024)

[Compare
Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.10.1...v2.11.0)

**Linux amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Linux arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-darwin-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Windows**

https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-windows-amd64.exe

**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.11.0`

Note: This release comes with a new config version, `v4beta10`. To
upgrade your skaffold.yaml, use `skaffold fix`. If you choose not to
upgrade, skaffold will auto-upgrade as best as it can.

Highlights:

New Features and Additions:

- feat: Support Bazel platform mappings
[#&#8203;9300](https://togithub.com/GoogleContainerTools/skaffold/pull/9300)
- feat: new repo resolver logic to fetch info from a gcbrepov2
[#&#8203;9283](https://togithub.com/GoogleContainerTools/skaffold/pull/9283)
- feat: extracted kaniko copyTimeout and copyMaxRetries into config
[#&#8203;9267](https://togithub.com/GoogleContainerTools/skaffold/pull/9267)
- feat(tar): added logs to CreateTar func
[#&#8203;9271](https://togithub.com/GoogleContainerTools/skaffold/pull/9271)

Fixes:

- fix: revert cache lookup changes
[#&#8203;9313](https://togithub.com/GoogleContainerTools/skaffold/pull/9313)
- fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and
cached digests
[#&#8203;9278](https://togithub.com/GoogleContainerTools/skaffold/pull/9278)
- fix(helm): use secrets helm plugin to render when useHelmSecrets is
true
[#&#8203;9295](https://togithub.com/GoogleContainerTools/skaffold/pull/9295)

Updates and Refactors:

- chore: upgrade cosign from 2.0.3-0.20230523133326-0544abd8fc8a to
2.2.1
[#&#8203;9369](https://togithub.com/GoogleContainerTools/skaffold/pull/9369)
- chore: bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
[#&#8203;9333](https://togithub.com/GoogleContainerTools/skaffold/pull/9333)
- chore: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
[#&#8203;9242](https://togithub.com/GoogleContainerTools/skaffold/pull/9242)
- chore: bump flask from 3.0.1 to 3.0.2 in /integration/examples
[#&#8203;9297](https://togithub.com/GoogleContainerTools/skaffold/pull/9297)
- chore: bump rack from 2.2.6.4 to 2.2.8.1 in /examples/ruby/backend
[#&#8203;9328](https://togithub.com/GoogleContainerTools/skaffold/pull/9328)
- chore: bump rack from 2.2.6.4 to 2.2.8.1 in
/integration/examples/ruby/backend
[#&#8203;9329](https://togithub.com/GoogleContainerTools/skaffold/pull/9329)
- chore: bump github/codeql-action from 3.24.8 to 3.24.9
[#&#8203;9354](https://togithub.com/GoogleContainerTools/skaffold/pull/9354)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap
[#&#8203;9339](https://togithub.com/GoogleContainerTools/skaffold/pull/9339)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/examples/grpc-e2e-tests/cloud-spanner-bootstrap
[#&#8203;9341](https://togithub.com/GoogleContainerTools/skaffold/pull/9341)
- chore: bump github.com/docker/docker from 25.0.3+incompatible to
25.0.5+incompatible
[#&#8203;9366](https://togithub.com/GoogleContainerTools/skaffold/pull/9366)
- chore: bump moby/buildkit and opencontainers/runc versions, upgrade go
to 1.22
[#&#8203;9364](https://togithub.com/GoogleContainerTools/skaffold/pull/9364)
- chore: updating google api and opentelemetry version
[#&#8203;9352](https://togithub.com/GoogleContainerTools/skaffold/pull/9352)
- feat: extend `skaffold inspect config-dependencies add` to support GCB
Repo v2
[#&#8203;9349](https://togithub.com/GoogleContainerTools/skaffold/pull/9349)
- chore: bump github/codeql-action from 3.24.0 to 3.24.8
[#&#8203;9348](https://togithub.com/GoogleContainerTools/skaffold/pull/9348)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/integration/examples/grpc-e2e-tests/service
[#&#8203;9342](https://togithub.com/GoogleContainerTools/skaffold/pull/9342)
- chore: new googleCloudBuildRepoV2 field to configure a remote
dependency
[#&#8203;9293](https://togithub.com/GoogleContainerTools/skaffold/pull/9293)
- chore: upgrade go to v1.21.6 due to vuls
[#&#8203;9303](https://togithub.com/GoogleContainerTools/skaffold/pull/9303)
- chore: bump github.com/opencontainers/runc from 1.1.7 to 1.1.12
[#&#8203;9290](https://togithub.com/GoogleContainerTools/skaffold/pull/9290)
- chore: bump flask from 3.0.1 to 3.0.2 in /examples
[#&#8203;9298](https://togithub.com/GoogleContainerTools/skaffold/pull/9298)
- chore: bump actions/upload-artifact from 4.3.0 to 4.3.1
[#&#8203;9299](https://togithub.com/GoogleContainerTools/skaffold/pull/9299)
- chore: bump github/codeql-action from 3.23.1 to 3.24.0
[#&#8203;9296](https://togithub.com/GoogleContainerTools/skaffold/pull/9296)
- chore: generate schema v4beta9
[#&#8203;9287](https://togithub.com/GoogleContainerTools/skaffold/pull/9287)

Docs, Test, and Release Updates:

Huge thanks goes out to all of our contributors for this release:

-   Angel Montero
-   Aran Donohue
-   Benjamin Kaplan
-   Renzo Rojas
-   dependabot\[bot]
-   ericzzzzzzz
-   idsulik

</details>

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

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

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


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

#### 🎉 New Packages


[#&#8203;21584](https://togithub.com/aquaproj/aqua-registry/issues/21584)
[getporter/porter/porter](https://togithub.com/getporter/porter): Porter
enables you to package your application artifact, client tools,
configuration and deployment logic together as an installer that you can
distribute, and install with a single command
[@&#8203;air-hand](https://togithub.com/air-hand)

[#&#8203;21576](https://togithub.com/aquaproj/aqua-registry/issues/21576)
[termkit/gama](https://togithub.com/termkit/gama): Manage your GitHub
Actions from Terminal with great UI
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;21531](https://togithub.com/aquaproj/aqua-registry/issues/21531)
[watchexec/cargo-watch](https://togithub.com/watchexec/cargo-watch):
Watches over your Cargo project's source
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

#### Fixes


[#&#8203;21558](https://togithub.com/aquaproj/aqua-registry/issues/21558)
exoscale/cli: Regenerate the setting

[#&#8203;21620](https://togithub.com/aquaproj/aqua-registry/issues/21620)
golang/tools/guru

guru was deleted at v0.20.0

-
golang/tools@1f580da
-
[golang/go#65880

> RIP guru, Go's LSP server before LSP was invented.

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

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


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

#### 🎉 New Packages


[#&#8203;21505](https://togithub.com/aquaproj/aqua-registry/issues/21505)
[kyoshidajp/dep-doctor](https://togithub.com/kyoshidajp/dep-doctor):
Diagnose whether your software dependency libraries are maintained
[@&#8203;chaspy](https://togithub.com/chaspy)

[#&#8203;21500](https://togithub.com/aquaproj/aqua-registry/issues/21500)
[moby/buildkit](https://togithub.com/moby/buildkit): concurrent,
cache-efficient, and Dockerfile-agnostic builder toolkit
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

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


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

#### 🎉 New Packages


[#&#8203;21293](https://togithub.com/aquaproj/aqua-registry/issues/21293)
[#&#8203;21301](https://togithub.com/aquaproj/aqua-registry/issues/21301)
[charmbracelet/freeze](https://togithub.com/charmbracelet/freeze):
Generate images of code and terminal output

[#&#8203;21486](https://togithub.com/aquaproj/aqua-registry/issues/21486)
[fe3dback/go-arch-lint](https://togithub.com/fe3dback/go-arch-lint):
GoLang architecture linter (checker) tool. Will check all project import
path and compare with arch rules defined in yml file. Useful for
hexagonal / onion / ddd / mvc and other architectural patterns. Tool can
by used in your CI

#### Bug Fixes


[#&#8203;21287](https://togithub.com/aquaproj/aqua-registry/issues/21287)
lxc/incus: Fix the bug that the different binary (incus-migrate) is
installed on linux

#### Fixes


[#&#8203;21410](https://togithub.com/aquaproj/aqua-registry/issues/21410)
commercialhaskell/stack: Regenerate the setting

</details>

<details>
<summary>bitnami-labs/sealed-secrets
(bitnami-labs/sealed-secrets)</summary>

###
[`v0.26.2`](https://togithub.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0262)

[Compare
Source](https://togithub.com/bitnami-labs/sealed-secrets/compare/v0.26.1...v0.26.2)

##### Changelog

- fix: update dependencies and version for CVE-2023-45288
([#&#8203;1501](https://togithub.com/bitnami-labs/sealed-secrets/pull/1501))
- fix(helm): role binding annotations
([#&#8203;1494](https://togithub.com/bitnami-labs/sealed-secrets/pull/1494))
- chore: update cosign version
([#&#8203;1495](https://togithub.com/bitnami-labs/sealed-secrets/pull/1495))
- chore: Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1
([#&#8203;1497](https://togithub.com/bitnami-labs/sealed-secrets/pull/1497))
- chore: Bump k8s.io/client-go from 0.29.2 to 0.29.3
([#&#8203;1486](https://togithub.com/bitnami-labs/sealed-secrets/pull/1486))
- chore: Bump k8s.io/code-generator from 0.29.2 to 0.29.3
([#&#8203;1488](https://togithub.com/bitnami-labs/sealed-secrets/pull/1488))
- chore: Bump github.com/onsi/gomega from 1.31.1 to 1.32.0
([#&#8203;1489](https://togithub.com/bitnami-labs/sealed-secrets/pull/1489))
- chore: Bump k8s.io/apimachinery from 0.29.2 to 0.29.3
([#&#8203;1490](https://togithub.com/bitnami-labs/sealed-secrets/pull/1490))
- chore: Update security contact and other references DL to the new team
one
([#&#8203;1500](https://togithub.com/bitnami-labs/sealed-secrets/pull/1500))

</details>

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

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

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

#### What's Changed

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

#### New Contributors

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

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

</details>

<details>
<summary>cue-lang/cue (cue-lang/cue)</summary>

### [`v0.8.1`](https://togithub.com/cue-lang/cue/releases/tag/v0.8.1)

[Compare
Source](https://togithub.com/cue-lang/cue/compare/v0.8.0...v0.8.1)

This release includes a number of fixes detailed below:

[CL 1186144](https://cuelang.org/cl/1186144) fixes a number of evaluator
panics which could be triggered by calling the `cue.Value.Expr` method,
which also happened when using the OpenAPI encoder.

[CL 1173100](https://cuelang.org/cl/1173100) fixes `cue get go` panics
which might occur when any Go packages are vendored or use imported
alias declarations.

[CL 1185281](https://cuelang.org/cl/1185281) fixes a regression
introduced in `v0.8.0` which led to some incorrect failures in
`tools/flow` and `cue cmd`.

<details>

<summary><b>Full list of changes since v0.8.0</b></summary>

- internal/cueversion: bump for v0.8.1 by
[@&#8203;mvdan](https://togithub.com/mvdan) in
[`95bed3d`](https://togithub.com/cue-lang/cue/commit/95bed3d42cda04c2e5a43c408195781adddce51e)
- cue: adjust Environment for comprehensions by
[@&#8203;mpvl](https://togithub.com/mpvl) in
[`4cdb317`](https://togithub.com/cue-lang/cue/commit/4cdb3175b889b0ce9d198b26e0699d313d4156ab)
- Revert "tools/flow: check and return errors from task values" by
[@&#8203;rogpeppe](https://togithub.com/rogpeppe) in
[`0630a37`](https://togithub.com/cue-lang/cue/commit/0630a37c42b56133b247d31c100cb145a5244699)
- cmd/cue: find packages by canonical path in get go by
[@&#8203;uhthomas](https://togithub.com/uhthomas) in
[`773ab2d`](https://togithub.com/cue-lang/cue/commit/773ab2d76c513381d6c732397c866d16e4219776)

</details>

</details>

<details>
<summary>dprint/dprint (dprint/dprint)</summary>

### [`v0.45.1`](https://togithub.com/dprint/dprint/releases/tag/0.45.1)

[Compare
Source](https://togithub.com/dprint/dprint/compare/0.45.0...0.45.1)

#### Changes

- perf: lazily create ureq agents
([#&#8203;836](https://togithub.com/dprint/dprint/issues/836))

dprint on Mac now starts up faster.

Before:

    % dprint -v
    0.45.0
    % time dprint check --incremental=false ./data/package-template.json
    0.173s total

After:

    % dprint -v
    0.45.1
    % time dprint --incremental=false ./data/package-template.json
    0.023s total

#### Install

Run `dprint upgrade` or see https://dprint.dev/install/

#### Checksums

|Artifact|SHA-256 Checksum|
|:--|:--|

|dprint-x86\_64-apple-darwin.zip|83cce6b82d8674dbdddaf911bc117f1c866aaa4712aa381e54ab9466526026aa|

|dprint-aarch64-apple-darwin.zip|be6e4bcf9aafeb4ef34f27385717004cc0dfd06f8bce8e67b18937b53285d436|

|dprint-x86\_64-pc-windows-msvc.zip|71fef42ad86017a50bee977836dfd387d8584d6a9c4c03354d62977eaa1f135b|

|dprint-x86\_64-pc-windows-msvc-installer.exe|6db6148387b9e2e0434d0eaef3624bc1a401c85175e4863c220143d6151857a0|

|dprint-x86\_64-unknown-linux-gnu.zip|4e0c1d4f0f9f41efc08d929616c9f73abea7e57b9658a8f5f478a26e165c331c|

|dprint-x86\_64-unknown-linux-musl.zip|eaf2690b7414d11bc33fb2a81898f285748a7a6a7983f965b569e536fb67b815|

|dprint-aarch64-unknown-linux-gnu.zip|828133ac7a7591a2d9e63d5f10a70751f558152b20653383ae32ce76199662ad|

|dprint-aarch64-unknown-linux-musl.zip|c05d839d1f187d68d55effc60add4e66afb373015a1d1126c310b5c8669a8563|

</details>

<details>
<summary>gruntwork-io/terragrunt (gruntwork-io/terragrunt)</summary>

###
[`v0.56.2`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.2)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.56.1...v0.56.2)

#### Updated CLI args, config attributes and blocks

-   `json-render`
-   `remote_state`

#### Description

-   Adjusted logging level for S3 bucket encryption warnings
- Added CLI flag `--terragrunt-json-disable-dependent-modules` to
disable identification of root modules during `render-json`

#### Special thanks

Special thanks to
[@&#8203;kaden-l-nelson](https://togithub.com/kaden-l-nelson) for their
contribution!

#### Related links

-
[gruntwork-io/terragrunt#2918
-
[gruntwork-io/terragrunt#2878

###
[`v0.56.1`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.1)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.56.0...v0.56.1)

#### Updated CLI args, config attributes and blocks

-   `terragrunt-info`

#### Description

- Updated `terragrunt-info` to return parsed info data in case of error.

#### Related links

-
[gruntwork-io/terragrunt#2901

###
[`v0.56.0`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.0)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.55.21...v0.56.0)

#### Description

-   Updated officially supported versions of OpenTofu and Terraform
- Updated CICD tests to run integration tests using Terraform 1.5 and
latest Terraform (1.7.x)

#### Related links

-
[gruntwork-io/terragrunt#2754
-
[gruntwork-io/terragrunt#3035

###
[`v0.55.21`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.55.21)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.55.20...v0.55.21)

#### Updated CLI args, config attributes and blocks

-   `remote_state`

#### Description

-   Updated remote state creation/update errors to include bucket name.

#### Related links

-
[gruntwork-io/terragrunt#3032

</details>

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

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

[Compare
Source](https://togithub.com/junegunn/fzf/compare/0.48.1...0.49.0)

- Ingestion performance improved by around 40% (more or less depending
on options)
- `--info=hidden` and `--info=inline-right` will no longer hide the
horizontal separator by default. This gives you more flexibility in
customizing the layout.
    ```sh
    fzf --border --info=inline-right
    fzf --border --info=inline-right --separator ═
    fzf --border --info=inline-right --no-separator
    fzf --border --info=hidden
    fzf --border --info=hidden --separator ━
    fzf --border --info=hidden --no-separator
    ```
-   Added two environment variables exported to the child processes
    -   `FZF_PREVIEW_LABEL`
    -   `FZF_BORDER_LABEL`
    ```sh
    ```

### Use the current value of $FZF_PREVIEW_LABEL to determine which
actions to perform

    git ls-files |
      fzf --header 'Press CTRL-P to change preview mode' \
          --bind='ctrl-p:transform:[[ $FZF_PREVIEW_LABEL =~ cat ]] \
&& echo "change-preview(git log --color=always
\{})+change-preview-label([[ log ]])" \
|| echo "change-preview(bat --color=always \{})+change-preview-label([[
cat ]])"'
    ```

- Renamed `track` action to `track-current` to highlight the difference
between the global tracking state set by `--track` and a one-off
tracking action
    -   `track` is still available as an alias
-   Added `untrack-current` and `toggle-track-current` actions
- `*-current` actions are no-op when the global tracking state is set
-   Bug fixes and minor improvements

</details>

<details>
<summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary>

###
[`v5.4.1`](https://togithub.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.1)

[Compare
Source](https://togithub.com/kubernetes-sigs/kustomize/compare/kustomize/v5.4.0...kustomize/v5.4.1)

This is a patch of kustomize v5.4.0 and should fix the `kustomize
version` subcommand issues in its assets.

### kustomize v5.4.1


[kubernetes-sigs/kustomize#5644:
fix version subcommand is not working after release build

### kustomize v5.4.0

#### Breaking changes


[kubernetes-sigs/kustomize#5519:
Fix null YAML values being replaced by "null"

#### Features


[#&#8203;5411](https://togithub.com/kubernetes-sigs/kustomize/issues/5411):
Add --load-restrictor completion

[#&#8203;5467](https://togithub.com/kubernetes-sigs/kustomize/issues/5467):
feat: edit set secret

##### More better error handling

-
[kubernetes-sigs/kustomize#5539:
Include exec plugin stderr with wrapped error
-
[kubernetes-sigs/kustomize#5542:
fix: improve accumulation failure message
-
[kubernetes-sigs/kustomize#5550:
use Strict unmarshal when read TransformerConfig

#### Bug fixes/performance improvements


[#&#8203;5234](https://togithub.com/kubernetes-sigs/kustomize/issues/5234):
fix edit set image to parse both tag and digest

[#&#8203;5621](https://togithub.com/kubernetes-sigs/kustomize/issues/5621):
Use require for Error and NoError

#### Dependencies


[#&#8203;5479](https://togithub.com/kubernetes-sigs/kustomize/issues/5479):
Revert "Switch to json-patch v5"

[#&#8203;5541](https://togithub.com/kubernetes-sigs/kustomize/issues/5541):
Use canonical json-patch v4 import

[#&#8203;5615](https://togithub.com/kubernetes-sigs/kustomize/issues/5615):
update dependencies google.golang.org/protobuf@v1.33.0

##### update internal Dependencies


[#&#8203;5639](https://togithub.com/kubernetes-sigs/kustomize/issues/5639):
Update kyaml to v0.17.0

[#&#8203;5640](https://togithub.com/kubernetes-sigs/kustomize/issues/5640):
Update cmd/config to v0.14.0

[#&#8203;5641](https://togithub.com/kubernetes-sigs/kustomize/issues/5641):
Update api to v0.17.0

##### cleanup Dependencies


[#&#8203;5044](https://togithub.com/kubernetes-sigs/kustomize/issues/5044):
Remove non-essential dependency `imdario/mergo`

[#&#8203;5567](https://togithub.com/kubernetes-sigs/kustomize/issues/5567):
fix 'golang.org/x/exp/slices' dependencies

[#&#8203;5627](https://togithub.com/kubernetes-sigs/kustomize/issues/5627):
Remove klog/v1 dependencies

#### chore


[#&#8203;5495](https://togithub.com/kubernetes-sigs/kustomize/issues/5495):
chore: move removetest.go to the internal package

[#&#8203;5518](https://togithub.com/kubernetes-sigs/kustomize/issues/5518):
Update owners file

[#&#8203;5622](https://togithub.com/kubernetes-sigs/kustomize/issues/5622):
Pin tool versions with hack/go.mod

###
[`v5.4.0`](https://togithub.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.0)

[Compare
Source](https://togithub.com/kubernetes-sigs/kustomize/compare/kustomize/v5.3.0...kustomize/v5.4.0)

#### Breaking changes


[kubernetes-sigs/kustomize#5519:
Fix null YAML values being replaced by "null"

#### Features


[#&#8203;5411](https://togithub.com/kubernetes-sigs/kustomize/issues/5411):
Add --load-restrictor completion

[#&#8203;5467](https://togithub.com/kubernetes-sigs/kustomize/issues/5467):
feat: edit set secret

##### More better error handling

-
[kubernetes-sigs/kustomize#5539:
Include exec plugin stderr with wrapped error
-
[kubernetes-sigs/kustomize#5542:
fix: improve accumulation failure message
-
[kubernetes-sigs/kustomize#5550:
use Strict unmarshal when read TransformerConfig

#### Bug fixes/performance improvements


[#&#8203;5234](https://togithub.com/kubernetes-sigs/kustomize/issues/5234):
fix edit set image to parse both tag and digest

[#&#8203;5621](https://togithub.com/kubernetes-sigs/kustomize/issues/5621):
Use require for Error and NoError

#### Dependencies


[#&#8203;5479](https://togithub.com/kubernetes-sigs/kustomize/issues/5479):
Revert "Switch to json-patch v5"

[#&#8203;5541](https://togithub.com/kubernetes-sigs/kustomize/issues/5541):
Use canonical json-patch v4 import

[#&#8203;5615](https://togithub.com/kubernetes-sigs/kustomize/issues/5615):
update dependencies google.golang.org/protobuf@v1.33.0

##### update internal Dependencies


[#&#8203;5639](https://togithub.com/kubernetes-sigs/kustomize/issues/5639):
Update kyaml to v0.17.0

[#&#8203;5640](https://togithub.com/kubernetes-sigs/kustomize/issues/5640):
Update cmd/config to v0.14.0

[#&#8203;5641](https://togithub.com/kubernetes-sigs/kustomize/issues/5641):
Update api to v0.17.0

##### cleanup Dependencies


[#&#8203;5044](https://togithub.com/kubernetes-sigs/kustomize/issues/5044):
Remove non-essential dependency `imdario/mergo`

[#&#8203;5567](https://togithub.com/kubernetes-sigs/kustomize/issues/5567):
fix 'golang.org/x/exp/slices' dependencies

[#&#8203;5627](https://togithub.com/kubernetes-sigs/kustomize/issues/5627):
Remove klog/v1 dependencies

#### chore


[#&#8203;5495](https://togithub.com/kubernetes-sigs/kustomize/issues/5495):
chore: move removetest.go to the internal package

[#&#8203;5518](https://togithub.com/kubernetes-sigs/kustomize/issues/5518):
Update owners file

[#&#8203;5622](https://togithub.com/kubernetes-sigs/kustomize/issues/5622):
Pin tool versions with hack/go.mod

</details>

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

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

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

#### Changelog

##### Bug fixes

- [`f825e42`](https://togithub.com/nektos/act/commit/f825e42) fix: cache
adjust restore order of exact key matches
([#&#8203;2267](https://togithub.com/nektos/act/issues/2267))
- [`119ceb8`](https://togithub.com/nektos/act/commit/119ceb8) fix:
rootless permission bits (new actions cache)
([#&#8203;2242](https://togithub.com/nektos/act/issues/2242))
- [`75e4ad9`](https://togithub.com/nektos/act/commit/75e4ad9) fix:
docker buildx cache restore not working
([#&#8203;2236](https://togithub.com/nektos/act/issues/2236))

##### Other

- [`361b7e9`](https://togithub.com/nektos/act/commit/361b7e9) chore:
bump VERSION to 0.2.61
- [`d9a19c8`](https://togithub.com/nektos/act/commit/d9a19c8) Trivial:
reduce log spam.
([#&#8203;2256](https://togithub.com/nektos/act/issues/2256))
- [`3949d74`](https://togithub.com/nektos/act/commit/3949d74) chore:
remove repetitive words
([#&#8203;2259](https://togithub.com/nektos/act/issues/2259))
- [`b9382a2`](https://togithub.com/nektos/act/commit/b9382a2) Support
overwriting caches
([#&#8203;2265](https://togithub.com/nektos/act/issues/2265))
- [`f56dd65`](https://togithub.com/nektos/act/commit/f56dd65) test: use
ping to improve network test
([#&#8203;2266](https://togithub.com/nektos/act/issues/2266))
- [`069720a`](https://togithub.com/nektos/act/commit/069720a)
build(deps): bump github.com/docker/docker
([#&#8203;2252](https://togithub.com/nektos/act/issues/2252))
- [`8c83d57`](https://togithub.com/nektos/act/commit/8c83d57)
build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0
([#&#8203;2244](https://togithub.com/nektos/act/issues/2244))
- [`352ad41`](https://togithub.com/nektos/act/commit/352ad41) fix
function name in comment
([#&#8203;2240](https://togithub.com/nektos/act/issues/2240))
- [`934b13a`](https://togithub.com/nektos/act/commit/934b13a)
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([#&#8203;2235](https://togithub.com/nektos/act/issues/2235))

</details>

<details>
<summary>rhysd/hgrep (rhysd/hgrep)</summary>

###
[`v0.3.5`](https://togithub.com/rhysd/hgrep/blob/HEAD/CHANGELOG.md#v035---31-Mar-2024)

[Compare
Source](https://togithub.com/rhysd/hgrep/compare/v0.3.4...v0.3.5)

- Add `HGREP_DEFAULT_OPTS` environment variable to set the default
command line options. For example, the following configuration enables
`ayu-dark` theme and background colors by default. See [the
document](https://togithub.com/rhysd/hgrep?tab=readme-ov-file#set-default-command-options)
for more details.
    ```sh
    export HGREP_DEFAULT_OPTS='--theme ayu-dark --background'
    ```
- Detect the terminal color support from `TERM` environment variable in
addition to `COLORTERM` environment variable. For example,
`xterm-256color` enables 256 colors support. See [the
document](https://togithub.com/rhysd/hgrep?tab=readme-ov-file#terminal-color-support-detection)
to know the logic of the color support detection.
-   Update the themes bundle to the latest.
-   Update cargo dependencies including syntect v5.2.

\[Changes]\[v0.3.5]

</details>

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

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

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

#### Changelog

- [`6634a2a`](https://togithub.com/simulot/immich-go/commit/6634a2a)
Simulot/issue205
([#&#8203;206](https://togithub.com/simulot/immich-go/issues/206))
- [`9c62473`](https://togithub.com/simulot/immich-go/commit/9c62473)
Version 0.13.0 not working as expected
([#&#8203;200](https://togithub.com/simulot/immich-go/issues/200))
- [`159e381`](https://togithub.com/simulot/immich-go/commit/159e381)
immich-go appears to retain/cache an API key Fixes
[#&#8203;211](https://togithub.com/simulot/immich-go/issues/211)

</details>

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

### [`v1.1287.0`](https://togithub.com/snyk/cli/releases/tag/v1.1287.0)

[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.4...v1.1287.0)

##### Features

- upgrade snyk-iac-test to v0.51.3
([#&#8203;5127](https://togithub.com/snyk/snyk/issues/5127))
([0fd8fa6](https://togithub.com/snyk/snyk/commit/0fd8fa6063f35f208c36fdcbd04c8c4732d32af4))

### [`v1.1286.4`](https://togithub.com/snyk/cli/releases/tag/v1.1286.4)

[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.3...v1.1286.4)

##### Bug Fixes

- upgrade iac custom rules extension to address vulns \[IAC-2921]
([#&#8203;5149](https://togithub.com/snyk/snyk/issues/5149))
([6b96473](https://togithub.com/snyk/snyk/commit/6b96473e3c07a93fdc5da2f10bb39ea6f5a222d7))

### [`v1.1286.3`](https://togithub.com/snyk/cli/releases/tag/v1.1286.3)

[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.2...v1.1286.3)

##### Bug Fixes

- always finish progress when auto-fixing in language server
([#&#8203;5145](https://togithub.com/snyk/snyk/issues/5145))
([f645bbe](https://togithub.com/snyk/snyk/commit/f645bbe4b439a9523fcd16cc9857786bd25898b4))
- avoid potentially outputting very large JSON objects
([#&#8203;5147](https://togithub.com/snyk/snyk/issues/5147))
([84b5e8b](https://togithub.com/snyk/snyk/commit/84b5e8bf390d4e68665c79efa57a4a7ed7cb3600))

### [`v1.1286.2`](https://togithub.com/snyk/cli/releases/tag/v1.1286.2)

[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.1...v1.1286.2)

##### Bug Fixes

- enhance sbt output width, fixing false positives vulns
([#&#8203;5130](https://togithub.com/snyk/snyk/issues/5130))
([2011b90](https://togithub.com/snyk/snyk/commit/2011b90704582654560d6d64819fe8d3cdfc91fd))

</details>

<details>
<summary>starship/starship (starship/starship)</summary>

###
[`v1.18.2`](https://togithub.com/starship/starship/releases/tag/v1.18.2)

[Compare
Source](https://togithub.com/starship/starship/compare/v1.18.1...v1.18.2)

##### Bug Fixes

- replace unmaintained crates `yaml-rust`, `dirs-next`
([#&#8203;5887](https://togithub.com/starship/starship/issues/5887))
([796a411](https://togithub.com/starship/starship/commit/796a411602c9ca4e5103c54247440f4efe892918))

##### Reverts

- "build(deps): update rust crate gix to 0.61.1"
([#&#8203;5878](https://togithub.com/starship/starship/issues/5878))
([eb80dba](https://togithub.com/starship/starship/commit/eb80dbab99e38b5018aa3fb70b06ae9e4d793b24))

</details>

<details>
<summary>twpayne/chezmoi (twpayne/chezmoi)</summary>

###
[`v2.47.3`](https://togithub.com/twpayne/chezmoi/releases/tag/v2.47.3)

[Compare
Source](https://togithub.com/twpayne/chezmoi/compare/v2.47.2...v2.47.3)

#### Changelog

##### Fixes

- [`2e4236c`](https://togithub.com/twpayne/chezmoi/commit/2e4236c71)
fix: Don't traverse into ignored directories when adding files
- [`8a83dcc`](https://togithub.com/twpayne/chezmoi/commit/8a83dcc1d)
fix: Skip adding entries in external dirs instead of erroring
- [`b366d0e`](https://togithub.com/twpayne/chezmoi/commit/b366d0e1c)
fix: Fix panic when adding children in exact\_ dirs
- [`ad77158`](https://togithub.com/twpayne/chezmoi/commit/ad771580c)
fix: Increase range of types accepted by promptChoice template function

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
renovate bot added a commit to DelineaXPM/dsv-cli that referenced this issue May 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/grype](https://togithub.com/anchore/grype) | minor |
`v0.74.7` -> `v0.77.4` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.145.0` -> `v4.184.0` |
| [charmbracelet/gum](https://togithub.com/charmbracelet/gum) | minor |
`v0.13.0` -> `v0.14.0` |
| [charmbracelet/vhs](https://togithub.com/charmbracelet/vhs) | patch |
`v0.7.1` -> `v0.7.2` |
| [direnv/direnv](https://togithub.com/direnv/direnv) | minor |
`v2.33.0` -> `v2.34.0` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.22.0` ->
`1.22.3` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.24.0` -> `v1.26.1` |
| [mikefarah/yq](https://togithub.com/mikefarah/yq) | minor | `v4.42.1`
-> `v4.44.1` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | minor
| `v1.18.0` -> `v1.19.0` |

---

### Release Notes

<details>
<summary>anchore/grype (anchore/grype)</summary>

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

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

##### Additional Changes

- update Syft to v1.4.1
\[[#&#8203;1855](https://togithub.com/anchore/grype/pull/1855)
[@&#8203;anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.77.3...v0.77.4)**

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

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

##### Additional Changes

- Remove providers' pull information from DB metadata file
\[[#&#8203;1846](https://togithub.com/anchore/grype/pull/1846)
[@&#8203;asomya](https://togithub.com/asomya)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.77.2...v0.77.3)**

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

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

##### Bug Fixes

- update ignored vulnerability count in tui
\[[#&#8203;1837](https://togithub.com/anchore/grype/pull/1837)
[@&#8203;kzantow](https://togithub.com/kzantow)]
- SARIF output not compatible with GitHub
\[[#&#8203;1518](https://togithub.com/anchore/grype/issues/1518)
[#&#8203;1838](https://togithub.com/anchore/grype/pull/1838)
[@&#8203;kzantow](https://togithub.com/kzantow)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.77.1...v0.77.2)**

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

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

##### Additional Changes

- update Syft to v1.3.0
\[[#&#8203;1832](https://togithub.com/anchore/grype/pull/1832)
[@&#8203;anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.77.0...v0.77.1)**

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

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

##### Added Features

- add linux and libc-dev headers ignore rules for debian packages
\[[#&#8203;1809](https://togithub.com/anchore/grype/pull/1809)
[@&#8203;zhill](https://togithub.com/zhill)]
- use Go main module version when possible
\[[#&#8203;1797](https://togithub.com/anchore/grype/pull/1797)
[@&#8203;luhring](https://togithub.com/luhring)]

##### Additional Changes

- Add providers' pull date to DB metadata structure
\[[#&#8203;1795](https://togithub.com/anchore/grype/pull/1795)
[@&#8203;asomya](https://togithub.com/asomya)]
- config: add config opt in golang pseudo version main module comparison
\[[#&#8203;1816](https://togithub.com/anchore/grype/pull/1816)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.76.0...v0.77.0)**

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

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

##### Added Features

- Database download timeouts
\[[#&#8203;1731](https://togithub.com/anchore/grype/issues/1731)
[#&#8203;1777](https://togithub.com/anchore/grype/issues/1777)
[@&#8203;willmurphyscode](https://togithub.com/willmurphyscode)]

##### Bug Fixes

- Disable matching kernel vulnerabilities by default for indirect
matches against the 'kernel-headers' packages
\[[#&#8203;1762](https://togithub.com/anchore/grype/issues/1762)
[#&#8203;1787](https://togithub.com/anchore/grype/pull/1787)
[@&#8203;zhill](https://togithub.com/zhill)]

##### Additional Changes

- Update Syft to v1.2.0
\[[#&#8203;1803](https://togithub.com/anchore/grype/pull/1803)], which
fixes
[https://github.com/anchore/grype/issues/1792](https://togithub.com/anchore/grype/issues/1792)

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

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

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

##### Added Features

- update syft source providers
\[[#&#8203;1727](https://togithub.com/anchore/grype/pull/1727)
[@&#8203;kzantow](https://togithub.com/kzantow)]
- enable http timeout
\[[#&#8203;1777](https://togithub.com/anchore/grype/pull/1777)
[@&#8203;willmurphyscode](https://togithub.com/willmurphyscode)]

##### Bug Fixes

- use "path/filepath" to build file path
\[[#&#8203;1767](https://togithub.com/anchore/grype/pull/1767)
[@&#8203;seiyab](https://togithub.com/seiyab)]
- Suppress warnings when matching go packages with `devel` version
\[[#&#8203;1752](https://togithub.com/anchore/grype/pull/1752)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- not showing poco CVEs from syft generated sbom
\[[#&#8203;1737](https://togithub.com/anchore/grype/issues/1737)]

**[(Full
Changelog)](https://togithub.com/anchore/grype/compare/v0.74.7...v0.75.0)**

</details>

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

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

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


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

#### 🎉 New Packages


[#&#8203;23068](https://togithub.com/aquaproj/aqua-registry/issues/23068)
[fujiwara/aws-sdk-client-go](https://togithub.com/fujiwara/aws-sdk-client-go):
A simplified alternative to the AWS CLI for limited use cases
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fix


[#&#8203;23111](https://togithub.com/aquaproj/aqua-registry/issues/23111)
handlename/ssmwrap: Follow up changes of ssmwrap v2.1.0

[#&#8203;23112](https://togithub.com/aquaproj/aqua-registry/issues/23112)
xremap/xremap/hypr: xremap client for hypr was dropped

[#&#8203;23113](https://togithub.com/aquaproj/aqua-registry/issues/23113)
xremap/xremap/sway: xremap client for sway was dropped


[https://github.com/xremap/xremap/pull/479](https://togithub.com/xremap/xremap/pull/479)

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

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


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

##### 🎉 New Packages


[#&#8203;23041](https://togithub.com/aquaproj/aqua-registry/issues/23041)
[rustsec/rustsec/cargo-audit](https://togithub.com/rustsec/rustsec):
Audit your dependencies for crates
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

##### Fix


[#&#8203;23049](https://togithub.com/aquaproj/aqua-registry/issues/23049)
sl1pm4t/k2tf: Follow up changes of k2tf v0.8.0

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

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


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

##### 🎉 New Packages


[#&#8203;23033](https://togithub.com/aquaproj/aqua-registry/issues/23033)
[Ph0enixKM/Amber](https://togithub.com/Ph0enixKM/Amber): Amber the
programming language compiled to bash

[#&#8203;23032](https://togithub.com/aquaproj/aqua-registry/issues/23032)
[firebase/firebase-tools](https://togithub.com/firebase/firebase-tools):
The Firebase Command Line Tools
[@&#8203;ka2n](https://togithub.com/ka2n)

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

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


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

##### 🎉 New Packages


[#&#8203;23000](https://togithub.com/aquaproj/aqua-registry/issues/23000)
[#&#8203;23005](https://togithub.com/aquaproj/aqua-registry/issues/23005)
[jessfraz/dockfmt](https://togithub.com/jessfraz/dockfmt): Dockerfile
format and parser. Like `gofmt` but for Dockerfiles
[@&#8203;istone-you](https://togithub.com/istone-you)

[#&#8203;23025](https://togithub.com/aquaproj/aqua-registry/issues/23025)
[typst/typst](https://togithub.com/typst/typst): A new markup-based
typesetting system that is powerful and easy to learn
[@&#8203;ryota2357](https://togithub.com/ryota2357)

##### Fix


[#&#8203;23022](https://togithub.com/aquaproj/aqua-registry/issues/23022)
MHNightCat/superfile: Rename the package to `yorukot/superfile`

The repository https://github.com/MHNightCat/superfile was transferred
to https://github.com/yorukot/superfile .

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

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


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

##### Fix


[#&#8203;22910](https://togithub.com/aquaproj/aqua-registry/issues/22910)
WebAssembly/wabt: Follow up changes of wabt v1.0.35

[#&#8203;22999](https://togithub.com/aquaproj/aqua-registry/issues/22999)
neovim/neovim: Follow up changes of neovim v0.10.0

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

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


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

##### 🎉 New Packages


[#&#8203;22867](https://togithub.com/aquaproj/aqua-registry/issues/22867)
[DeNA/unity-meta-check/unity-meta-check](https://togithub.com/DeNA/unity-meta-check):
Checker for missing/dangling meta files. The result print to stdout
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22866](https://togithub.com/aquaproj/aqua-registry/issues/22866)
[DeNA/unity-meta-check/gh-action-yaml-gen](https://togithub.com/DeNA/unity-meta-check):
A cli tool to automatically generate action.yaml for
DeNA/unity-meta-check [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22865](https://togithub.com/aquaproj/aqua-registry/issues/22865)
[DeNA/unity-meta-check/gh-action](https://togithub.com/DeNA/unity-meta-check):
Binary for GitHub Actions of DeNA/unity-meta-check
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22864](https://togithub.com/aquaproj/aqua-registry/issues/22864)
[DeNA/unity-meta-check/unity-meta-autofix](https://togithub.com/DeNA/unity-meta-check):
Autofix for meta files problems. It need a result of unity-meta-check
via stdin [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22863](https://togithub.com/aquaproj/aqua-registry/issues/22863)
[DeNA/unity-meta-check/unity-meta-check-github-pr-comment](https://togithub.com/DeNA/unity-meta-check):
Reporter for GitHub comments of GitHub issues or pull requests. It need
a result of unity-meta-check from stdin
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22862](https://togithub.com/aquaproj/aqua-registry/issues/22862)
[DeNA/unity-meta-check/unity-meta-check-junit](https://togithub.com/DeNA/unity-meta-check):
Reporter for Jenkins compatible XML based JUnit reports. It need a
result of unity-meta-check from stdin
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22875](https://togithub.com/aquaproj/aqua-registry/issues/22875)
[interlynk-io/sbomqs](https://togithub.com/interlynk-io/sbomqs): SBOM
quality score - Quality metrics for your sboms

##### Fix


[#&#8203;22848](https://togithub.com/aquaproj/aqua-registry/issues/22848)
sigi-cli/sigi: Follow up changes of sigi v3.6.4

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

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


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

##### 🎉 New Packages


[#&#8203;22842](https://togithub.com/aquaproj/aqua-registry/issues/22842)
[altsem/gitu](https://togithub.com/altsem/gitu): A TUI Git client
inspired by Magit

[#&#8203;22817](https://togithub.com/aquaproj/aqua-registry/issues/22817)
[secretlint/secretlint](https://togithub.com/secretlint/secretlint):
secretlint - Pluggable linting tool to prevent committing credential
[@&#8203;ken5scal](https://togithub.com/ken5scal)

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

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


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

#### 🎉 New Packages


[#&#8203;22775](https://togithub.com/aquaproj/aqua-registry/issues/22775)
[StyraInc/regal](https://togithub.com/StyraInc/regal): Regal is a linter
for Rego, with the goal of making your Rego magnificent

#### Fix


[#&#8203;22815](https://togithub.com/aquaproj/aqua-registry/issues/22815)
ast-grep/ast-grep: Follow up changes of ast-grep v0.22.2

[#&#8203;22784](https://togithub.com/aquaproj/aqua-registry/issues/22784)
jdx/mise: Remove version constraints for deleted old versions

[#&#8203;22806](https://togithub.com/aquaproj/aqua-registry/issues/22806)
tellerops/teller: Follow up changes of teller v2.0.3

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

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


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

#### 🎉 New Packages


[#&#8203;22757](https://togithub.com/aquaproj/aqua-registry/issues/22757)
[MHNightCat/superfile](https://togithub.com/MHNightCat/superfile):
Pretty fancy and modern terminal file manager

[#&#8203;22735](https://togithub.com/aquaproj/aqua-registry/issues/22735)
[dduan/tre](https://togithub.com/dduan/tre): Tree command, improved
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

#### Others


[#&#8203;22760](https://togithub.com/aquaproj/aqua-registry/issues/22760)
[#&#8203;22764](https://togithub.com/aquaproj/aqua-registry/issues/22764)
Fix a bug of scripts that `cmdx t` doesn't test packages

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

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


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

#### 🎉 New Packages


[#&#8203;22724](https://togithub.com/aquaproj/aqua-registry/issues/22724)
[Crocmagnon/fatcontext](https://togithub.com/Crocmagnon/fatcontext):
detects nested contexts in loops
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22717](https://togithub.com/aquaproj/aqua-registry/issues/22717)
[EmbarkStudios/cargo-deny](https://togithub.com/EmbarkStudios/cargo-deny):
Cargo plugin for linting your dependencies
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

#### Fix


[#&#8203;22721](https://togithub.com/aquaproj/aqua-registry/issues/22721)
ko-build/ko: Enable the verification of SLSA Provenance
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

[#&#8203;22719](https://togithub.com/aquaproj/aqua-registry/issues/22719)
dagu-dev/dagu: Remove a duplicated alias
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

#### Others


[#&#8203;22716](https://togithub.com/aquaproj/aqua-registry/issues/22716)
[#&#8203;22718](https://togithub.com/aquaproj/aqua-registry/issues/22718)
script: fix an issue that `cmdx s` generates files owned by root on
Linux [@&#8203;sapphi-red](https://togithub.com/sapphi-red)

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

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


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

#### 🎉 New Packages


[#&#8203;22696](https://togithub.com/aquaproj/aqua-registry/issues/22696)
[cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall):
Binary installation for rust projects
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

[#&#8203;22698](https://togithub.com/aquaproj/aqua-registry/issues/22698)
[mitsuhiko/insta](https://togithub.com/mitsuhiko/insta): A snapshot
testing library for rust
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

#### Fix


[#&#8203;22658](https://togithub.com/aquaproj/aqua-registry/issues/22658)
[fabpot/local-php-security-checker](https://togithub.com/fabpot/local-php-security-checker):
Regenerate settings

[#&#8203;22661](https://togithub.com/aquaproj/aqua-registry/issues/22661)
[kaytu-io/kaytu](https://togithub.com/kaytu-io/kaytu): Fix checksum of
windows


[https://github.com/kaytu-io/kaytu/issues/77](https://togithub.com/kaytu-io/kaytu/issues/77)

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

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


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

##### 🎉 New Packages


[#&#8203;22626](https://togithub.com/aquaproj/aqua-registry/issues/22626)
[containrrr/shoutrrr](https://togithub.com/containrrr/shoutrrr):
Notification library for gophers and their furry friends
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22597](https://togithub.com/aquaproj/aqua-registry/issues/22597)
[guumaster/hostctl](https://togithub.com/guumaster/hostctl): Your dev
tool to manage /etc/hosts like a pro

##### Fix


[#&#8203;22596](https://togithub.com/aquaproj/aqua-registry/issues/22596)
mashiike/stefunny: Follow up changes of stefunny v0.9.0

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

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


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

##### 🎉 New Packages


[#&#8203;22579](https://togithub.com/aquaproj/aqua-registry/issues/22579)
[awslabs/dynein](https://togithub.com/awslabs/dynein): DynamoDB CLI
written in Rust [@&#8203;istone-you](https://togithub.com/istone-you)

[#&#8203;22578](https://togithub.com/aquaproj/aqua-registry/issues/22578)
[kaytu-io/kaytu](https://togithub.com/kaytu-io/kaytu): The Kaytu CLI
helps you save on cloud costs by finding the perfect server sizes. Kaytu
analyzes historical usage and provides tailored recommendations,
ensuring you only pay for the resources you need
[@&#8203;istone-you](https://togithub.com/istone-you)

[#&#8203;22584](https://togithub.com/aquaproj/aqua-registry/issues/22584)
[lasiar/canonicalheader](https://togithub.com/lasiar/canonicalheader):
Golang linter checking the canonicality of the http header
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;22582](https://togithub.com/aquaproj/aqua-registry/issues/22582)
[#&#8203;22586](https://togithub.com/aquaproj/aqua-registry/issues/22586)
[playwright-community/playwright-go](https://togithub.com/playwright-community/playwright-go):
Playwright for Go a browser automation library to control Chromium,
Firefox and WebKit with a single API

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

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


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

##### 🎉 New Packages


[#&#8203;22529](https://togithub.com/aquaproj/aqua-registry/issues/22529)
[bflad/tfproviderlint](https://togithub.com/bflad/tfproviderlint):
Terraform Provider Lint Tool
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

##### Fix


[#&#8203;22527](https://togithub.com/aquaproj/aqua-registry/issues/22527)
Mic-U/ecsher: Regenerate settings

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

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


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

##### 🎉 New Packages


[#&#8203;22488](https://togithub.com/aquaproj/aqua-registry/issues/22488)
[crates.io/cargo-expand](https://togithub.com/dtolnay/cargo-expand):
Subcommand to show result of macro expansion
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

[#&#8203;22487](https://togithub.com/aquaproj/aqua-registry/issues/22487)
[crates.io/cargo-run-script](https://crates.io/crates/cargo-run-script):
Bringing `npm run-script` to Rust
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

[#&#8203;22489](https://togithub.com/aquaproj/aqua-registry/issues/22489)
[nishanths/license](https://togithub.com/nishanths/license): Command
line license text generator
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

##### Fix


[#&#8203;22508](https://togithub.com/aquaproj/aqua-registry/issues/22508)
GoogleContainerTools/container-structure-test: Follow up changes of
container-structure-test v1.18.0

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

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


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

##### 🎉 New Packages


[#&#8203;22464](https://togithub.com/aquaproj/aqua-registry/issues/22464)
[8051Enthusiast/biodiff](https://togithub.com/8051Enthusiast/biodiff):
Hex diff viewer using alignment algorithms from biology
[@&#8203;mitsu-yuki](https://togithub.com/mitsu-yuki)

[#&#8203;22470](https://togithub.com/aquaproj/aqua-registry/issues/22470)
[vishnubob/wait-for-it](https://togithub.com/vishnubob/wait-for-it):
Pure bash script to test and wait on the availability of a TCP host and
port

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

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


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

#### 🎉 New Packages


[#&#8203;22395](https://togithub.com/aquaproj/aqua-registry/issues/22395)
[restechnica/semverbot](https://togithub.com/restechnica/semverbot): A
CLI which automates semver versioning
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fixes


[#&#8203;22367](https://togithub.com/aquaproj/aqua-registry/issues/22367)
ddosify/ddosify: Rename the package to
[getanteon/anteon](https://togithub.com/getanteon/anteon)

[#&#8203;22396](https://togithub.com/aquaproj/aqua-registry/issues/22396)
helmwave/helmwave: Follow up changes of helmwave v0.36.0

[#&#8203;22407](https://togithub.com/aquaproj/aqua-registry/issues/22407)
charmbracelet/gum: Follow up changes of gum v0.14.0

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

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


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

#### 🎉 New Packages


[#&#8203;22316](https://togithub.com/aquaproj/aqua-registry/issues/22316)
[toshimaru/nyan](https://togithub.com/toshimaru/nyan): Colored cat
command which supports syntax highlighting
[@&#8203;ishii1648](https://togithub.com/ishii1648)

#### Fixes


[#&#8203;22296](https://togithub.com/aquaproj/aqua-registry/issues/22296)
hotaruswarm/dagu: Rename the package to dagu-dev/dagu

#### 🎉 New Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages


[#&#8203;22271](https://togithub.com/aquaproj/aqua-registry/issues/22271)
[undistro/marvin](https://togithub.com/undistro/marvin): Marvin is a CLI
tool that scans a k8s cluster by performing CEL expressions to report
potential issues, misconfigurations and vulnerabilities

[#&#8203;22256](https://togithub.com/aquaproj/aqua-registry/issues/22256)
[cert-manager/cmctl](https://togithub.com/cert-manager/cmctl): command
line utility that makes cert-manager'ing easier

The code of cmctl was moved from
https://github.com/cert-manager/cert-manager to
https://github.com/cert-manager/cmctl

#### Fixes


[#&#8203;22288](https://togithub.com/aquaproj/aqua-registry/issues/22288)
cilium/cilium-cli: Follow up changes of cilium-cli v0.16.5

[#&#8203;22287](https://togithub.com/aquaproj/aqua-registry/issues/22287)
zigtools/zls: Follow up changes of zls 0.12.0

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

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


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

#### 🎉 New Packages


[#&#8203;22190](https://togithub.com/aquaproj/aqua-registry/issues/22190)
[gabeduke/kubectl-iexec](https://togithub.com/gabeduke/kubectl-iexec):
Kubectl plugin to interactively exec into a pod
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fixes


[#&#8203;22191](https://togithub.com/aquaproj/aqua-registry/issues/22191)
dagu-dev/dagu: Rename the package to hotaruswarm/dagu

[#&#8203;22223](https://togithub.com/aquaproj/aqua-registry/issues/22223)
tstack/lnav: Follow up changes of lnav v0.12.1

[#&#8203;22225](https://togithub.com/aquaproj/aqua-registry/issues/22225)
Orange-OpenSource/hurl: Regenerate the setting

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

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


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

#### 🎉 New Packages


[#&#8203;22188](https://togithub.com/aquaproj/aqua-registry/issues/22188)
[Checkmarx/kics](https://togithub.com/Checkmarx/kics): Find security
vulnerabilities, compliance issues, and infrastructure misconfigurations
early in the development cycle of your infrastructure-as-code with KICS
by Checkmarx

#### Fixes


[#&#8203;22183](https://togithub.com/aquaproj/aqua-registry/issues/22183)
sarub0b0/kubetui: Follow up changes of kubetui v1.5.1

[#&#8203;22111](https://togithub.com/aquaproj/aqua-registry/issues/22111)
gefyrahq/gefyra: Follow up changes of gefyra 2.1.0

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

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


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

##### 🎉 New Packages


[#&#8203;21993](https://togithub.com/aquaproj/aqua-registry/issues/21993)
[pnpm/pnpm](https://togithub.com/pnpm/pnpm): Fast, disk space efficient
package manager [@&#8203;tomoyamachi](https://togithub.com/tomoyamachi)

##### Fixes


[#&#8203;22023](https://togithub.com/aquaproj/aqua-registry/issues/22023)
golangci/misspell: Follow up changes of misspell v0.5.0

[#&#8203;22024](https://togithub.com/aquaproj/aqua-registry/issues/22024)
vmware/govmomi/govc: Remove a release v0.17.0

[#&#8203;22068](https://togithub.com/aquaproj/aqua-registry/issues/22068)
pnpm/pnpm: Support old versions

##### 🎉 New Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages


[#&#8203;21951](https://togithub.com/aquaproj/aqua-registry/issues/21951)
[gittuf/gittuf](https://togithub.com/gittuf/gittuf): A security layer
for Git repositories

[#&#8203;21955](https://togithub.com/aquaproj/aqua-registry/issues/21955)
[pipe-cd/pipecd/pipectl](https://pipecd.dev/docs-v0.47.x/user-guide/command-line-tool/):
The command line tool for PipeCD
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;21955](https://togithub.com/aquaproj/aqua-registry/issues/21955)
[pipe-cd/pipecd/piped](https://pipecd.dev/docs-v0.47.x/concepts/#piped):
A component of PipeCD that runs inside target environment to execute
deployment and report its state
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;21957](https://togithub.com/aquaproj/aqua-registry/issues/21957)
[mashiike/redshift-credentials](https://togithub.com/mashiike/redshift-credentials):
a command line tool for Amazon Redshift temporary authorization with AWS
IAM [@&#8203;mashiike](https://togithub.com/mashiike)

#### 🎉 New Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages


[#&#8203;21900](https://togithub.com/aquaproj/aqua-registry/issues/21900)
[kubecolor/kubecolor](https://togithub.com/kubecolor/kubecolor):
Colorize your kubectl output

#### Fixes


[#&#8203;21903](https://togithub.com/aquaproj/aqua-registry/issues/21903)
charmbracelet/vhs: Follow up changes of vhs v0.7.2

[#&#8203;21902](https://togithub.com/aquaproj/aqua-registry/issues/21902)
extrawurst/gitui: Follow up changes of gitui v0.26.1

[#&#8203;21892](https://togithub.com/aquaproj/aqua-registry/issues/21892)
mjibson/sqlfmt: Rename the package to maddyblue/sqlfmt

[#&#8203;21846](https://togithub.com/aquaproj/aqua-registry/issues/21846)
vmware/govmomi/govc: Regenerate the setting

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

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


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

#### 🎉 New Packages


[#&#8203;21832](https://togithub.com/aquaproj/aqua-registry/issues/21832)
[tgenv/tgenv](https://togithub.com/tgenv/tgenv): A tool to manage
multiples Terragrunt versions
[@&#8203;bhundven](https://togithub.com/bhundven)

#### Fixes


[#&#8203;21834](https://togithub.com/aquaproj/aqua-registry/issues/21834)
mashiike/prepalert: Follow up changes of prepalert v1.0.2

A checksum file was renamed.


https://github.com/mashiike/prepalert/commit/493b8aee55e11719cfffda35cdf55030441514c8

#### 🎉 New Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages


[#&#8203;21798](https://togithub.com/aquaproj/aqua-registry/issues/21798)
[Songmu/make2help](https://togithub.com/Songmu/make2help): Utility for
self-documented Makefile
[@&#8203;lamanotrama](https://togithub.com/lamanotrama)

#### Fixes


[#&#8203;21747](https://togithub.com/aquaproj/aqua-registry/issues/21747)
jetpack-io/devbox: Rename the package `jetpack-io/devbox` to
jetify-com/devbox

The GitHub Repository of the package `jetpack-io/devbox` was transferred
from [jetpack-io/devbox](https://togithub.com/jetpack-io/devbox) to
[jetify-com/devbox](https://togithub.com/jetify-com/devbox).

#### 🎉 New Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages


[#&#8203;21629](https://togithub.com/aquaproj/aqua-registry/issues/21629)
[Bearer/gon](https://togithub.com/Bearer/gon): Sign, notarize, and
package macOS CLI tools and applications written in any language.
Available as both a CLI and a Go library

[#&#8203;21659](https://togithub.com/aquaproj/aqua-registry/issues/21659)
[koyeb/koyeb-cli](https://togithub.com/koyeb/koyeb-cli): Koyeb cli

#### Fixes


[#&#8203;21718](https://togithub.com/aquaproj/aqua-registry/issues/21718)
dwisiswant0/tlder: Follow up changes of tlder v0.1.0


https://github.com/dwisiswant0/tlder/commit/b61d4d11cc5d1be33253760cdd267576aa687766


[#&#8203;21719](https://togithub.com/aquaproj/aqua-registry/issues/21719)
oligot/go-mod-upgrade: Follow up changes of go-mod-upgrade v0.10.0


https://github.com/oligot/go-mod-upgrade/commit/afcc5855bc682264523d30144faf072d64d20c54

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

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


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

#### 🎉 New Packages


[#&#8203;21584](https://togithub.com/aquaproj/aqua-registry/issues/21584)
[getporter/porter/porter](https://togithub.com/getporter/porter): Porter
enables you to package your application artifact, client tools,
configuration and deployment logic together as an installer that you can
distribute, and install with a single command
[@&#8203;air-hand](https://togithub.com/air-hand)

[#&#8203;21576](https://togithub.com/aquaproj/aqua-registry/issues/21576)
[termkit/gama](https://togithub.com/termkit/gama): Manage your GitHub
Actions from Terminal with great UI
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;21531](https://togithub.com/aquaproj/aqua-registry/issues/21531)
[watchexec/cargo-watch](https://togithub.com/watchexec/cargo-watch):
Watches over your Cargo project's source
[@&#8203;ryoppippi](https://togithub.com/ryoppippi)

#### Fixes


[#&#8203;21558](https://togithub.com/aquaproj/aqua-registry/issues/21558)
exoscale/cli: Regenerate the setting

[#&#8203;21620](https://togithub.com/aquaproj/aqua-registry/issues/21620)
golang/tools/guru

guru was deleted at v0.20.0

-
https://github.com/golang/tools/commit/1f580da07881ed47f85cf39907a0b5c8e0d649b7
-
[https://github.com/golang/go/issues/65880](https://togithub.com/golang/go/issues/65880)

> RIP guru, Go's LSP server before LSP was invented.

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

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


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

#### 🎉 New Packages


[#&#8203;21505](https://togithub.com/aquaproj/aqua-registry/issues/21505)
[kyoshidajp/dep-doctor](https://togithub.com/kyoshidajp/dep-doctor):
Diagnose whether your software dependency libraries are maintained
[@&#8203;chaspy](https://togithub.com/chaspy)

[#&#8203;21500](https://togithub.com/aquaproj/aqua-registry/issues/21500)
[moby/buildkit](https://togithub.com/moby/buildkit): concurrent,
cache-efficient, and Dockerfile-agnostic builder toolkit
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

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


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

#### 🎉 New Packages


[#&#8203;21293](https://togithub.com/aquaproj/aqua-registry/issues/21293)
[#&#8203;21301](https://togithub.com/aquaproj/aqua-registry/issues/21301)
[charmbracelet/freeze](https://togithub.com/charmbracelet/freeze):
Generate images of code and terminal output

[#&#8203;21486](https://togithub.com/aquaproj/aqua-registry/issues/21486)
[fe3dback/go-arch-lint](https://togithub.com/fe3dback/go-arch-lint):
GoLang architecture linter (checker) tool. Will check all project import
path and compare with arch rules defined in yml file. Useful for
hexagonal / onion / ddd / mvc and other architectural patterns. Tool can
by used in your CI

#### Bug Fixes


[#&#8203;21287](https://togithub.com/aquaproj/aqua-registry/issues/21287)
lxc/incus: Fix the bug that the different binary (incus-migrate) is
installed on linux

#### Fixes


[#&#8203;21410](https://togithub.com/aquaproj/aqua-registry/issues/21410)
commercialhaskell/stack: Regenerate the setting

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

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


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

#### Others


[#&#8203;21239](https://togithub.com/aquaproj/aqua-registry/issues/21239)
Rename the package crates.io/shellharden to anordal/shellharden
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

shellharden started releasing pre-built binaries, so we changed the
package type from `cargo` to `github_release` from shellharden v4.3.1.


[https://github.com/anordal/shellharden/pull/57](https://togithub.com/anordal/shellharden/pull/57)
https://github.com/anordal/shellharden/releases/tag/v4.3.1

> \[!WARNING]
> Please rename the package `crates.io/shellharden` to
`anordal/shellharden`
>
> ```yaml
> packages:
> - name: anordal/shellharden@v4.3.1
> ```
>
> Note that Renovate will update crates.io/shellharden to
crates.io/shellharden@4.3.1, but it wouldn't work.
> You have to change the version to `v4.3.1`.

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

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


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

#### 🎉 New Packages


[#&#8203;21127](https://togithub.com/aquaproj/aqua-registry/issues/21127)
[ynqa/jnv](https://togithub.com/ynqa/jnv): interactive JSON filter using
jq [@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;21079](https://togithub.com/aquaproj/aqua-registry/issues/21079)
[zaghaghi/openapi-tui](https://togithub.com/zaghaghi/openapi-tui):
Terminal UI to list, browse and run APIs defined with openapi spec
[@&#8203;wancup](https://togithub.com/wancup)

#### Fixes


[#&#8203;21122](https://togithub.com/aquaproj/aqua-registry/issues/21122)
Update some packages to support Cosign v2

⚠️ To install the following packages, aqua v2.25.1 or later is required.

-   aquaproj/aqua-registry-updater
-   aquaproj/registry-tool
-   argoproj/argo-workflows
-   chainguard-dev/apko
-   chainguard-dev/melange
-   charmbracelet/gum
-   goreleaser/nfpm
-   kubernetes-sigs/zeitgeist
-   lintnet/lintnet
-   suzuki-shunsuke/ci-info
-   suzuki-shunsuke/circleci-config-merge
-   suzuki-shunsuke/cmdx
-   suzuki-shunsuke/ghalint
-   suzuki-shunsuke/ghcp
-   suzuki-shunsuke/github-comment
-   suzuki-shunsuke/mkghtag
-   suzuki-shunsuke/nllint
-   suzuki-shunsuke/pinact
-   suzuki-shunsuke/renovate-issue-action
-   suzuki-shunsuke/tfcmt
-   suzuki-shunsuke/tfprovidercheck
-   terraform-linters/tflint
-   tfmigrator/cli
-   updatecli/updatecli
-   yuyaban/gitlab-comment


[#&#8203;21062](https://togithub.com/aquaproj/aqua-registry/issues/21062)
[#&#8203;21063](https://togithub.com/aquaproj/aqua-registry/issues/21063)
[#&#8203;21064](https://togithub.com/aquaproj/aqua-registry/issues/21064)
[#&#8203;21065](https://togithub.com/aquaproj/aqua-registry/issues/21065)
[#&#8203;21066](https://togithub.com/aquaproj/aqua-registry/issues/21066)
Transfer [k0kubun/xremap/\*](https://togithub.com/k0kubun/xremap) to
[xremap/xremap/\*](https://togithub.com/xremap/xremap)

The GitHub Repository of the package "k0kubun/xremap/hypr" was
transferred from [k0kubun/xremap](https://togithub.com/k0kubun/xremap)
to [xremap/xremap](https://togithub.com/xremap/xremap)

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

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


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

#### 🎉 New Packages


[#&#8203;20991](https://togithub.com/aquaproj/aqua-registry/issues/20991)
[gruntwork-io/git-xargs](https://togithub.com/gruntwork-io/git-xargs):
git-xargs is a command-line tool (CLI) for making updates across
multiple Github repositories with a single command
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

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

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


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

##### 🎉 New Packages


[#&#8203;20896](https://togithub.com/aquaproj/aqua-registry/issues/20896)
[livesense-inc/go-simple-http-redirector](https://togithub.com/livesense-inc/go-simple-http-redirector):
Redirect HTTP requests to specific URI
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

##### Fixes


[#&#8203;20903](https://togithub.com/aquaproj/aqua-registry/issues/20903)
deviceinsight/kafkactl: Follow up changes of kafkactl v5.0.6


https://github.com/deviceinsight/kafkactl/commit/0881f4771df805d112b70f1db859f4b9f2902baa

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

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


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

#### 🎉 New Packages


[#&#8203;20854](https://togithub.com/aquaproj/aqua-registry/issues/20854)
[crates.io/gitu](https://togithub.com/altsem/gitu): A TUI Git client
inspired by Magit [@&#8203;ryoppippi](https://togithub.com/ryoppippi)

#### Fixes


[#&#8203;20772](https://togithub.com/aquaproj/aqua-registry/issues/20772)
casey/just: Follow up changes of just 1.25.1

[#&#8203;20876](https://togithub.com/aquaproj/aqua-registry/issues/20876)
terraform-docs/terraform-docs: Support old versions

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

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


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

#### 🎉 New Packages


[#&#8203;20762](https://togithub.com/aquaproj/aqua-registry/issues/20762)
[leoafarias/fvm](https://togithub.com/leoafarias/fvm): Flutter Version
Management: A simple CLI to manage Flutter SDK versions
[@&#8203;wancup](https://togithub.com/wancup)

#### Fixes


[#&#8203;20753](https://togithub.com/aquaproj/aqua-registry/issues/20753)
derailed/popeye: Follow up changes of popeye v0.21.0

Asset names were changed.


https://github.com/derailed/popeye/commit/8832a9e6cf6fb232df9e994806349c2dfa4cc6df

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

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


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

#### 🎉 New Packages


[#&#8203;20663](https://togithub.com/aquaproj/aqua-registry/issues/20663)
[hellux/jotdown](https://togithub.com/hellux/jotdown): A Djot parser
library [@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

[#&#8203;20661](https://togithub.com/aquaproj/aqua-registry/issues/20661)
[awslabs/soci-snapshotter](https://togithub.com/awslabs/soci-snapshotter)
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fixes


[#&#8203;20706](https://togithub.com/aquaproj/aqua-registry/issues/20706)
charmbracelet/mods: Follow up changes of mods v1.2.2


[https://github.com/charmbracelet/meta/pull/140](https://togithub.com/charmbracelet/meta/pull/140)

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

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


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

#### 🎉 New Packages


[#&#8203;20629](https://togithub.com/aquaproj/aqua-registry/issues/20629)
[AGWA/git-crypt](https://togithub.com/AGWA/git-crypt): Transparent file
encryption in git
[@&#8203;florianmutter](https://togithub.com/florianmutter)

[#&#8203;20653](https://togithub.com/aquaproj/aqua-registry/issues/20653)
[logdyhq/logdy-core](https://togithub.com/logdyhq/logdy-core): Web based
real-time log viewer. Stream ANY content to a web UI with autogenerated
filters. Parse any format with TypeScript

#### Fixes


[#&#8203;20651](https://togithub.com/aquaproj/aqua-registry/issues/20651)
google/osv-scanner: Follow up changes of osv-scanner v1.7.0


[https://github.com/google/osv-scanner/pull/831](https://togithub.com/google/osv-scanner/pull/831)


[#&#8203;20652](https://togithub.com/aquaproj/aqua-registry/issues/20652)
GoogleContainerTools/container-structure-test: Follow up changes of
container-structure-test v1.17.0


https://github.com/GoogleContainerTools/container-structure-test/releases/tag/v1.17.0

> Important
> Releases are no longer published to GCS, use the github release asset
to access the binary.

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

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


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

#### 🎉 New Packages


[#&#8203;20520](https://togithub.com/aquaproj/aqua-registry/issues/20520)
[freshautomations/stoml](https://togithub.com/freshautomations/stoml):
Simple TOML parser for Bash
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;20510](https://togithub.com/aquaproj/aqua-registry/issues/20510)
[vmware/govmomi/govc](https://togithub.com/vmware/govmomi/tree/main/govc):
a vSphere CLI built on top of govmomi
[@&#8203;NikitaCOEUR](https://togithub.com/NikitaCOEUR)

[#&#8203;20516](https://togithub.com/aquaproj/aqua-registry/issues/20516)
[vmware/govmomi/vcsim](https://togithub.com/vmware/govmomi/blob/main/vcsim/README.md):
A vCenter and ESXi API based simulator
[@&#8203;NikitaCOEUR](https://togithub.com/NikitaCOEUR)

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

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


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

#### 🎉 New Packages


[#&#8203;20479](https://togithub.com/aquaproj/aqua-registry/issues/20479)
[antham/gommit](https://togithub.com/antham/gommit): Enforce git message
commit consistency
[@&#8203;NikitaCOEUR](https://togithub.com/NikitaCOEUR)

[#&#8203;20468](https://togithub.com/aquaproj/aqua-registry/issues/20468)
[apache/maven-mvnd](https://togithub.com/apache/maven-mvnd): Apache
Maven Daemon [@&#8203;tadayosi](https://togithub.com/tadayosi)

#### Fixes


[#&#8203;20493](https://togithub.com/aquaproj/aqua-registry/issues/20493)
kubescape/kubescape: Follow up changes of kubescape v3.0.4

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

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


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

#### 🎉 New Packages


[#&#8203;20465](https://togithub.com/aquaproj/aqua-registry/issues/20465)
[aandrew-me/tgpt](https://togithub.com/aandrew-me/tgpt): AI Chatbots in
terminal without needing API keys
[@&#8203;tadayosi](https://togithub.com/tadayosi)

</details>

<details>
<summary>charmbracelet/gum (charmbracelet/gum)</summary>

###
[`v0.14.0`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.0)

[Compare
Source](https://togithub.com/charmbracelet/gum/compare/v0.13.0...v0.14.0)

#### Gum + Huh?

Gum `v0.14.0` is a major internal refactor which uses `huh?` internally
for `choose`, `confirm`, `file`, `input`, `write` inputs!

All functionality remains the same, but you will notice some minor
visual changes / improvements.

If you haven't already, check it out:

<a href="https://togithub.com/charmbracelet/huh">
<img
src="https://github.com/charmbracelet/gum/assets/42545625/39cc8110-ef0f-41f6-817b-5947304400cc"
width="300">
</a>

<br>
<br>

-   https://github.com/charmbracelet/huh

***

#### Changes

- Use Huh for Gum Choose by
[@&#8203;maaslalani](https://togithub.com/maaslalani) in
[https://github.com/charmbracelet/gum/pull/521](https://togithub.com/charmbracelet/gum/pull/521)
- Use Huh for Gum Confirm by
[@&#8203;maaslalani](https://togithub.com/maaslalani) in
[https://github.com/charmbracelet/gum/pull/522](https://togithub.com/charmbracelet/gum/pull/522)
- Use Huh for Gum File by
[@&#8203;maaslalani](https://togithub.com/maaslalani) in
[https://github.com/charmbracelet/gum/pull/523](https://togithub.com/charmbracelet/gum/pull/523)
- Use Huh for Gum Input by
[@&#8203;maaslalani](https://togithub.com/maaslalani) in
[https://github.com/charmbracelet/gum/pull/524](https://togithub.com/charmbracelet/gum/pull/524)
- Use Huh for Gum Write by
[@&#8203;maaslalani](https://togithub.com/maaslalani) in
[https://github.com/charmbracelet/gum/pull/525](https://togithub.com/charmbracelet/gum/pull/525)
- fix(spin): Output Pipes if Timeout Occurs by
[@&#8203;hopefulTex](https://togithub.com/hopefulTex) in
[https://github.com/charmbracelet/gum/pull/461](https://togithub.com/charmbracelet/gum/pull/461)
- Document `gum log --time` by
[@&#8203;ernstki](https://togithub.com/ernstki) in
[https://github.com/charmbracelet/gum/pull/472](https://togithub.com/charmbracelet/gum/pull/472)
- feat(spin): Add support for `--show-error` for the spinner. (rebase
[#&#8203;440](https://togithub.com/charmbracelet/gum/issues/440)) by
[@&#8203;pingiun](https://togithub.com/pingiun) in
[https://github.com/charmbracelet/gum/pull/518](https://togithub.com/charmbracelet/gum/pull/518)

#### New Contributors

- [@&#8203;ernstki](https://togithub.com/ernstki) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/472](https://togithub.com/charmbracelet/gum/pull/472)
- [@&#8203;pingiun](https://togithub.com/pingiun) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/518](https://togithub.com/charmbracelet/gum/pull/518)
- [@&#8203;dungle-scrubs](https://togithub.com/dungle-scrubs) made their
first contribution in
[https://github.com/charmbracelet/gum/pull/513](https://togithub.com/charmbracelet/gum/pull/513)

**Full Changelog**:
https://github.com/charmbracelet/gum/compare/v0.13.0...v0.14.0

***

<a href="https://

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposal Proposal-Accepted Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: Accepted
Development

No branches or pull requests

6 participants