anchore/syft (anchore/syft)
### [`v1.11.0`](https://togithub.com/anchore/syft/releases/tag/v1.11.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0)
##### Added Features
- Added the SWI Prolog (swipl) ecosystem \[[#3076](https://togithub.com/anchore/syft/pull/3076) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
##### Bug Fixes
- Empty version field on some dependencies when reading pom.xml \[[#1129](https://togithub.com/anchore/syft/issues/1129) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)]
- Support Maven multi-level configuration file / parent POM \[[#2017](https://togithub.com/anchore/syft/issues/2017) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)]
- DependencyManagement ignored in pom.xml \[[#1813](https://togithub.com/anchore/syft/issues/1813) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)]
- Version parsing regression for Go binaries \[[#3086](https://togithub.com/anchore/syft/issues/3086) [#3087](https://togithub.com/anchore/syft/pull/3087) [@spiffcs](https://togithub.com/spiffcs)]
##### Additional Changes
- rather than have a hard max recursive depth - syft should detect parent pom cycles \[[#2284](https://togithub.com/anchore/syft/issues/2284) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)]
- increase java purl generation test coverage \[[#3110](https://togithub.com/anchore/syft/pull/3110) [@westonsteimel](https://togithub.com/westonsteimel)]
- Updated PackageSupplier to type Organization for JAR files \[[#3093](https://togithub.com/anchore/syft/pull/3093) [@harippriyas](https://togithub.com/harippriyas)]
- Ensure accurate java main artifact name retrieval for multi-JARs and refine fallback approach \[[#3054](https://togithub.com/anchore/syft/pull/3054) [@dor-hayun](https://togithub.com/dor-hayun)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0)**
### [`v1.10.0`](https://togithub.com/anchore/syft/releases/tag/v1.10.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0)
##### Added Features
- Detect go main module from partial package builds \[[#3060](https://togithub.com/anchore/syft/pull/3060) [@wagoodman](https://togithub.com/wagoodman)]
- Support traefik in linux/arm/v6, linux/riscv64 \[[#3038](https://togithub.com/anchore/syft/issues/3038) [#3077](https://togithub.com/anchore/syft/pull/3077) [@witchcraze](https://togithub.com/witchcraze)]
- Catalog TiDB binary \[[#2763](https://togithub.com/anchore/syft/issues/2763)]
- Generate a Maven friendly CPE \[[#3042](https://togithub.com/anchore/syft/issues/3042) [#3045](https://togithub.com/anchore/syft/pull/3045) [@kzantow](https://togithub.com/kzantow)]
##### Bug Fixes
- Only match ldflag version if it matches the main module or targets main.version \[[#3062](https://togithub.com/anchore/syft/pull/3062) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
- python requirements.txt cataloger: allow dots in python package names \[[#3070](https://togithub.com/anchore/syft/pull/3070) [@Mikcl](https://togithub.com/Mikcl)]
- SPDX output performance with many relationships \[[#3053](https://togithub.com/anchore/syft/pull/3053) [@kzantow](https://togithub.com/kzantow)]
- Order CPEs deterministically for SBOM reproducibility \[[#2967](https://togithub.com/anchore/syft/issues/2967) [#3085](https://togithub.com/anchore/syft/pull/3085) [@kzantow](https://togithub.com/kzantow)]
- Python packages: name normalization \[[#3064](https://togithub.com/anchore/syft/issues/3064) [#3069](https://togithub.com/anchore/syft/pull/3069) [@Mikcl](https://togithub.com/Mikcl)]
- Syft report panics with the golang cataloger \[[#3037](https://togithub.com/anchore/syft/issues/3037) [#3043](https://togithub.com/anchore/syft/pull/3043) [@willmurphyscode](https://togithub.com/willmurphyscode)]
##### Additional Changes
- add debug logging for errors reading RPM files \[[#3051](https://togithub.com/anchore/syft/pull/3051) [@kzantow](https://togithub.com/kzantow)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0)**
### [`v1.9.0`](https://togithub.com/anchore/syft/releases/tag/v1.9.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0)
##### Added Features
- Add detection of Erlang in Alpine linux \[[#2996](https://togithub.com/anchore/syft/pull/2996) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Add version 3 support for swift package manager of the resolved files \[[#3001](https://togithub.com/anchore/syft/pull/3001) [@4ell0](https://togithub.com/4ell0)]
- Map the downloadLocation field for PHP Composer packages \[[#3011](https://togithub.com/anchore/syft/pull/3011) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
##### Bug Fixes
- Infer the package type from ELF package notes \[[#3008](https://togithub.com/anchore/syft/pull/3008) [@wagoodman](https://togithub.com/wagoodman)]
- Order CPEs deterministically for SBOM reproducibility \[[#2967](https://togithub.com/anchore/syft/issues/2967) [#3009](https://togithub.com/anchore/syft/pull/3009) [@spiffcs](https://togithub.com/spiffcs)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0)**
### [`v1.8.0`](https://togithub.com/anchore/syft/releases/tag/v1.8.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0)
##### Added Features
- Add CycloneDX 1.6 Support \[[#2974](https://togithub.com/anchore/syft/issues/2974) [#2978](https://togithub.com/anchore/syft/pull/2978) [@ragaskar](https://togithub.com/ragaskar)]
##### Bug Fixes
- Fixed the detection of arangodb 3.12 \[[#2979](https://togithub.com/anchore/syft/pull/2979) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Syft tries to create the cache directory at a location that has no permission \[[#2984](https://togithub.com/anchore/syft/issues/2984) [#2985](https://togithub.com/anchore/syft/pull/2985) [@kzantow](https://togithub.com/kzantow)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0)**
### [`v1.7.0`](https://togithub.com/anchore/syft/releases/tag/v1.7.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0)
##### Added Features
- index known CPEs for wordpress plugins and themes \[[#2963](https://togithub.com/anchore/syft/pull/2963) [@westonsteimel](https://togithub.com/westonsteimel)]
- Consider `Author` field for wordpress plugins when generating CPEs \[[#2946](https://togithub.com/anchore/syft/pull/2946) [@wagoodman](https://togithub.com/wagoodman)]
##### Bug Fixes
- improve version extraction from ldflags for pingcap TiDB \[[#2962](https://togithub.com/anchore/syft/pull/2962) [@westonsteimel](https://togithub.com/westonsteimel)]
- Trim whitespace from wordpress values \[[#2945](https://togithub.com/anchore/syft/pull/2945) [@wagoodman](https://togithub.com/wagoodman)]
- Issue scanning Poetry Project with Syft 1.6 and cataloger=python-package-cataloger \[[#2954](https://togithub.com/anchore/syft/issues/2954) [#2965](https://togithub.com/anchore/syft/pull/2965) [@spiffcs](https://togithub.com/spiffcs)]
- Poetry's multiple constraints seems to break the parser \[[#2947](https://togithub.com/anchore/syft/issues/2947) [#2965](https://togithub.com/anchore/syft/pull/2965) [@spiffcs](https://togithub.com/spiffcs)]
- Golang: Search remote licenses not working in a CI pipeline when scanning Docker image \[[#2798](https://togithub.com/anchore/syft/issues/2798) [#2852](https://togithub.com/anchore/syft/pull/2852) [@kzantow](https://togithub.com/kzantow)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0)**
### [`v1.6.0`](https://togithub.com/anchore/syft/releases/tag/v1.6.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0)
##### Added Features
- Add relationships for go binary packages \[[#2912](https://togithub.com/anchore/syft/pull/2912) [@wagoodman](https://togithub.com/wagoodman)]
- Add classifier for util-linux \[[#2933](https://togithub.com/anchore/syft/pull/2933) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Lua: Add support for more advanced syntax \[[#2908](https://togithub.com/anchore/syft/pull/2908) [@LaurentGoderre](https://togithub.com/LaurentGoderre)]
- add license field to ELF binary package metadata \[[#2890](https://togithub.com/anchore/syft/pull/2890) [@brian-ebarb](https://togithub.com/brian-ebarb)]
- install.sh: check checksums file's signature \[[#2884](https://togithub.com/anchore/syft/issues/2884) [#2941](https://togithub.com/anchore/syft/pull/2941) [@wagoodman](https://togithub.com/wagoodman)]
- Detect ELF package notes from fedora binaries \[[#2713](https://togithub.com/anchore/syft/issues/2713) [#2939](https://togithub.com/anchore/syft/pull/2939) [@wagoodman](https://togithub.com/wagoodman)]
##### Bug Fixes
- Use redhat as namespace for redhat rpms \[[#2914](https://togithub.com/anchore/syft/pull/2914) [@ralphbean](https://togithub.com/ralphbean)]
- Close sqlite driver after testing sqlite availability \[[#2922](https://togithub.com/anchore/syft/pull/2922) [@ttc0419](https://togithub.com/ttc0419)]
- syft does not find anything in archives if /tmp is a tmpfs \[[#2894](https://togithub.com/anchore/syft/issues/2894) [#2918](https://togithub.com/anchore/syft/pull/2918) [@willmurphyscode](https://togithub.com/willmurphyscode)]
- Scanning a git repository folder present in /tmp produce an empty sbom \[[#2847](https://togithub.com/anchore/syft/issues/2847) [#2918](https://togithub.com/anchore/syft/pull/2918) [@willmurphyscode](https://togithub.com/willmurphyscode)]
##### Additional Changes
- update unit tests to use pinned patch version \[[#2932](https://togithub.com/anchore/syft/pull/2932) [@spiffcs](https://togithub.com/spiffcs)]
- fix comments and spelling \[[#2920](https://togithub.com/anchore/syft/pull/2920) [@dufucun](https://togithub.com/dufucun)]
**[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0)**
aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.212.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.212.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.212.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.212.0) | https://github.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0
#### 🎉 New Packages
[#25676](https://togithub.com/aquaproj/aqua-registry/issues/25676) [FeLvi-zzz/tentez](https://togithub.com/FeLvi-zzz/tentez): Tentez helps you switching traffic
[#25708](https://togithub.com/aquaproj/aqua-registry/issues/25708) [alcideio/rbac-tool](https://togithub.com/alcideio/rbac-tool): Rapid7 | insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze, Generate & Query
[#25706](https://togithub.com/aquaproj/aqua-registry/issues/25706) [cloudposse/github-commenter](https://togithub.com/cloudposse/github-commenter): Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues
[#25704](https://togithub.com/aquaproj/aqua-registry/issues/25704) [cloudposse/slack-notifier](https://togithub.com/cloudposse/slack-notifier): Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
[#25709](https://togithub.com/aquaproj/aqua-registry/issues/25709) [cloverstd/tcping](https://togithub.com/cloverstd/tcping): ping over a tcp connection
[#25712](https://togithub.com/aquaproj/aqua-registry/issues/25712) [gruntwork-io/fetch](https://togithub.com/gruntwork-io/fetch): Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos
[#25713](https://togithub.com/aquaproj/aqua-registry/issues/25713) [jwilder/dockerize](https://togithub.com/jwilder/dockerize): Utility to simplify running applications in docker containers
[#25714](https://togithub.com/aquaproj/aqua-registry/issues/25714) [kahing/goofys](https://togithub.com/kahing/goofys): a high-performance, POSIX-ish Amazon S3 file system written in Go
[#25715](https://togithub.com/aquaproj/aqua-registry/issues/25715) [krallin/tini](https://togithub.com/krallin/tini): A tiny but valid `init` for containers
[#25719](https://togithub.com/aquaproj/aqua-registry/issues/25719) [legal90/awscurl](https://togithub.com/legal90/awscurl): cURL with AWS request signing
[#25720](https://togithub.com/aquaproj/aqua-registry/issues/25720) [lewispeckover/consulator](https://togithub.com/lewispeckover/consulator): Import and synchronize your Consul KV data from JSON and YAML
### [`v4.211.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.211.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.211.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.211.0) | https://github.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0
##### 🎉 New Packages
[#25637](https://togithub.com/aquaproj/aqua-registry/issues/25637) [suzuki-shunsuke/ghomfc](https://togithub.com/suzuki-shunsuke/ghomfc): GitHub Organization Members' Followers Counter
[#25608](https://togithub.com/aquaproj/aqua-registry/issues/25608) [dimo414/bkt](https://togithub.com/dimo414/bkt): a subprocess caching utility, available as a command line binary and a Rust library [@sheldonhull](https://togithub.com/sheldonhull)
##### Fixes
[#25620](https://togithub.com/aquaproj/aqua-registry/issues/25620) Rename the package `MichaelMure/git-bug` to [git-bug/git-bug](https://togithub.com/git-bug/git-bug)
The GitHub repository was transferred.
### [`v4.210.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.210.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.210.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.210.0) | https://github.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0
##### 🎉 New Packages
[#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562) [siderolabs/omni/omni](https://togithub.com/siderolabs/omni): SaaS-simple deployment of Kubernetes - on your own hardware
[#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562) [siderolabs/omni/omnictl](https://togithub.com/siderolabs/omni): A CLI for accessing Omni API
### [`v4.209.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.209.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.209.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.209.0) | https://github.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0
#### 🎉 New Packages
[#25546](https://togithub.com/aquaproj/aqua-registry/issues/25546) [mrjackwills/oxker](https://togithub.com/mrjackwills/oxker): A simple tui to view & control docker containers
#### Fixes
[#25549](https://togithub.com/aquaproj/aqua-registry/issues/25549) fix(electric-saw/kafta): follow up changes of kafka v0.1.8
### [`v4.208.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.208.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.0...v4.208.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.208.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.208.1) | https://github.com/aquaproj/aqua-registry/compare/v4.208.0...v4.208.1
#### Fixes
[#25346](https://togithub.com/aquaproj/aqua-registry/issues/25346) junegunn/fzf: Follow up changes of fzf v0.54.2 for macOS
https://github.com/junegunn/fzf/releases/tag/v0.54.2
> Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
> macOS archives will be in tar.gz format instead of zip format since we no longer notarize the zip files but binaries
### [`v4.208.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.208.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.208.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.208.0) | https://github.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0
#### 🎉 New Packages
[#25225](https://togithub.com/aquaproj/aqua-registry/issues/25225) [qdrant/qdrant](https://togithub.com/qdrant/qdrant): High-performance, massive-scale Vector Database for the next generation of AI [@takumin](https://togithub.com/takumin)
[#25226](https://togithub.com/aquaproj/aqua-registry/issues/25226) [weaviate/weaviate](https://togithub.com/weaviate/weaviate): Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database [@takumin](https://togithub.com/takumin)
#### Fixes
[#25228](https://togithub.com/aquaproj/aqua-registry/issues/25228) Rename the package `dagu-dev/dagu` to [daguflow/dagu](https://togithub.com/daguflow/dagu)
### [`v4.207.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.207.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.207.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.207.0) | https://github.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0
#### 🎉 New Packages
[#25168](https://togithub.com/aquaproj/aqua-registry/issues/25168) [suzuki-shunsuke/ghproj](https://togithub.com/suzuki-shunsuke/ghproj): Add GitHub Issues and Pull Requests to GitHub Projects
#### Fixes
[#25164](https://togithub.com/aquaproj/aqua-registry/issues/25164) rancher/rke: Regenerate the setting
### [`v4.206.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.206.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.206.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.206.0) | https://github.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0
##### 🎉 New Packages
[#25077](https://togithub.com/aquaproj/aqua-registry/issues/25077) [kattouf/ProgressLine](https://togithub.com/kattouf/ProgressLine): Track commands progress in a compact one-line format
##### Fixes
[#25080](https://togithub.com/aquaproj/aqua-registry/issues/25080) aquaproj/aqua-registry-updater, aquaproj/registry-tool: Remove `cosign_experimental`
[#25123](https://togithub.com/aquaproj/aqua-registry/issues/25123) woodpecker ci/woodpecker/woodpecker-cli: Regenerate the setting
### [`v4.205.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.205.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.204.0...v4.205.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.205.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.205.0) | https://github.com/aquaproj/aqua-registry/compare/v4.204.0...v4.205.0
#### 🎉 New Packages
[#24983](https://togithub.com/aquaproj/aqua-registry/issues/24983) [fujiwara/iam-policy-finder](https://togithub.com/fujiwara/iam-policy-finder): iam-policy-finder is finder of AWS IAM Policies
[#24976](https://togithub.com/aquaproj/aqua-registry/issues/24976) [jubako/arx](https://togithub.com/jubako/arx): Store files and directory in an archive. Like tar, but faster and with direct random access [@NikitaCOEUR](https://togithub.com/NikitaCOEUR)
#### Fixes
[#24973](https://togithub.com/aquaproj/aqua-registry/issues/24973) theupdateframework/go-tuf/tuf
[#24974](https://togithub.com/aquaproj/aqua-registry/issues/24974) theupdateframework/go-tuf/tuf-client
They decided to leave go-tuf as a library only. https://github.com/theupdateframework/go-tuf/releases/tag/v2.0.0
### [`v4.204.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.204.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.203.0...v4.204.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.204.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.204.0) | https://github.com/aquaproj/aqua-registry/compare/v4.203.0...v4.204.0
#### 🎉 New Packages
[#24940](https://togithub.com/aquaproj/aqua-registry/issues/24940) [eficode/wait-for](https://togithub.com/eficode/wait-for): ./wait-for is a script to wait for another service to become available [@YumaFuu](https://togithub.com/YumaFuu)
#### Fixes
[#24935](https://togithub.com/aquaproj/aqua-registry/issues/24935) cyberark/kubeletctl: Regenerate the setting
[#24878](https://togithub.com/aquaproj/aqua-registry/issues/24878) Enter-tainer/typstyle: Follow up changes of typstyle v0.11.29
### [`v4.203.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.203.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.203.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.203.0) | https://github.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0
#### 🎉 New Packages
[#24827](https://togithub.com/aquaproj/aqua-registry/issues/24827) [axllent/mailpit](https://togithub.com/axllent/mailpit): An email and SMTP testing tool with API for developers [@YumaFuu](https://togithub.com/YumaFuu)
### [`v4.202.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.202.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.202.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.202.1) | https://github.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1
#### Fixes
[#24709](https://togithub.com/aquaproj/aqua-registry/issues/24709) Songmu/ecschedule: Support windows [@laughk](https://togithub.com/laughk)
[#24743](https://togithub.com/aquaproj/aqua-registry/issues/24743) Songmu/ecschedule: Regenerate the setting
[#24685](https://togithub.com/aquaproj/aqua-registry/issues/24685) borgbackup/borg: fix asset mapping rules for borg >=1.4.0 [@reitzig](https://togithub.com/reitzig)
[#24653](https://togithub.com/aquaproj/aqua-registry/issues/24653) Rename the package `Ph0enixKM/Amber` to `amber-lang/amber`
[#24715](https://togithub.com/aquaproj/aqua-registry/issues/24715) junegunn/fzf: Regenerate the setting
[#24719](https://togithub.com/aquaproj/aqua-registry/issues/24719) martinvonz/jj: Follow up changes of jj v0.19.0
[#24720](https://togithub.com/aquaproj/aqua-registry/issues/24720) orangekame3/stree: Regenerate the setting
### [`v4.202.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.202.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.201.0...v4.202.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.202.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.202.0) | https://github.com/aquaproj/aqua-registry/compare/v4.201.0...v4.202.0
#### 🎉 New Packages
[#24588](https://togithub.com/aquaproj/aqua-registry/issues/24588) [Owloops/updo](https://togithub.com/Owloops/updo): Uptime monitoring CLI tool with alerting and advanced settings [@tmeijn](https://togithub.com/tmeijn)
[#24585](https://togithub.com/aquaproj/aqua-registry/issues/24585) [allyring/pvw](https://togithub.com/allyring/pvw): A port viewer TUI made with BubbleTea in Go [@tmeijn](https://togithub.com/tmeijn)
[#24590](https://togithub.com/aquaproj/aqua-registry/issues/24590) [moncho/dry](https://togithub.com/moncho/dry): dry - A Docker manager for the terminal [@tmeijn](https://togithub.com/tmeijn)
[#24582](https://togithub.com/aquaproj/aqua-registry/issues/24582) [unfrl/dug](https://togithub.com/unfrl/dug): A global DNS propagation checker that gives pretty output. Written in dotnet core [@tmeijn](https://togithub.com/tmeijn)
[#24589](https://togithub.com/aquaproj/aqua-registry/issues/24589) [vladimirvivien/ktop](https://togithub.com/vladimirvivien/ktop): A top-like tool for your Kubernetes clusters [@tmeijn](https://togithub.com/tmeijn)
### [`v4.201.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.201.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.200.0...v4.201.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.201.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.201.0) | https://github.com/aquaproj/aqua-registry/compare/v4.200.0...v4.201.0
#### 🎉 New Packages
[#24498](https://togithub.com/aquaproj/aqua-registry/issues/24498) [dag-andersen/argocd-diff-preview](https://togithub.com/dag-andersen/argocd-diff-preview): Argo CD Diff Preview is a tool that renders the diff between two branches in a Git repository [@ponkio-o](https://togithub.com/ponkio-o)
[#24478](https://togithub.com/aquaproj/aqua-registry/issues/24478) [dotenvx/dotenvx](https://togithub.com/dotenvx/dotenvx): a better dotenv–from the creator of `dotenv`
[#24492](https://togithub.com/aquaproj/aqua-registry/issues/24492) [jedisct1/minisign](https://togithub.com/jedisct1/minisign): A dead simple tool to sign files and verify digital signatures
#### Fix
[#24467](https://togithub.com/aquaproj/aqua-registry/issues/24467) mr-karan/doggo: Regenerate the setting
### [`v4.200.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.200.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.199.0...v4.200.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.200.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.200.0) | https://github.com/aquaproj/aqua-registry/compare/v4.199.0...v4.200.0
#### 🎉 New Packages
[#24415](https://togithub.com/aquaproj/aqua-registry/issues/24415) [kdheepak/taskwarrior-tui](https://togithub.com/kdheepak/taskwarrior-tui): `taskwarrior-tui`: A terminal user interface for taskwarrior [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#24423](https://togithub.com/aquaproj/aqua-registry/issues/24423) [pvolok/mprocs](https://togithub.com/pvolok/mprocs): Run multiple commands in parallel [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
#### Fix
[#24410](https://togithub.com/aquaproj/aqua-registry/issues/24410) numtide/treefmt: Regenerate the setting
[#24404](https://togithub.com/aquaproj/aqua-registry/issues/24404) nerdypepper/dijo: rename the package to oppiliappan/dijo
### [`v4.199.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.199.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.198.0...v4.199.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.199.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.199.0) | https://github.com/aquaproj/aqua-registry/compare/v4.198.0...v4.199.0
#### 🎉 New Packages
[#24382](https://togithub.com/aquaproj/aqua-registry/issues/24382) [suzuki-shunsuke/ghatm](https://togithub.com/suzuki-shunsuke/ghatm): Set timeout-minutes to all GitHub Actions jobs
### [`v4.198.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.198.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.197.0...v4.198.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.198.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.198.0) | https://github.com/aquaproj/aqua-registry/compare/v4.197.0...v4.198.0
#### 🎉 New Packages
[#24320](https://togithub.com/aquaproj/aqua-registry/issues/24320) [handlename/let-rds-sleep](https://togithub.com/handlename/let-rds-sleep): Keep sleeping AWS RDS/Aurora Cluster [@ponkio-o](https://togithub.com/ponkio-o)
[#24332](https://togithub.com/aquaproj/aqua-registry/issues/24332) [ned1313/terrahash](https://togithub.com/ned1313/terrahash): Create and store a hash of the Terraform modules used by your configuration
[#24297](https://togithub.com/aquaproj/aqua-registry/issues/24297) [yassinebridi/serpl](https://togithub.com/yassinebridi/serpl): A simple terminal UI for search and replace, ala VS Code [@4513ECHO](https://togithub.com/4513ECHO)
#### Fix
[#24373](https://togithub.com/aquaproj/aqua-registry/issues/24373) astral-sh/ruff: Follow up changes of ruff 0.5.0
https://github.com/astral-sh/ruff/releases/tag/0.5.0
> The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
> The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
### [`v4.197.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.197.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.196.0...v4.197.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.197.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.197.0) | https://github.com/aquaproj/aqua-registry/compare/v4.196.0...v4.197.0
#### 🎉 Reached 1,500 packages
Thank you all contributors!
#### 🎉 New Packages
[#24294](https://togithub.com/aquaproj/aqua-registry/issues/24294) [JFryy/qq](https://togithub.com/JFryy/qq): jq inspired interoperable config format transcoder with interactive querying
[#24214](https://togithub.com/aquaproj/aqua-registry/issues/24214) [SuperCuber/dotter](https://togithub.com/SuperCuber/dotter): A dotfile manager and templater written in rust [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#24270](https://togithub.com/aquaproj/aqua-registry/issues/24270) [nerdypepper/dijo](https://togithub.com/nerdypepper/dijo): scriptable, curses-based, digital habit tracker [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#24266](https://togithub.com/aquaproj/aqua-registry/issues/24266) [reemus-dev/gitnr](https://togithub.com/reemus-dev/gitnr): Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
### [`v4.196.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.196.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.195.0...v4.196.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.196.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.196.0) | https://github.com/aquaproj/aqua-registry/compare/v4.195.0...v4.196.0
#### 🎉 New Packages
[#24098](https://togithub.com/aquaproj/aqua-registry/issues/24098) [Enter-tainer/typstyle](https://togithub.com/Enter-tainer/typstyle): Beautiful and reliable typst code formatter [@4513ECHO](https://togithub.com/4513ECHO)
[#24099](https://togithub.com/aquaproj/aqua-registry/issues/24099) [Myriad-Dreamin/tinymist](https://togithub.com/Myriad-Dreamin/tinymist): Tinymist \[ˈtaɪni mɪst] is an integrated language service for Typst \[taɪpst] [@4513ECHO](https://togithub.com/4513ECHO)
[#24106](https://togithub.com/aquaproj/aqua-registry/issues/24106) [mattn/longcat](https://togithub.com/mattn/longcat): Looooooooooooooooooooooooooooooooooooooooooooooong cat [@4513ECHO](https://togithub.com/4513ECHO)
[#24104](https://togithub.com/aquaproj/aqua-registry/issues/24104) [mrowa44/emojify](https://togithub.com/mrowa44/emojify): Emoji on the command line :scream: [@4513ECHO](https://togithub.com/4513ECHO)
### [`v4.195.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.195.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.194.0...v4.195.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.195.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.195.0) | https://github.com/aquaproj/aqua-registry/compare/v4.194.0...v4.195.0
#### 🎉 New Packages
[#24037](https://togithub.com/aquaproj/aqua-registry/issues/24037) [odanado/git-pr-release-go](https://togithub.com/odanado/git-pr-release-go): git-pr-release-go streamlines development by automating "Release Pull Requests" on GitHub [@takumin](https://togithub.com/takumin)
[#24008](https://togithub.com/aquaproj/aqua-registry/issues/24008) [suzuki-shunsuke/yodoc](https://togithub.com/suzuki-shunsuke/yodoc): Test command results and embed them into document
#### Fix
[#24049](https://togithub.com/aquaproj/aqua-registry/issues/24049) container tools/spectrum: Regenerate the setting
[#24051](https://togithub.com/aquaproj/aqua-registry/issues/24051) apache/maven-mvnd: Follow up changes of apache/maven-mvnd 1.0.0
### [`v4.194.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.194.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.193.0...v4.194.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.194.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.194.0) | https://github.com/aquaproj/aqua-registry/compare/v4.193.0...v4.194.0
#### 🎉 New Packages
[#24004](https://togithub.com/aquaproj/aqua-registry/issues/24004) [nvarner/typst-lsp](https://togithub.com/nvarner/typst-lsp): A brand-new language server for Typst, plus a VS Code extension [@4513ECHO](https://togithub.com/4513ECHO)
### [`v4.193.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.193.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.193.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.193.0) | https://github.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0
#### 🎉 New Packages
[#23872](https://togithub.com/aquaproj/aqua-registry/issues/23872) [igor-petruk/scriptisto](https://togithub.com/igor-petruk/scriptisto): A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages [@CrystalMethod](https://togithub.com/CrystalMethod)
[#23845](https://togithub.com/aquaproj/aqua-registry/issues/23845) [borgbackup/borg](https://togithub.com/borgbackup/borg): Deduplicating archiver with compression and authenticated encryption [@reitzig](https://togithub.com/reitzig)
#### Fixes
[#23914](https://togithub.com/aquaproj/aqua-registry/issues/23914) Ph0enixKM/Amber: Follow up changes of Amber 0.3.2-alpha
[#23810](https://togithub.com/aquaproj/aqua-registry/issues/23810) atuinsh/atuin: Follow up changes of atuin v18.3.0
[#23765](https://togithub.com/aquaproj/aqua-registry/issues/23765) kitabisa/teler: Rename the package to [teler-sh/teler](https://togithub.com/teler-sh/teler)
### [`v4.192.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.192.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.191.0...v4.192.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.192.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.192.0) | https://github.com/aquaproj/aqua-registry/compare/v4.191.0...v4.192.0
#### 🎉 New Packages
[#23762](https://togithub.com/aquaproj/aqua-registry/issues/23762) [fujiwara/lamux](https://togithub.com/fujiwara/lamux): Lamux is a HTTP multiplexer for AWS Lambda Function aliases [@ponkio-o](https://togithub.com/ponkio-o)
[#23761](https://togithub.com/aquaproj/aqua-registry/issues/23761) [fujiwara/s3mover](https://togithub.com/fujiwara/s3mover): s3mover is an agent for moving local files to Amazon S3 [@ponkio-o](https://togithub.com/ponkio-o)
#### Fixes
[#23740](https://togithub.com/aquaproj/aqua-registry/issues/23740) golangci/misspell: Follow up changes of misspell v0.6.0
[#23741](https://togithub.com/aquaproj/aqua-registry/issues/23741) oapi-codegen/oapi-codegen: Follow up the package name change
### [`v4.191.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.191.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.191.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.191.0) | https://github.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0
#### 🎉 New Packages
[#23639](https://togithub.com/aquaproj/aqua-registry/issues/23639) [duckdb/duckdb](https://togithub.com/duckdb/duckdb): DuckDB is an analytical in-process SQL database management system [@nakatanakatana](https://togithub.com/nakatanakatana)
[#23727](https://togithub.com/aquaproj/aqua-registry/issues/23727) [laktak/zfind](https://togithub.com/laktak/zfind): search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter
#### Fixes
[#23628](https://togithub.com/aquaproj/aqua-registry/issues/23628) Rename the package `deepmap/oapi-codegen` to [oapi-codegen/oapi-codegen](https://togithub.com/oapi-codegen/oapi-codegen)
The repository was transfferred.
charmbracelet/gum (charmbracelet/gum)
### [`v0.14.3`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.3)
[Compare Source](https://togithub.com/charmbracelet/gum/compare/v0.14.2...v0.14.3)
##### Fixin’ more bugs
Hot on the heels of the last release (very hot, in fact), here’s one more quick point release to fix a regression in spinner.
***
Verifying the artifacts
First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/gum/releases/download/0.14.3/checksums.txt), for example, with `wget`:
```bash
wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt'
```
Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign):
```bash
cosign verify-blob \
--certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--cert 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.sig' \
./checksums.txt
```
If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`:
```bash
sha256sum --ignore-missing -c checksums.txt
```
Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or on [Discord](https://charm.sh/chat).
### [`v0.14.2`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.2)
[Compare Source](https://togithub.com/charmbracelet/gum/compare/v0.14.1...v0.14.2)
##### Fixin’ bugs
This is a maintenance release to pull in various fixes from [huh](https://togithub.com/charmbracelet/huh) upstream. As a bonus, macOS binaries are now also signed and notarized courtesy [@goreleaser](https://togithub.com/goreleaser).
Thanks for using Gum!
##### Changelog
##### New
- sign and notarize macos binaries in [https://github.com/charmbracelet/gum/pull/612](https://togithub.com/charmbracelet/gum/pull/612)
##### Changed
- use in-house utility packages in [https://github.com/charmbracelet/gum/pull/616](https://togithub.com/charmbracelet/gum/pull/616)
##### Fixed
- drop left padding in choose in [https://github.com/charmbracelet/gum/pull/597](https://togithub.com/charmbracelet/gum/pull/597)
- fix race conditon where spinner could mis-render in [https://github.com/charmbracelet/gum/pull/621](https://togithub.com/charmbracelet/gum/pull/621)
- fix a bug where choose could crash when spacebar is pressed twice [https://github.com/charmbracelet/gum/pull/587](https://togithub.com/charmbracelet/gum/pull/587)
- fix a bug where the foreground color could not be set in choose [https://github.com/charmbracelet/gum/issues/614](https://togithub.com/charmbracelet/gum/issues/614)
- fix a bug where foreground could not be set in write [https://github.com/charmbracelet/gum/issues/583](https://togithub.com/charmbracelet/gum/issues/583)
- fix a bug where keypresses could crash choose [https://github.com/charmbracelet/gum/issues/580](https://togithub.com/charmbracelet/gum/issues/580)
- restore y/n keybindings to confirm [https://github.com/charmbracelet/gum/issues/568](https://togithub.com/charmbracelet/gum/issues/568)
- restore centering to buttons in confirm [https://github.com/charmbracelet/gum/issues/566](https://togithub.com/charmbracelet/gum/issues/566)
##### New Contributors
- [@csandeep](https://togithub.com/csandeep) made their first contribution in [https://github.com/charmbracelet/gum/pull/618](https://togithub.com/charmbracelet/gum/pull/618)
- [@clysto](https://togithub.com/clysto) made their first contribution in [https://github.com/charmbracelet/gum/pull/598](https://togithub.com/charmbracelet/gum/pull/598)
**Full Changelog**: https://github.com/charmbracelet/gum/compare/v0.14.1...v0.14.2
***
Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or [Discord](https://charm.sh/chat).
gitleaks/gitleaks (gitleaks/gitleaks)
### [`v8.18.4`](https://togithub.com/gitleaks/gitleaks/releases/tag/v8.18.4)
[Compare Source](https://togithub.com/gitleaks/gitleaks/compare/v8.18.3...v8.18.4)
##### Changelog
- [`02808f4`](https://togithub.com/gitleaks/gitleaks/commit/02808f4) Limit hashicorp-tf-password to .tf/.hcl files ([#1420](https://togithub.com/gitleaks/gitleaks/issues/1420))
- [`07e1c30`](https://togithub.com/gitleaks/gitleaks/commit/07e1c30) rm print
- [`db63fc1`](https://togithub.com/gitleaks/gitleaks/commit/db63fc1) reduce telegram... todo url and xml for later
- [`9a4538c`](https://togithub.com/gitleaks/gitleaks/commit/9a4538c) coderabbit.ai <3
- [`fe94ef9`](https://togithub.com/gitleaks/gitleaks/commit/fe94ef9) Add NewRelic insert key detection ([#1417](https://togithub.com/gitleaks/gitleaks/issues/1417))
- [`bb4424d`](https://togithub.com/gitleaks/gitleaks/commit/bb4424d) Improved Telegram bot token rule regex and added more test cases ([#1404](https://togithub.com/gitleaks/gitleaks/issues/1404))
- [`575e923`](https://togithub.com/gitleaks/gitleaks/commit/575e923) Add intra42 client secret ([#1408](https://togithub.com/gitleaks/gitleaks/issues/1408))
Shout out to [@coderabbit](https://togithub.com/coderabbitai) for their sponsorship!
golang/go (golang/go)
### [`v1.22.6`](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)
[Compare Source](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)
### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)
[Compare Source](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)
golangci/golangci-lint (golangci/golangci-lint)
### [`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)
1. Updated linters
- `go-errorlint`: from 1.5.1 to 1.5.2
- `gomnd`: deprecated configuration compatibility
- `intrange`: add `style` preset
- `misspell`: from 0.5.1 to 0.6.0
- `sloglint`: from 0.7.0 to 0.7.1
- `testifylint`: from 1.3.0 to 1.3.1
- `unparam`: bump to HEAD
- `usestdlibvars`: from 1.25.0 to 1.26.0
2. Fixes
- SARIF: init empty result slice
- SARIF: issue column >= 1
3. Documentation
- update `revive` configuration
goreleaser/goreleaser (goreleaser/goreleaser)
### [`v2.1.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v2.1.0)
[Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v2.0.1...v2.1.0)
##### Changelog
##### New Features
- [`65a3e06`](https://togithub.com/goreleaser/goreleaser/commit/65a3e06e9227a0818799c9065887567f1bed37ac): feat(archive): support `.tzst` suffix ([#4870](https://togithub.com/goreleaser/goreleaser/issues/4870)) ([@sorairolake](https://togithub.com/sorairolake))
- [`3e66300`](https://togithub.com/goreleaser/goreleaser/commit/3e663003b177b1f6b5c9c4535e90bcf5db3c87e4): feat(blob): allow to upload only extra_files ([#4925](https://togithub.com/goreleaser/goreleaser/issues/4925)) ([@caarlos0](https://togithub.com/caarlos0))
- [`34ba5b6`](https://togithub.com/goreleaser/goreleaser/commit/34ba5b6a79b263cf5585a62b1393353060a8ceda): feat(build): use GOCACHEPROG if set ([#4941](https://togithub.com/goreleaser/goreleaser/issues/4941)) ([@caarlos0](https://togithub.com/caarlos0))
- [`ac40ce8`](https://togithub.com/goreleaser/goreleaser/commit/ac40ce8a805e64db605dc5a2d8b99e63886373b2): feat(chocolatey): allow template in copyright, provide ctx.ReleaseNotes ([#4858](https://togithub.com/goreleaser/goreleaser/issues/4858)) ([@bradenhilton](https://togithub.com/bradenhilton))
- [`cc114fc`](https://togithub.com/goreleaser/goreleaser/commit/cc114fc8b906e28d10d2db1100da3783d1f2b508): feat(nfpm): add support for ipk package format ([#4863](https://togithub.com/goreleaser/goreleaser/issues/4863)) ([@schmidtw](https://togithub.com/schmidtw))
- [`cefec7c`](https://togithub.com/goreleaser/goreleaser/commit/cefec7c58bd8ece27bf13c7ac897a9e0b0ce0635): feat(nfpm): support arm in termux ([#4901](https://togithub.com/goreleaser/goreleaser/issues/4901)) ([@rsteube](https://togithub.com/rsteube))
- [`2d54bf0`](https://togithub.com/goreleaser/goreleaser/commit/2d54bf0211497e4ea66d2e0aafaea8feee86be1f): feat(notary): allow to sign without notarizing ([#4919](https://togithub.com/goreleaser/goreleaser/issues/4919)) ([@caarlos0](https://togithub.com/caarlos0))
- [`f3fce3d`](https://togithub.com/goreleaser/goreleaser/commit/f3fce3df5bd88ccea3d902d071918b7f4b6de8b2): feat: --skip=archive ([#4916](https://togithub.com/goreleaser/goreleaser/issues/4916)) ([@caarlos0](https://togithub.com/caarlos0))
- [`f5c4fce`](https://togithub.com/goreleaser/goreleaser/commit/f5c4fce822dace73bd578a12f7bf14ea307a42bd): feat: build --auto-snapshot ([#4917](https://togithub.com/goreleaser/goreleaser/issues/4917)) ([@caarlos0](https://togithub.com/caarlos0))
- [`675629e`](https://togithub.com/goreleaser/goreleaser/commit/675629e79821b7c0e15d1bc77d3ec9130a6f6c45): feat: support extra_files in http upload and artifactories ([#4940](https://togithub.com/goreleaser/goreleaser/issues/4940)) ([@caarlos0](https://togithub.com/caarlos0))
##### Bug fixes
- [`afd92ff`](https://togithub.com/goreleaser/goreleaser/commit/afd92ffe0fc1070081dcd7e0e49cf87f0749853f): fix(github): set discussion category on publish only ([@caarlos0](https://togithub.com/caarlos0))
- [`50a6a96`](https://togithub.com/goreleaser/goreleaser/commit/50a6a96257843532bfa3ca4c8b116a5d6fc4fb39): fix(gitlab): better handle CI_JOB_TOKEN and unavailable APIs ([#4918](https://togithub.com/goreleaser/goreleaser/issues/4918)) ([@caarlos0](https://togithub.com/caarlos0))
- [`2e9eefb`](https://togithub.com/goreleaser/goreleaser/commit/2e9eefb5b90761044e5f029ab38c747f7a81df4b): fix(snapcraft): set confinement to strict by default ([@caarlos0](https://togithub.com/caarlos0))
- [`9b6af9e`](https://togithub.com/goreleaser/goreleaser/commit/9b6af9efba812278bd652314ff6a3c85214ac9cc): fix: actually respect changelog.abbrev ([#4942](https://togithub.com/goreleaser/goreleaser/issues/4942)) ([@caarlos0](https://togithub.com/caarlos0))
- [`212dbb3`](https://togithub.com/goreleaser/goreleaser/commit/212dbb39d4dd5f3db9b432b1f7d41065af70f39b): fix: improve snapcraft configuration handling ([@caarlos0](https://togithub.com/caarlos0))
- [`9d51369`](https://togithub.com/goreleaser/goreleaser/commit/9d513696c2c5bccdb07d987c52a6667962f8964b): fix: make latest on drafts ([#4966](https://togithub.com/goreleaser/goreleaser/issues/4966)) ([@caarlos0](https://togithub.com/caarlos0))
- [`0d1e3c0`](https://togithub.com/goreleaser/goreleaser/commit/0d1e3c023f4f840642d8d817efb56c0aff11b6d5): fix: moving some logs to debug ([@caarlos0](https://togithub.com/caarlos0))
- [`9fcfaf9`](https://togithub.com/goreleaser/goreleaser/commit/9fcfaf95cf5b4c990e2f47ec9a980cfa3d950048): fix: revert unwanted change ([@caarlos0](https://togithub.com/caarlos0))
- [`f0b4db1`](https://togithub.com/goreleaser/goreleaser/commit/f0b4db184e4f9b2919442be5b34a738f83db3dbe): fix: snapcraft temporary directory + concurrency ([#4963](https://togithub.com/goreleaser/goreleaser/issues/4963)) ([@caarlos0](https://togithub.com/caarlos0))
- [`c36a797`](https://togithub.com/goreleaser/goreleaser/commit/c36a79789fb0083cfff0018f20575c6ef6c6b380): fix: typo ([@caarlos0](https://togithub.com/caarlos0))
##### Dependency updates
- [`13ab484`](https://togithub.com/goreleaser/goreleaser/commit/13ab48447a1a1c4952ac36bf70241edbb80381cc): chore(deps): bump golang to 1.22.5-alpine ([#4993](https://togithub.com/goreleaser/goreleaser/issues/4993)) ([@caarlos0](https://togithub.com/caarlos0))
- [`763f4a5`](https://togithub.com/goreleaser/goreleaser/commit/763f4a55bb374ab334a66cb00e0db9887e20d114): chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 ([#4933](https://togithub.com/goreleaser/goreleaser/issues/4933)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`b83ac8f`](https://togithub.com/goreleaser/goreleaser/commit/b83ac8fda52fc3ec0e0365be3cdde230f65e8d98): chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 ([#4984](https://togithub.com/goreleaser/goreleaser/issues/4984)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`5386c84`](https://togithub.com/goreleaser/goreleaser/commit/5386c84551cac44f90a346d30e483a93ed620d73): chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 ([#4979](https://togithub.com/goreleaser/goreleaser/issues/4979)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`d25edd5`](https://togithub.com/goreleaser/goreleaser/commit/d25edd591b716d870f47c1301d98b2e333f9d207): chore(deps): bump anchore/scan-action from 3 to 4 ([#4985](https://togithub.com/goreleaser/goreleaser/issues/4985)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`9ca52e4`](https://togithub.com/goreleaser/goreleaser/commit/9ca52e44b12fb2e412063f67f851dd1339a5a58e): chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 ([#4932](https://togithub.com/goreleaser/goreleaser/issues/4932)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`02c4f93`](https://togithub.com/goreleaser/goreleaser/commit/02c4f93c7bf31cd85a0dbd37c9590ab6d969dbc2): chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 ([#4973](https://togithub.com/goreleaser/goreleaser/issues/4973)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`9786269`](https://togithub.com/goreleaser/goreleaser/commit/9786269e109eabbfb6e7220f3133ebe2bf884179): chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 ([#4972](https://togithub.com/goreleaser/goreleaser/issues/4972)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`4d9cd0c`](https://togithub.com/goreleaser/goreleaser/commit/4d9cd0c453d16cab62ce71061c12d740200876d8): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 ([#4928](https://togithub.com/goreleaser/goreleaser/issues/4928)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`f080c26`](https://togithub.com/goreleaser/goreleaser/commit/f080c2620849c76fabbfd382a678923c9b4c01c3): chore(deps): bump github.com/anchore/quill from 0.4.1 to 0.4.2 ([#4988](https://togithub.com/goreleaser/goreleaser/issues/4988)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`6be7b14`](https://togithub.com/goreleaser/goreleaser/commit/6be7b143f6446658382c50ef0ed4e1c3a717f9e5): chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.0 ([#4929](https://togithub.com/goreleaser/goreleaser/issues/4929)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`1892aa3`](https://togithub.com/goreleaser/goreleaser/commit/1892aa38d682c570a04320706a255da9aee2d2a5): chore(deps): bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 ([#4951](https://togithub.com/goreleaser/goreleaser/issues/4951)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`6548d4b`](https://togithub.com/goreleaser/goreleaser/commit/6548d4b74f6d5a0b0d7cbbdbc5e128684e3018b6): chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 ([#4982](https://togithub.com/goreleaser/goreleaser/issues/4982)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`56529e1`](https://togithub.com/goreleaser/goreleaser/commit/56529e1b7c70b155f4edd0cd260bf5bf9cdad084): chore(deps): bump github.com/charmbracelet/x/exp/ordered from 0.0.0-20231010190216-1cb11efc897d to 0.1.0 ([#4948](https://togithub.com/goreleaser/goreleaser/issues/4948)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`81f4b65`](https://togithub.com/goreleaser/goreleaser/commit/81f4b6558e51e177b7219a32744ccc792433fab8): chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-beta.1 ([#4983](https://togithub.com/goreleaser/goreleaser/issues/4983)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`01f58f9`](https://togithub.com/goreleaser/goreleaser/commit/01f58f98678a05d1b955f24a04a4a9a02c4f04c9): chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 ([#4946](https://togithub.com/goreleaser/goreleaser/issues/4946)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`c79137c`](https://togithub.com/goreleaser/goreleaser/commit/c79137ceb28505889bf87b875a80f78d174eaeed): chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 ([#4978](https://togithub.com/goreleaser/goreleaser/issues/4978)) ([@dependabot](https://togithub.com/dependabot)\[bot])
- [`72fcfc6`](https://togithub.com/goreleaser/goreleaser/commit/72fcfc6ea529562da1ce7654f4dac2b67bb
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 if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.5.0
->v1.11.0
v4.190.0
->v4.212.0
v0.14.1
->v0.14.3
v8.18.3
->v8.18.4
1.22.4
->1.22.6
v1.59.0
->v1.59.1
v2.0.0
->v2.1.0
v3.15.1
->v3.15.3
v1.19.0
->v1.19.1
v1.13.1
->v1.14.2
v0.33.16
->v0.33.19
Release Notes
anchore/syft (anchore/syft)
### [`v1.11.0`](https://togithub.com/anchore/syft/releases/tag/v1.11.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0) ##### Added Features - Added the SWI Prolog (swipl) ecosystem \[[#3076](https://togithub.com/anchore/syft/pull/3076) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] ##### Bug Fixes - Empty version field on some dependencies when reading pom.xml \[[#1129](https://togithub.com/anchore/syft/issues/1129) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)] - Support Maven multi-level configuration file / parent POM \[[#2017](https://togithub.com/anchore/syft/issues/2017) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)] - DependencyManagement ignored in pom.xml \[[#1813](https://togithub.com/anchore/syft/issues/1813) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)] - Version parsing regression for Go binaries \[[#3086](https://togithub.com/anchore/syft/issues/3086) [#3087](https://togithub.com/anchore/syft/pull/3087) [@spiffcs](https://togithub.com/spiffcs)] ##### Additional Changes - rather than have a hard max recursive depth - syft should detect parent pom cycles \[[#2284](https://togithub.com/anchore/syft/issues/2284) [#2769](https://togithub.com/anchore/syft/pull/2769) [@GijsCalis](https://togithub.com/GijsCalis)] - increase java purl generation test coverage \[[#3110](https://togithub.com/anchore/syft/pull/3110) [@westonsteimel](https://togithub.com/westonsteimel)] - Updated PackageSupplier to type Organization for JAR files \[[#3093](https://togithub.com/anchore/syft/pull/3093) [@harippriyas](https://togithub.com/harippriyas)] - Ensure accurate java main artifact name retrieval for multi-JARs and refine fallback approach \[[#3054](https://togithub.com/anchore/syft/pull/3054) [@dor-hayun](https://togithub.com/dor-hayun)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0)** ### [`v1.10.0`](https://togithub.com/anchore/syft/releases/tag/v1.10.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0) ##### Added Features - Detect go main module from partial package builds \[[#3060](https://togithub.com/anchore/syft/pull/3060) [@wagoodman](https://togithub.com/wagoodman)] - Support traefik in linux/arm/v6, linux/riscv64 \[[#3038](https://togithub.com/anchore/syft/issues/3038) [#3077](https://togithub.com/anchore/syft/pull/3077) [@witchcraze](https://togithub.com/witchcraze)] - Catalog TiDB binary \[[#2763](https://togithub.com/anchore/syft/issues/2763)] - Generate a Maven friendly CPE \[[#3042](https://togithub.com/anchore/syft/issues/3042) [#3045](https://togithub.com/anchore/syft/pull/3045) [@kzantow](https://togithub.com/kzantow)] ##### Bug Fixes - Only match ldflag version if it matches the main module or targets main.version \[[#3062](https://togithub.com/anchore/syft/pull/3062) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] - python requirements.txt cataloger: allow dots in python package names \[[#3070](https://togithub.com/anchore/syft/pull/3070) [@Mikcl](https://togithub.com/Mikcl)] - SPDX output performance with many relationships \[[#3053](https://togithub.com/anchore/syft/pull/3053) [@kzantow](https://togithub.com/kzantow)] - Order CPEs deterministically for SBOM reproducibility \[[#2967](https://togithub.com/anchore/syft/issues/2967) [#3085](https://togithub.com/anchore/syft/pull/3085) [@kzantow](https://togithub.com/kzantow)] - Python packages: name normalization \[[#3064](https://togithub.com/anchore/syft/issues/3064) [#3069](https://togithub.com/anchore/syft/pull/3069) [@Mikcl](https://togithub.com/Mikcl)] - Syft report panics with the golang cataloger \[[#3037](https://togithub.com/anchore/syft/issues/3037) [#3043](https://togithub.com/anchore/syft/pull/3043) [@willmurphyscode](https://togithub.com/willmurphyscode)] ##### Additional Changes - add debug logging for errors reading RPM files \[[#3051](https://togithub.com/anchore/syft/pull/3051) [@kzantow](https://togithub.com/kzantow)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0)** ### [`v1.9.0`](https://togithub.com/anchore/syft/releases/tag/v1.9.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0) ##### Added Features - Add detection of Erlang in Alpine linux \[[#2996](https://togithub.com/anchore/syft/pull/2996) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] - Add version 3 support for swift package manager of the resolved files \[[#3001](https://togithub.com/anchore/syft/pull/3001) [@4ell0](https://togithub.com/4ell0)] - Map the downloadLocation field for PHP Composer packages \[[#3011](https://togithub.com/anchore/syft/pull/3011) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] ##### Bug Fixes - Infer the package type from ELF package notes \[[#3008](https://togithub.com/anchore/syft/pull/3008) [@wagoodman](https://togithub.com/wagoodman)] - Order CPEs deterministically for SBOM reproducibility \[[#2967](https://togithub.com/anchore/syft/issues/2967) [#3009](https://togithub.com/anchore/syft/pull/3009) [@spiffcs](https://togithub.com/spiffcs)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0)** ### [`v1.8.0`](https://togithub.com/anchore/syft/releases/tag/v1.8.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0) ##### Added Features - Add CycloneDX 1.6 Support \[[#2974](https://togithub.com/anchore/syft/issues/2974) [#2978](https://togithub.com/anchore/syft/pull/2978) [@ragaskar](https://togithub.com/ragaskar)] ##### Bug Fixes - Fixed the detection of arangodb 3.12 \[[#2979](https://togithub.com/anchore/syft/pull/2979) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] - Syft tries to create the cache directory at a location that has no permission \[[#2984](https://togithub.com/anchore/syft/issues/2984) [#2985](https://togithub.com/anchore/syft/pull/2985) [@kzantow](https://togithub.com/kzantow)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0)** ### [`v1.7.0`](https://togithub.com/anchore/syft/releases/tag/v1.7.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0) ##### Added Features - index known CPEs for wordpress plugins and themes \[[#2963](https://togithub.com/anchore/syft/pull/2963) [@westonsteimel](https://togithub.com/westonsteimel)] - Consider `Author` field for wordpress plugins when generating CPEs \[[#2946](https://togithub.com/anchore/syft/pull/2946) [@wagoodman](https://togithub.com/wagoodman)] ##### Bug Fixes - improve version extraction from ldflags for pingcap TiDB \[[#2962](https://togithub.com/anchore/syft/pull/2962) [@westonsteimel](https://togithub.com/westonsteimel)] - Trim whitespace from wordpress values \[[#2945](https://togithub.com/anchore/syft/pull/2945) [@wagoodman](https://togithub.com/wagoodman)] - Issue scanning Poetry Project with Syft 1.6 and cataloger=python-package-cataloger \[[#2954](https://togithub.com/anchore/syft/issues/2954) [#2965](https://togithub.com/anchore/syft/pull/2965) [@spiffcs](https://togithub.com/spiffcs)] - Poetry's multiple constraints seems to break the parser \[[#2947](https://togithub.com/anchore/syft/issues/2947) [#2965](https://togithub.com/anchore/syft/pull/2965) [@spiffcs](https://togithub.com/spiffcs)] - Golang: Search remote licenses not working in a CI pipeline when scanning Docker image \[[#2798](https://togithub.com/anchore/syft/issues/2798) [#2852](https://togithub.com/anchore/syft/pull/2852) [@kzantow](https://togithub.com/kzantow)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0)** ### [`v1.6.0`](https://togithub.com/anchore/syft/releases/tag/v1.6.0) [Compare Source](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0) ##### Added Features - Add relationships for go binary packages \[[#2912](https://togithub.com/anchore/syft/pull/2912) [@wagoodman](https://togithub.com/wagoodman)] - Add classifier for util-linux \[[#2933](https://togithub.com/anchore/syft/pull/2933) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] - Lua: Add support for more advanced syntax \[[#2908](https://togithub.com/anchore/syft/pull/2908) [@LaurentGoderre](https://togithub.com/LaurentGoderre)] - add license field to ELF binary package metadata \[[#2890](https://togithub.com/anchore/syft/pull/2890) [@brian-ebarb](https://togithub.com/brian-ebarb)] - install.sh: check checksums file's signature \[[#2884](https://togithub.com/anchore/syft/issues/2884) [#2941](https://togithub.com/anchore/syft/pull/2941) [@wagoodman](https://togithub.com/wagoodman)] - Detect ELF package notes from fedora binaries \[[#2713](https://togithub.com/anchore/syft/issues/2713) [#2939](https://togithub.com/anchore/syft/pull/2939) [@wagoodman](https://togithub.com/wagoodman)] ##### Bug Fixes - Use redhat as namespace for redhat rpms \[[#2914](https://togithub.com/anchore/syft/pull/2914) [@ralphbean](https://togithub.com/ralphbean)] - Close sqlite driver after testing sqlite availability \[[#2922](https://togithub.com/anchore/syft/pull/2922) [@ttc0419](https://togithub.com/ttc0419)] - syft does not find anything in archives if /tmp is a tmpfs \[[#2894](https://togithub.com/anchore/syft/issues/2894) [#2918](https://togithub.com/anchore/syft/pull/2918) [@willmurphyscode](https://togithub.com/willmurphyscode)] - Scanning a git repository folder present in /tmp produce an empty sbom \[[#2847](https://togithub.com/anchore/syft/issues/2847) [#2918](https://togithub.com/anchore/syft/pull/2918) [@willmurphyscode](https://togithub.com/willmurphyscode)] ##### Additional Changes - update unit tests to use pinned patch version \[[#2932](https://togithub.com/anchore/syft/pull/2932) [@spiffcs](https://togithub.com/spiffcs)] - fix comments and spelling \[[#2920](https://togithub.com/anchore/syft/pull/2920) [@dufucun](https://togithub.com/dufucun)] **[(Full Changelog)](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0)**aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.212.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.212.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.212.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.212.0) | https://github.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0 #### 🎉 New Packages [#25676](https://togithub.com/aquaproj/aqua-registry/issues/25676) [FeLvi-zzz/tentez](https://togithub.com/FeLvi-zzz/tentez): Tentez helps you switching traffic [#25708](https://togithub.com/aquaproj/aqua-registry/issues/25708) [alcideio/rbac-tool](https://togithub.com/alcideio/rbac-tool): Rapid7 | insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze, Generate & Query [#25706](https://togithub.com/aquaproj/aqua-registry/issues/25706) [cloudposse/github-commenter](https://togithub.com/cloudposse/github-commenter): Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues [#25704](https://togithub.com/aquaproj/aqua-registry/issues/25704) [cloudposse/slack-notifier](https://togithub.com/cloudposse/slack-notifier): Command line utility to send messages with attachments to Slack channels via Incoming Webhooks [#25709](https://togithub.com/aquaproj/aqua-registry/issues/25709) [cloverstd/tcping](https://togithub.com/cloverstd/tcping): ping over a tcp connection [#25712](https://togithub.com/aquaproj/aqua-registry/issues/25712) [gruntwork-io/fetch](https://togithub.com/gruntwork-io/fetch): Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos [#25713](https://togithub.com/aquaproj/aqua-registry/issues/25713) [jwilder/dockerize](https://togithub.com/jwilder/dockerize): Utility to simplify running applications in docker containers [#25714](https://togithub.com/aquaproj/aqua-registry/issues/25714) [kahing/goofys](https://togithub.com/kahing/goofys): a high-performance, POSIX-ish Amazon S3 file system written in Go [#25715](https://togithub.com/aquaproj/aqua-registry/issues/25715) [krallin/tini](https://togithub.com/krallin/tini): A tiny but valid `init` for containers [#25719](https://togithub.com/aquaproj/aqua-registry/issues/25719) [legal90/awscurl](https://togithub.com/legal90/awscurl): cURL with AWS request signing [#25720](https://togithub.com/aquaproj/aqua-registry/issues/25720) [lewispeckover/consulator](https://togithub.com/lewispeckover/consulator): Import and synchronize your Consul KV data from JSON and YAML ### [`v4.211.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.211.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.211.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.211.0) | https://github.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0 ##### 🎉 New Packages [#25637](https://togithub.com/aquaproj/aqua-registry/issues/25637) [suzuki-shunsuke/ghomfc](https://togithub.com/suzuki-shunsuke/ghomfc): GitHub Organization Members' Followers Counter [#25608](https://togithub.com/aquaproj/aqua-registry/issues/25608) [dimo414/bkt](https://togithub.com/dimo414/bkt): a subprocess caching utility, available as a command line binary and a Rust library [@sheldonhull](https://togithub.com/sheldonhull) ##### Fixes [#25620](https://togithub.com/aquaproj/aqua-registry/issues/25620) Rename the package `MichaelMure/git-bug` to [git-bug/git-bug](https://togithub.com/git-bug/git-bug) The GitHub repository was transferred. ### [`v4.210.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.210.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.210.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.210.0) | https://github.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0 ##### 🎉 New Packages [#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562) [siderolabs/omni/omni](https://togithub.com/siderolabs/omni): SaaS-simple deployment of Kubernetes - on your own hardware [#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562) [siderolabs/omni/omnictl](https://togithub.com/siderolabs/omni): A CLI for accessing Omni API ### [`v4.209.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.209.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.209.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.209.0) | https://github.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0 #### 🎉 New Packages [#25546](https://togithub.com/aquaproj/aqua-registry/issues/25546) [mrjackwills/oxker](https://togithub.com/mrjackwills/oxker): A simple tui to view & control docker containers #### Fixes [#25549](https://togithub.com/aquaproj/aqua-registry/issues/25549) fix(electric-saw/kafta): follow up changes of kafka v0.1.8 ### [`v4.208.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.208.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.0...v4.208.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.208.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.208.1) | https://github.com/aquaproj/aqua-registry/compare/v4.208.0...v4.208.1 #### Fixes [#25346](https://togithub.com/aquaproj/aqua-registry/issues/25346) junegunn/fzf: Follow up changes of fzf v0.54.2 for macOS https://github.com/junegunn/fzf/releases/tag/v0.54.2 > Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries > macOS archives will be in tar.gz format instead of zip format since we no longer notarize the zip files but binaries ### [`v4.208.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.208.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.208.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.208.0) | https://github.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0 #### 🎉 New Packages [#25225](https://togithub.com/aquaproj/aqua-registry/issues/25225) [qdrant/qdrant](https://togithub.com/qdrant/qdrant): High-performance, massive-scale Vector Database for the next generation of AI [@takumin](https://togithub.com/takumin) [#25226](https://togithub.com/aquaproj/aqua-registry/issues/25226) [weaviate/weaviate](https://togithub.com/weaviate/weaviate): Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database [@takumin](https://togithub.com/takumin) #### Fixes [#25228](https://togithub.com/aquaproj/aqua-registry/issues/25228) Rename the package `dagu-dev/dagu` to [daguflow/dagu](https://togithub.com/daguflow/dagu) ### [`v4.207.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.207.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.207.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.207.0) | https://github.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0 #### 🎉 New Packages [#25168](https://togithub.com/aquaproj/aqua-registry/issues/25168) [suzuki-shunsuke/ghproj](https://togithub.com/suzuki-shunsuke/ghproj): Add GitHub Issues and Pull Requests to GitHub Projects #### Fixes [#25164](https://togithub.com/aquaproj/aqua-registry/issues/25164) rancher/rke: Regenerate the setting ### [`v4.206.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.206.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.206.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.206.0) | https://github.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0 ##### 🎉 New Packages [#25077](https://togithub.com/aquaproj/aqua-registry/issues/25077) [kattouf/ProgressLine](https://togithub.com/kattouf/ProgressLine): Track commands progress in a compact one-line format ##### Fixes [#25080](https://togithub.com/aquaproj/aqua-registry/issues/25080) aquaproj/aqua-registry-updater, aquaproj/registry-tool: Remove `cosign_experimental` [#25123](https://togithub.com/aquaproj/aqua-registry/issues/25123) woodpecker ci/woodpecker/woodpecker-cli: Regenerate the setting ### [`v4.205.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.205.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.204.0...v4.205.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.205.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.205.0) | https://github.com/aquaproj/aqua-registry/compare/v4.204.0...v4.205.0 #### 🎉 New Packages [#24983](https://togithub.com/aquaproj/aqua-registry/issues/24983) [fujiwara/iam-policy-finder](https://togithub.com/fujiwara/iam-policy-finder): iam-policy-finder is finder of AWS IAM Policies [#24976](https://togithub.com/aquaproj/aqua-registry/issues/24976) [jubako/arx](https://togithub.com/jubako/arx): Store files and directory in an archive. Like tar, but faster and with direct random access [@NikitaCOEUR](https://togithub.com/NikitaCOEUR) #### Fixes [#24973](https://togithub.com/aquaproj/aqua-registry/issues/24973) theupdateframework/go-tuf/tuf [#24974](https://togithub.com/aquaproj/aqua-registry/issues/24974) theupdateframework/go-tuf/tuf-client They decided to leave go-tuf as a library only. https://github.com/theupdateframework/go-tuf/releases/tag/v2.0.0 ### [`v4.204.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.204.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.203.0...v4.204.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.204.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.204.0) | https://github.com/aquaproj/aqua-registry/compare/v4.203.0...v4.204.0 #### 🎉 New Packages [#24940](https://togithub.com/aquaproj/aqua-registry/issues/24940) [eficode/wait-for](https://togithub.com/eficode/wait-for): ./wait-for is a script to wait for another service to become available [@YumaFuu](https://togithub.com/YumaFuu) #### Fixes [#24935](https://togithub.com/aquaproj/aqua-registry/issues/24935) cyberark/kubeletctl: Regenerate the setting [#24878](https://togithub.com/aquaproj/aqua-registry/issues/24878) Enter-tainer/typstyle: Follow up changes of typstyle v0.11.29 ### [`v4.203.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.203.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.203.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.203.0) | https://github.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0 #### 🎉 New Packages [#24827](https://togithub.com/aquaproj/aqua-registry/issues/24827) [axllent/mailpit](https://togithub.com/axllent/mailpit): An email and SMTP testing tool with API for developers [@YumaFuu](https://togithub.com/YumaFuu) ### [`v4.202.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.202.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.202.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.202.1) | https://github.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1 #### Fixes [#24709](https://togithub.com/aquaproj/aqua-registry/issues/24709) Songmu/ecschedule: Support windows [@laughk](https://togithub.com/laughk) [#24743](https://togithub.com/aquaproj/aqua-registry/issues/24743) Songmu/ecschedule: Regenerate the setting [#24685](https://togithub.com/aquaproj/aqua-registry/issues/24685) borgbackup/borg: fix asset mapping rules for borg >=1.4.0 [@reitzig](https://togithub.com/reitzig) [#24653](https://togithub.com/aquaproj/aqua-registry/issues/24653) Rename the package `Ph0enixKM/Amber` to `amber-lang/amber` [#24715](https://togithub.com/aquaproj/aqua-registry/issues/24715) junegunn/fzf: Regenerate the setting [#24719](https://togithub.com/aquaproj/aqua-registry/issues/24719) martinvonz/jj: Follow up changes of jj v0.19.0 [#24720](https://togithub.com/aquaproj/aqua-registry/issues/24720) orangekame3/stree: Regenerate the setting ### [`v4.202.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.202.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.201.0...v4.202.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.202.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.202.0) | https://github.com/aquaproj/aqua-registry/compare/v4.201.0...v4.202.0 #### 🎉 New Packages [#24588](https://togithub.com/aquaproj/aqua-registry/issues/24588) [Owloops/updo](https://togithub.com/Owloops/updo): Uptime monitoring CLI tool with alerting and advanced settings [@tmeijn](https://togithub.com/tmeijn) [#24585](https://togithub.com/aquaproj/aqua-registry/issues/24585) [allyring/pvw](https://togithub.com/allyring/pvw): A port viewer TUI made with BubbleTea in Go [@tmeijn](https://togithub.com/tmeijn) [#24590](https://togithub.com/aquaproj/aqua-registry/issues/24590) [moncho/dry](https://togithub.com/moncho/dry): dry - A Docker manager for the terminal [@tmeijn](https://togithub.com/tmeijn) [#24582](https://togithub.com/aquaproj/aqua-registry/issues/24582) [unfrl/dug](https://togithub.com/unfrl/dug): A global DNS propagation checker that gives pretty output. Written in dotnet core [@tmeijn](https://togithub.com/tmeijn) [#24589](https://togithub.com/aquaproj/aqua-registry/issues/24589) [vladimirvivien/ktop](https://togithub.com/vladimirvivien/ktop): A top-like tool for your Kubernetes clusters [@tmeijn](https://togithub.com/tmeijn) ### [`v4.201.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.201.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.200.0...v4.201.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.201.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.201.0) | https://github.com/aquaproj/aqua-registry/compare/v4.200.0...v4.201.0 #### 🎉 New Packages [#24498](https://togithub.com/aquaproj/aqua-registry/issues/24498) [dag-andersen/argocd-diff-preview](https://togithub.com/dag-andersen/argocd-diff-preview): Argo CD Diff Preview is a tool that renders the diff between two branches in a Git repository [@ponkio-o](https://togithub.com/ponkio-o) [#24478](https://togithub.com/aquaproj/aqua-registry/issues/24478) [dotenvx/dotenvx](https://togithub.com/dotenvx/dotenvx): a better dotenv–from the creator of `dotenv` [#24492](https://togithub.com/aquaproj/aqua-registry/issues/24492) [jedisct1/minisign](https://togithub.com/jedisct1/minisign): A dead simple tool to sign files and verify digital signatures #### Fix [#24467](https://togithub.com/aquaproj/aqua-registry/issues/24467) mr-karan/doggo: Regenerate the setting ### [`v4.200.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.200.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.199.0...v4.200.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.200.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.200.0) | https://github.com/aquaproj/aqua-registry/compare/v4.199.0...v4.200.0 #### 🎉 New Packages [#24415](https://togithub.com/aquaproj/aqua-registry/issues/24415) [kdheepak/taskwarrior-tui](https://togithub.com/kdheepak/taskwarrior-tui): `taskwarrior-tui`: A terminal user interface for taskwarrior [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#24423](https://togithub.com/aquaproj/aqua-registry/issues/24423) [pvolok/mprocs](https://togithub.com/pvolok/mprocs): Run multiple commands in parallel [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) #### Fix [#24410](https://togithub.com/aquaproj/aqua-registry/issues/24410) numtide/treefmt: Regenerate the setting [#24404](https://togithub.com/aquaproj/aqua-registry/issues/24404) nerdypepper/dijo: rename the package to oppiliappan/dijo ### [`v4.199.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.199.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.198.0...v4.199.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.199.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.199.0) | https://github.com/aquaproj/aqua-registry/compare/v4.198.0...v4.199.0 #### 🎉 New Packages [#24382](https://togithub.com/aquaproj/aqua-registry/issues/24382) [suzuki-shunsuke/ghatm](https://togithub.com/suzuki-shunsuke/ghatm): Set timeout-minutes to all GitHub Actions jobs ### [`v4.198.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.198.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.197.0...v4.198.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.198.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.198.0) | https://github.com/aquaproj/aqua-registry/compare/v4.197.0...v4.198.0 #### 🎉 New Packages [#24320](https://togithub.com/aquaproj/aqua-registry/issues/24320) [handlename/let-rds-sleep](https://togithub.com/handlename/let-rds-sleep): Keep sleeping AWS RDS/Aurora Cluster [@ponkio-o](https://togithub.com/ponkio-o) [#24332](https://togithub.com/aquaproj/aqua-registry/issues/24332) [ned1313/terrahash](https://togithub.com/ned1313/terrahash): Create and store a hash of the Terraform modules used by your configuration [#24297](https://togithub.com/aquaproj/aqua-registry/issues/24297) [yassinebridi/serpl](https://togithub.com/yassinebridi/serpl): A simple terminal UI for search and replace, ala VS Code [@4513ECHO](https://togithub.com/4513ECHO) #### Fix [#24373](https://togithub.com/aquaproj/aqua-registry/issues/24373) astral-sh/ruff: Follow up changes of ruff 0.5.0 https://github.com/astral-sh/ruff/releases/tag/0.5.0 > The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring. > The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub. ### [`v4.197.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.197.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.196.0...v4.197.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.197.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.197.0) | https://github.com/aquaproj/aqua-registry/compare/v4.196.0...v4.197.0 #### 🎉 Reached 1,500 packages Thank you all contributors! #### 🎉 New Packages [#24294](https://togithub.com/aquaproj/aqua-registry/issues/24294) [JFryy/qq](https://togithub.com/JFryy/qq): jq inspired interoperable config format transcoder with interactive querying [#24214](https://togithub.com/aquaproj/aqua-registry/issues/24214) [SuperCuber/dotter](https://togithub.com/SuperCuber/dotter): A dotfile manager and templater written in rust [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#24270](https://togithub.com/aquaproj/aqua-registry/issues/24270) [nerdypepper/dijo](https://togithub.com/nerdypepper/dijo): scriptable, curses-based, digital habit tracker [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#24266](https://togithub.com/aquaproj/aqua-registry/issues/24266) [reemus-dev/gitnr](https://togithub.com/reemus-dev/gitnr): Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) ### [`v4.196.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.196.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.195.0...v4.196.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.196.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.196.0) | https://github.com/aquaproj/aqua-registry/compare/v4.195.0...v4.196.0 #### 🎉 New Packages [#24098](https://togithub.com/aquaproj/aqua-registry/issues/24098) [Enter-tainer/typstyle](https://togithub.com/Enter-tainer/typstyle): Beautiful and reliable typst code formatter [@4513ECHO](https://togithub.com/4513ECHO) [#24099](https://togithub.com/aquaproj/aqua-registry/issues/24099) [Myriad-Dreamin/tinymist](https://togithub.com/Myriad-Dreamin/tinymist): Tinymist \[ˈtaɪni mɪst] is an integrated language service for Typst \[taɪpst] [@4513ECHO](https://togithub.com/4513ECHO) [#24106](https://togithub.com/aquaproj/aqua-registry/issues/24106) [mattn/longcat](https://togithub.com/mattn/longcat): Looooooooooooooooooooooooooooooooooooooooooooooong cat [@4513ECHO](https://togithub.com/4513ECHO) [#24104](https://togithub.com/aquaproj/aqua-registry/issues/24104) [mrowa44/emojify](https://togithub.com/mrowa44/emojify): Emoji on the command line :scream: [@4513ECHO](https://togithub.com/4513ECHO) ### [`v4.195.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.195.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.194.0...v4.195.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.195.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.195.0) | https://github.com/aquaproj/aqua-registry/compare/v4.194.0...v4.195.0 #### 🎉 New Packages [#24037](https://togithub.com/aquaproj/aqua-registry/issues/24037) [odanado/git-pr-release-go](https://togithub.com/odanado/git-pr-release-go): git-pr-release-go streamlines development by automating "Release Pull Requests" on GitHub [@takumin](https://togithub.com/takumin) [#24008](https://togithub.com/aquaproj/aqua-registry/issues/24008) [suzuki-shunsuke/yodoc](https://togithub.com/suzuki-shunsuke/yodoc): Test command results and embed them into document #### Fix [#24049](https://togithub.com/aquaproj/aqua-registry/issues/24049) container tools/spectrum: Regenerate the setting [#24051](https://togithub.com/aquaproj/aqua-registry/issues/24051) apache/maven-mvnd: Follow up changes of apache/maven-mvnd 1.0.0 ### [`v4.194.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.194.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.193.0...v4.194.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.194.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.194.0) | https://github.com/aquaproj/aqua-registry/compare/v4.193.0...v4.194.0 #### 🎉 New Packages [#24004](https://togithub.com/aquaproj/aqua-registry/issues/24004) [nvarner/typst-lsp](https://togithub.com/nvarner/typst-lsp): A brand-new language server for Typst, plus a VS Code extension [@4513ECHO](https://togithub.com/4513ECHO) ### [`v4.193.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.193.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.193.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.193.0) | https://github.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0 #### 🎉 New Packages [#23872](https://togithub.com/aquaproj/aqua-registry/issues/23872) [igor-petruk/scriptisto](https://togithub.com/igor-petruk/scriptisto): A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages [@CrystalMethod](https://togithub.com/CrystalMethod) [#23845](https://togithub.com/aquaproj/aqua-registry/issues/23845) [borgbackup/borg](https://togithub.com/borgbackup/borg): Deduplicating archiver with compression and authenticated encryption [@reitzig](https://togithub.com/reitzig) #### Fixes [#23914](https://togithub.com/aquaproj/aqua-registry/issues/23914) Ph0enixKM/Amber: Follow up changes of Amber 0.3.2-alpha [#23810](https://togithub.com/aquaproj/aqua-registry/issues/23810) atuinsh/atuin: Follow up changes of atuin v18.3.0 [#23765](https://togithub.com/aquaproj/aqua-registry/issues/23765) kitabisa/teler: Rename the package to [teler-sh/teler](https://togithub.com/teler-sh/teler) ### [`v4.192.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.192.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.191.0...v4.192.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.192.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.192.0) | https://github.com/aquaproj/aqua-registry/compare/v4.191.0...v4.192.0 #### 🎉 New Packages [#23762](https://togithub.com/aquaproj/aqua-registry/issues/23762) [fujiwara/lamux](https://togithub.com/fujiwara/lamux): Lamux is a HTTP multiplexer for AWS Lambda Function aliases [@ponkio-o](https://togithub.com/ponkio-o) [#23761](https://togithub.com/aquaproj/aqua-registry/issues/23761) [fujiwara/s3mover](https://togithub.com/fujiwara/s3mover): s3mover is an agent for moving local files to Amazon S3 [@ponkio-o](https://togithub.com/ponkio-o) #### Fixes [#23740](https://togithub.com/aquaproj/aqua-registry/issues/23740) golangci/misspell: Follow up changes of misspell v0.6.0 [#23741](https://togithub.com/aquaproj/aqua-registry/issues/23741) oapi-codegen/oapi-codegen: Follow up the package name change ### [`v4.191.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.191.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.191.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.191.0) | https://github.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0 #### 🎉 New Packages [#23639](https://togithub.com/aquaproj/aqua-registry/issues/23639) [duckdb/duckdb](https://togithub.com/duckdb/duckdb): DuckDB is an analytical in-process SQL database management system [@nakatanakatana](https://togithub.com/nakatanakatana) [#23727](https://togithub.com/aquaproj/aqua-registry/issues/23727) [laktak/zfind](https://togithub.com/laktak/zfind): search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter #### Fixes [#23628](https://togithub.com/aquaproj/aqua-registry/issues/23628) Rename the package `deepmap/oapi-codegen` to [oapi-codegen/oapi-codegen](https://togithub.com/oapi-codegen/oapi-codegen) The repository was transfferred.charmbracelet/gum (charmbracelet/gum)
### [`v0.14.3`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.3) [Compare Source](https://togithub.com/charmbracelet/gum/compare/v0.14.2...v0.14.3) ##### Fixin’ more bugs Hot on the heels of the last release (very hot, in fact), here’s one more quick point release to fix a regression in spinner. ***Verifying the artifacts
First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/gum/releases/download/0.14.3/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified!gitleaks/gitleaks (gitleaks/gitleaks)
### [`v8.18.4`](https://togithub.com/gitleaks/gitleaks/releases/tag/v8.18.4) [Compare Source](https://togithub.com/gitleaks/gitleaks/compare/v8.18.3...v8.18.4) ##### Changelog - [`02808f4`](https://togithub.com/gitleaks/gitleaks/commit/02808f4) Limit hashicorp-tf-password to .tf/.hcl files ([#1420](https://togithub.com/gitleaks/gitleaks/issues/1420)) - [`07e1c30`](https://togithub.com/gitleaks/gitleaks/commit/07e1c30) rm print - [`db63fc1`](https://togithub.com/gitleaks/gitleaks/commit/db63fc1) reduce telegram... todo url and xml for later - [`9a4538c`](https://togithub.com/gitleaks/gitleaks/commit/9a4538c) coderabbit.ai <3 - [`fe94ef9`](https://togithub.com/gitleaks/gitleaks/commit/fe94ef9) Add NewRelic insert key detection ([#1417](https://togithub.com/gitleaks/gitleaks/issues/1417)) - [`bb4424d`](https://togithub.com/gitleaks/gitleaks/commit/bb4424d) Improved Telegram bot token rule regex and added more test cases ([#1404](https://togithub.com/gitleaks/gitleaks/issues/1404)) - [`575e923`](https://togithub.com/gitleaks/gitleaks/commit/575e923) Add intra42 client secret ([#1408](https://togithub.com/gitleaks/gitleaks/issues/1408)) Shout out to [@coderabbit](https://togithub.com/coderabbitai) for their sponsorship!golang/go (golang/go)
### [`v1.22.6`](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6) [Compare Source](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6) ### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5) [Compare Source](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)golangci/golangci-lint (golangci/golangci-lint)
### [`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1) 1. Updated linters - `go-errorlint`: from 1.5.1 to 1.5.2 - `gomnd`: deprecated configuration compatibility - `intrange`: add `style` preset - `misspell`: from 0.5.1 to 0.6.0 - `sloglint`: from 0.7.0 to 0.7.1 - `testifylint`: from 1.3.0 to 1.3.1 - `unparam`: bump to HEAD - `usestdlibvars`: from 1.25.0 to 1.26.0 2. Fixes - SARIF: init empty result slice - SARIF: issue column >= 1 3. Documentation - update `revive` configurationgoreleaser/goreleaser (goreleaser/goreleaser)
### [`v2.1.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v2.1.0) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v2.0.1...v2.1.0) ##### Changelog ##### New Features - [`65a3e06`](https://togithub.com/goreleaser/goreleaser/commit/65a3e06e9227a0818799c9065887567f1bed37ac): feat(archive): support `.tzst` suffix ([#4870](https://togithub.com/goreleaser/goreleaser/issues/4870)) ([@sorairolake](https://togithub.com/sorairolake)) - [`3e66300`](https://togithub.com/goreleaser/goreleaser/commit/3e663003b177b1f6b5c9c4535e90bcf5db3c87e4): feat(blob): allow to upload only extra_files ([#4925](https://togithub.com/goreleaser/goreleaser/issues/4925)) ([@caarlos0](https://togithub.com/caarlos0)) - [`34ba5b6`](https://togithub.com/goreleaser/goreleaser/commit/34ba5b6a79b263cf5585a62b1393353060a8ceda): feat(build): use GOCACHEPROG if set ([#4941](https://togithub.com/goreleaser/goreleaser/issues/4941)) ([@caarlos0](https://togithub.com/caarlos0)) - [`ac40ce8`](https://togithub.com/goreleaser/goreleaser/commit/ac40ce8a805e64db605dc5a2d8b99e63886373b2): feat(chocolatey): allow template in copyright, provide ctx.ReleaseNotes ([#4858](https://togithub.com/goreleaser/goreleaser/issues/4858)) ([@bradenhilton](https://togithub.com/bradenhilton)) - [`cc114fc`](https://togithub.com/goreleaser/goreleaser/commit/cc114fc8b906e28d10d2db1100da3783d1f2b508): feat(nfpm): add support for ipk package format ([#4863](https://togithub.com/goreleaser/goreleaser/issues/4863)) ([@schmidtw](https://togithub.com/schmidtw)) - [`cefec7c`](https://togithub.com/goreleaser/goreleaser/commit/cefec7c58bd8ece27bf13c7ac897a9e0b0ce0635): feat(nfpm): support arm in termux ([#4901](https://togithub.com/goreleaser/goreleaser/issues/4901)) ([@rsteube](https://togithub.com/rsteube)) - [`2d54bf0`](https://togithub.com/goreleaser/goreleaser/commit/2d54bf0211497e4ea66d2e0aafaea8feee86be1f): feat(notary): allow to sign without notarizing ([#4919](https://togithub.com/goreleaser/goreleaser/issues/4919)) ([@caarlos0](https://togithub.com/caarlos0)) - [`f3fce3d`](https://togithub.com/goreleaser/goreleaser/commit/f3fce3df5bd88ccea3d902d071918b7f4b6de8b2): feat: --skip=archive ([#4916](https://togithub.com/goreleaser/goreleaser/issues/4916)) ([@caarlos0](https://togithub.com/caarlos0)) - [`f5c4fce`](https://togithub.com/goreleaser/goreleaser/commit/f5c4fce822dace73bd578a12f7bf14ea307a42bd): feat: build --auto-snapshot ([#4917](https://togithub.com/goreleaser/goreleaser/issues/4917)) ([@caarlos0](https://togithub.com/caarlos0)) - [`675629e`](https://togithub.com/goreleaser/goreleaser/commit/675629e79821b7c0e15d1bc77d3ec9130a6f6c45): feat: support extra_files in http upload and artifactories ([#4940](https://togithub.com/goreleaser/goreleaser/issues/4940)) ([@caarlos0](https://togithub.com/caarlos0)) ##### Bug fixes - [`afd92ff`](https://togithub.com/goreleaser/goreleaser/commit/afd92ffe0fc1070081dcd7e0e49cf87f0749853f): fix(github): set discussion category on publish only ([@caarlos0](https://togithub.com/caarlos0)) - [`50a6a96`](https://togithub.com/goreleaser/goreleaser/commit/50a6a96257843532bfa3ca4c8b116a5d6fc4fb39): fix(gitlab): better handle CI_JOB_TOKEN and unavailable APIs ([#4918](https://togithub.com/goreleaser/goreleaser/issues/4918)) ([@caarlos0](https://togithub.com/caarlos0)) - [`2e9eefb`](https://togithub.com/goreleaser/goreleaser/commit/2e9eefb5b90761044e5f029ab38c747f7a81df4b): fix(snapcraft): set confinement to strict by default ([@caarlos0](https://togithub.com/caarlos0)) - [`9b6af9e`](https://togithub.com/goreleaser/goreleaser/commit/9b6af9efba812278bd652314ff6a3c85214ac9cc): fix: actually respect changelog.abbrev ([#4942](https://togithub.com/goreleaser/goreleaser/issues/4942)) ([@caarlos0](https://togithub.com/caarlos0)) - [`212dbb3`](https://togithub.com/goreleaser/goreleaser/commit/212dbb39d4dd5f3db9b432b1f7d41065af70f39b): fix: improve snapcraft configuration handling ([@caarlos0](https://togithub.com/caarlos0)) - [`9d51369`](https://togithub.com/goreleaser/goreleaser/commit/9d513696c2c5bccdb07d987c52a6667962f8964b): fix: make latest on drafts ([#4966](https://togithub.com/goreleaser/goreleaser/issues/4966)) ([@caarlos0](https://togithub.com/caarlos0)) - [`0d1e3c0`](https://togithub.com/goreleaser/goreleaser/commit/0d1e3c023f4f840642d8d817efb56c0aff11b6d5): fix: moving some logs to debug ([@caarlos0](https://togithub.com/caarlos0)) - [`9fcfaf9`](https://togithub.com/goreleaser/goreleaser/commit/9fcfaf95cf5b4c990e2f47ec9a980cfa3d950048): fix: revert unwanted change ([@caarlos0](https://togithub.com/caarlos0)) - [`f0b4db1`](https://togithub.com/goreleaser/goreleaser/commit/f0b4db184e4f9b2919442be5b34a738f83db3dbe): fix: snapcraft temporary directory + concurrency ([#4963](https://togithub.com/goreleaser/goreleaser/issues/4963)) ([@caarlos0](https://togithub.com/caarlos0)) - [`c36a797`](https://togithub.com/goreleaser/goreleaser/commit/c36a79789fb0083cfff0018f20575c6ef6c6b380): fix: typo ([@caarlos0](https://togithub.com/caarlos0)) ##### Dependency updates - [`13ab484`](https://togithub.com/goreleaser/goreleaser/commit/13ab48447a1a1c4952ac36bf70241edbb80381cc): chore(deps): bump golang to 1.22.5-alpine ([#4993](https://togithub.com/goreleaser/goreleaser/issues/4993)) ([@caarlos0](https://togithub.com/caarlos0)) - [`763f4a5`](https://togithub.com/goreleaser/goreleaser/commit/763f4a55bb374ab334a66cb00e0db9887e20d114): chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 ([#4933](https://togithub.com/goreleaser/goreleaser/issues/4933)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`b83ac8f`](https://togithub.com/goreleaser/goreleaser/commit/b83ac8fda52fc3ec0e0365be3cdde230f65e8d98): chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 ([#4984](https://togithub.com/goreleaser/goreleaser/issues/4984)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`5386c84`](https://togithub.com/goreleaser/goreleaser/commit/5386c84551cac44f90a346d30e483a93ed620d73): chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 ([#4979](https://togithub.com/goreleaser/goreleaser/issues/4979)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`d25edd5`](https://togithub.com/goreleaser/goreleaser/commit/d25edd591b716d870f47c1301d98b2e333f9d207): chore(deps): bump anchore/scan-action from 3 to 4 ([#4985](https://togithub.com/goreleaser/goreleaser/issues/4985)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`9ca52e4`](https://togithub.com/goreleaser/goreleaser/commit/9ca52e44b12fb2e412063f67f851dd1339a5a58e): chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 ([#4932](https://togithub.com/goreleaser/goreleaser/issues/4932)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`02c4f93`](https://togithub.com/goreleaser/goreleaser/commit/02c4f93c7bf31cd85a0dbd37c9590ab6d969dbc2): chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 ([#4973](https://togithub.com/goreleaser/goreleaser/issues/4973)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`9786269`](https://togithub.com/goreleaser/goreleaser/commit/9786269e109eabbfb6e7220f3133ebe2bf884179): chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 ([#4972](https://togithub.com/goreleaser/goreleaser/issues/4972)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`4d9cd0c`](https://togithub.com/goreleaser/goreleaser/commit/4d9cd0c453d16cab62ce71061c12d740200876d8): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 ([#4928](https://togithub.com/goreleaser/goreleaser/issues/4928)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`f080c26`](https://togithub.com/goreleaser/goreleaser/commit/f080c2620849c76fabbfd382a678923c9b4c01c3): chore(deps): bump github.com/anchore/quill from 0.4.1 to 0.4.2 ([#4988](https://togithub.com/goreleaser/goreleaser/issues/4988)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`6be7b14`](https://togithub.com/goreleaser/goreleaser/commit/6be7b143f6446658382c50ef0ed4e1c3a717f9e5): chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.0 ([#4929](https://togithub.com/goreleaser/goreleaser/issues/4929)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`1892aa3`](https://togithub.com/goreleaser/goreleaser/commit/1892aa38d682c570a04320706a255da9aee2d2a5): chore(deps): bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 ([#4951](https://togithub.com/goreleaser/goreleaser/issues/4951)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`6548d4b`](https://togithub.com/goreleaser/goreleaser/commit/6548d4b74f6d5a0b0d7cbbdbc5e128684e3018b6): chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 ([#4982](https://togithub.com/goreleaser/goreleaser/issues/4982)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`56529e1`](https://togithub.com/goreleaser/goreleaser/commit/56529e1b7c70b155f4edd0cd260bf5bf9cdad084): chore(deps): bump github.com/charmbracelet/x/exp/ordered from 0.0.0-20231010190216-1cb11efc897d to 0.1.0 ([#4948](https://togithub.com/goreleaser/goreleaser/issues/4948)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`81f4b65`](https://togithub.com/goreleaser/goreleaser/commit/81f4b6558e51e177b7219a32744ccc792433fab8): chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-beta.1 ([#4983](https://togithub.com/goreleaser/goreleaser/issues/4983)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`01f58f9`](https://togithub.com/goreleaser/goreleaser/commit/01f58f98678a05d1b955f24a04a4a9a02c4f04c9): chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 ([#4946](https://togithub.com/goreleaser/goreleaser/issues/4946)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`c79137c`](https://togithub.com/goreleaser/goreleaser/commit/c79137ceb28505889bf87b875a80f78d174eaeed): chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 ([#4978](https://togithub.com/goreleaser/goreleaser/issues/4978)) ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`72fcfc6`](https://togithub.com/goreleaser/goreleaser/commit/72fcfc6ea529562da1ce7654f4dac2b67bbConfiguration
📅 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.