Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cosign to sign Updatecli release assets #1041

Merged
merged 9 commits into from
Dec 14, 2022

Conversation

olblak
Copy link
Member

@olblak olblak commented Dec 13, 2022

While looking in available GoReleaser configuration, I noticed that many things could be improve

  • Sign Release Assets with Cosigin
  • Generate SBOM using syft
  • Update Updatecli description
  • Install Shellcompletion as part of the Linux distro package
  • Install ManPages as part of the Linux distro package

Test

To test this pull request, you can run the following commands:

make release.snapshot 

Additional Information

Tradeoff

Potential improvement

While looking in https://raw.githubusercontent.com/goreleaser/goreleaser/main/.goreleaser.yaml
I noticed that we still have room for improvement with the following item

  • Announce new release on Mastodon/Twitter
  • Generate Archlinux packages

Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
* Use cosign to sign artifacts
* Linux packages install manpages
* Linux packages install shell completion
* Updatecli License from MIT to Apache
* Improve description

Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak marked this pull request as draft December 13, 2022 22:04
@olblak olblak marked this pull request as ready for review December 14, 2022 07:58
@olblak olblak changed the title Improve Release workflow Use Cosign to sign Updatecli release assets Dec 14, 2022
@olblak
Copy link
Member Author

olblak commented Dec 14, 2022

The build release assets pipeline can only fail as the current PR used the worfklow manifest from the main branch

@olblak olblak added the enhancement New feature or request label Dec 14, 2022
Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

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

nice improvements !

@olblak olblak merged commit 251bfb7 into updatecli:main Dec 14, 2022
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this pull request Dec 15, 2022
The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets
> updatecli/updatecli#1041
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this pull request Dec 15, 2022
The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets
> updatecli/updatecli#1041
sheldonhull pushed a commit to sheldonhull/aqua-registry that referenced this pull request Dec 16, 2022
The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets
> updatecli/updatecli#1041
mend-for-github-com bot added a commit to DelineaXPM/terraform-provider-dsv that referenced this pull request Jan 9, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.62.3`
-> `v0.65.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.102.0` -> `v3.118.0` |
| [golang.org/x/tools/gopls](https://togithub.com/golang/tools) | minor
| `v0.10.1` -> `v0.11.0` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.19.3` ->
`1.19.4` |
| [golang/tools](https://togithub.com/golang/tools) | minor | `v0.3.0`
-> `v0.5.0` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.13.1` -> `v1.14.1` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | patch
| `v1.10.0` -> `v1.10.2` |
| [thycotic/dsv-cli](https://togithub.com/thycotic/dsv-cli) | patch |
`1.39.0` -> `v1.39.13` |

---

### Release Notes

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

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

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

### Changelog

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

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

##### Added Features

- refactor basic CPE functionality to its own package \[[PR
#&#8203;1436](https://togithub.com/anchore/syft/pull/1436)]
\[[kzantow](https://togithub.com/kzantow)]
- adding purl types for binary classifiers \[[Issue
#&#8203;1435](https://togithub.com/anchore/syft/issues/1435)]
\[[noqcks](https://togithub.com/noqcks)]

##### Bug Fixes

- silence additional excessive go binary warnings \[[Issue
#&#8203;1432](https://togithub.com/anchore/syft/issues/1432)]
\[[jedevc](https://togithub.com/jedevc)]

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

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

### Changelog

#### [v0.64.0](https://togithub.com/anchore/syft/tree/v0.64.0)
(2022-12-23)

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

##### Added Features

- License parsing for Java \[[PR
#&#8203;1385](https://togithub.com/anchore/syft/pull/1385)]
- Integration or association of binary and package \[[Issue
#&#8203;1411](https://togithub.com/anchore/syft/issues/1411)]
- Include go.sum h1 digest information in checksums \[[Issue
#&#8203;1277](https://togithub.com/anchore/syft/issues/1277)]

##### Bug Fixes

- Clean package names found in python catalogers \[[PR
#&#8203;1417](https://togithub.com/anchore/syft/pull/1417)]
\[[wagoodman](https://togithub.com/wagoodman)]
- FilesAnalyzed wrong and missing SHA1 for files \[[Issue
#&#8203;1396](https://togithub.com/anchore/syft/issues/1396)]
- Binary executables identified as "library" type in CycloneDX \[[Issue
#&#8203;1402](https://togithub.com/anchore/syft/issues/1402)]
- Excessive "unable to read golang buildinfo error=not a Go executable
file" warnings in versions after v0.62.1 \[[Issue
#&#8203;1403](https://togithub.com/anchore/syft/issues/1403)]
- Binary java detection \[[Issue
#&#8203;1410](https://togithub.com/anchore/syft/issues/1410)]

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

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

### Changelog

#### [v0.63.0](https://togithub.com/anchore/syft/tree/v0.63.0)
(2022-12-12)

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

##### Added Features

- Catalog Java binary runtimes \[[Issue
#&#8203;1388](https://togithub.com/anchore/syft/issues/1388)]

##### Bug Fixes

- Syft generates too loose of cpes for python redis \[[Issue
#&#8203;1066](https://togithub.com/anchore/syft/issues/1066)]
- Panic in alpm cataloger \[[Issue
#&#8203;1195](https://togithub.com/anchore/syft/issues/1195)]
- goroutine stack exceeds
[`1000000`](https://togithub.com/anchore/syft/commit/1000000000)-byte
limit scanning image \[[Issue
#&#8203;1368](https://togithub.com/anchore/syft/issues/1368)]
- Binary go detection \[[Issue
#&#8203;1382](https://togithub.com/anchore/syft/issues/1382)]

</details>

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

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

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


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

#### 🎉 New Packages

[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[koki-develop/clive](https://togithub.com/koki-develop/clive): Automates
terminal operations and lets you view them live via a browser
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)
[lycheeverse/lychee](https://togithub.com/lycheeverse/lychee): Fast,
async, stream-based link checker written in Rust. Finds broken URLs and
mail addresses inside Markdown, HTML, reStructuredText, websites and
more
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[tamasfe/taplo](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[tamasfe/taplo/full](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust

#### Contributors

Thank you for your contribution!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)

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

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


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

#### Features

[#&#8203;8973](https://togithub.com/aquaproj/aqua-registry/issues/8973)
[#&#8203;8974](https://togithub.com/aquaproj/aqua-registry/issues/8974)
[suzuki-shunsuke/tfcmt](https://togithub.com/suzuki-shunsuke/tfcmt):
Configure SLSA Provenance and Cosign
[#&#8203;8968](https://togithub.com/aquaproj/aqua-registry/issues/8968)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
Configure cosign

You can install tfcmt and github-comment securely.

#### Fixes

[#&#8203;8970](https://togithub.com/aquaproj/aqua-registry/issues/8970)
[boz/kail](https://togithub.com/boz/kail): Support v0.16.0 or later

Followed up the change of asset names.

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

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


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

#### 🎉 New Packages

[#&#8203;8917](https://togithub.com/aquaproj/aqua-registry/issues/8917)
[#&#8203;8930](https://togithub.com/aquaproj/aqua-registry/issues/8930)
[github-release/github-release](https://togithub.com/github-release/github-release):
Commandline app to create and edit releases on Github (and upload
artifacts)

#### Features

[#&#8203;8911](https://togithub.com/aquaproj/aqua-registry/issues/8911)
[aquaproj/registry-tool](https://togithub.com/aquaproj/registry-tool):
Configure slsa_provenance and cosign

#### Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[MordechaiHadad/bob](https://togithub.com/MordechaiHadad/bob): A version
manager for neovim

#### Features

[#&#8203;8878](https://togithub.com/aquaproj/aqua-registry/issues/8878)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
support verifying SLSA Provenance

#### Fixes

[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)
[DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli): Support
new versions
[#&#8203;8879](https://togithub.com/aquaproj/aqua-registry/issues/8879)
[fastly/cli](https://togithub.com/fastly/cli): Support Windows in v4.6.0

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[@&#8203;sheldonhull](https://togithub.com/sheldonhull)
[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)

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

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


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

#### 🎉 New Packages

[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
[cocogitto/cocogitto](https://togithub.com/cocogitto/cocogitto): The
Conventional Commits toolbox
[#&#8203;8852](https://togithub.com/aquaproj/aqua-registry/issues/8852)
[terrastruct/d2](https://togithub.com/terrastruct/d2): D2 is a modern
diagram scripting language that turns text to diagrams
[#&#8203;8853](https://togithub.com/aquaproj/aqua-registry/issues/8853)
[terrastruct/tala](https://togithub.com/terrastruct/tala): A diagram
layout engine designed specifically for software architecture diagrams

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8836](https://togithub.com/aquaproj/aqua-registry/issues/8836)
[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
:tada: New contributor!

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

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


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

#### 🎉 The number of packages has reached 1,000 🎉

Amazing! Thank you, all contributors!

#### 🎉 New Packages

[#&#8203;948](https://togithub.com/aquaproj/aqua-registry/issues/948)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/concourse](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;994](https://togithub.com/aquaproj/aqua-registry/issues/994)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/fly](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[prometheus/alertmanager](https://togithub.com/prometheus/alertmanager):
Prometheus Alertmanager
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)
[prometheus/prom2json](https://togithub.com/prometheus/prom2json): A
tool to scrape a Prometheus client and dump the result as JSON
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[prometheus/prometheus](https://togithub.com/prometheus/prometheus): The
Prometheus monitoring system and time series database

#### Contributors

Thank you for your contribution!

[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)

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

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


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

#### 🎉 New Packages

[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)
[ivaaaan/smug](https://togithub.com/ivaaaan/smug): Session manager and
task runner for tmux. Start your development environment within one
command
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[jmattheis/goverter](https://togithub.com/jmattheis/goverter): Generate
type-safe Go converters by simply defining an interface

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)

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

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


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

#### 🎉 New Packages

[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)
[CycloneDX/cyclonedx-cli](https://togithub.com/CycloneDX/cyclonedx-cli):
CycloneDX CLI tool for SBOM analysis, merging, diffs and format
conversions
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[bufbuild/protoc-gen-validate](https://togithub.com/bufbuild/protoc-gen-validate):
protoc plugin to generate polyglot message validators
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[vburenin/ifacemaker](https://togithub.com/vburenin/ifacemaker):
Generate interfaces from structure methods

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)

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

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


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

#### 🎉 New Packages

[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
[bufbuild/connect-go/protoc-gen-connect-go](https://togithub.com/bufbuild/connect-go):
A code generation tool for
[Connect](https://connect.build/docs/go/getting-started#install-tools).

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
:tada: New contributor!

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

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


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

#### 🎉 New Packages

[#&#8203;8757](https://togithub.com/aquaproj/aqua-registry/issues/8757)
[spf13/cobra-cli](https://togithub.com/spf13/cobra-cli): Cobra CLI tool
to generate applications and commands

#### Features

[#&#8203;8747](https://togithub.com/aquaproj/aqua-registry/issues/8747)
[google/osv-scanner](https://togithub.com/google/osv-scanner): Verify
SLSA Provenance

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[Songmu/gitsemvers](https://togithub.com/Songmu/gitsemvers): Retrieve
semvers from git tags
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)
[mr-karan/doggo](https://togithub.com/mr-karan/doggo): Command-line DNS
Client for Humans. Written in Golang

#### Features

[#&#8203;8731](https://togithub.com/aquaproj/aqua-registry/issues/8731)
[argoproj/argo-workflows](https://togithub.com/argoproj/argo-workflows):
Add Cosign setting
[#&#8203;8732](https://togithub.com/aquaproj/aqua-registry/issues/8732)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Add
Cosign setting

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)

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

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


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

#### 🎉 New Packages

[#&#8203;8718](https://togithub.com/aquaproj/aqua-registry/issues/8718)
[FairwindsOps/gonogo](https://togithub.com/FairwindsOps/gonogo): Tool to
evaluate upgrade confidence for Kubernetes cluster addons

#### Fixes

[#&#8203;8721](https://togithub.com/aquaproj/aqua-registry/issues/8721)
[bitwarden/clients](https://togithub.com/bitwarden/clients): Set
`supported_envs`

Only assets for `amd64` are released.

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[Songmu/timeout](https://togithub.com/Songmu/timeout): Timeout
invocation. Go porting of GNU timeout and able to use as Go package
[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[aquaproj/example-go-slsa-provenance](https://togithub.com/aquaproj/example-go-slsa-provenance):
Example Go Application with SLSA Provenance
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
[ipinfo/cli](https://togithub.com/ipinfo/cli): Official Command Line
Interface for the IPinfo API (IP geolocation and other types of IP data)
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2range
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/grepip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/prips
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/randip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2cidr
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/splitcidr
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)
[wasmerio/wapm-cli](https://togithub.com/wasmerio/wapm-cli): WebAssembly
Package Manager (CLI)

#### Features

[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[terraform-linters/tflint](github.com/terraform-linters/tflint): Add the
configuration of Cosign

#### Contributors

Thank you, Contributors!

[@&#8203;4513ECHO](https://togithub.com/4513ECHO)
[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)

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

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


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

#### Fixes

[#&#8203;8668](https://togithub.com/aquaproj/aqua-registry/issues/8668)
[x-motemen/blogsync](https://togithub.com/x-motemen/blogsync): Support
v0.12.2 or later
[#&#8203;8651](https://togithub.com/aquaproj/aqua-registry/issues/8651)
[omrikiei/ktunnel](https://togithub.com/omrikiei/ktunnel): Add a command
`kubectl-tunnel` as a kubectl plugin

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8645](https://togithub.com/aquaproj/aqua-registry/issues/8645)
[chenjiandongx/kubectl-images](https://togithub.com/chenjiandongx/kubectl-images):
Show container images used in the cluster
[#&#8203;8590](https://togithub.com/aquaproj/aqua-registry/issues/8590)
[google/osv-scanner](https://togithub.com/google/osv-scanner):
Vulnerability scanner written in Go which uses the data provided by
https://osv.dev

#### Contributors

Thank you, Contributors!

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

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

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


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

#### Fixes

[#&#8203;8578](https://togithub.com/aquaproj/aqua-registry/issues/8578)
[slsa-framework/slsa-verifier](https://togithub.com/slsa-framework/slsa-verifier):
Fix Go Module Path to support v2

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

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


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

#### 🎉 New Packages

[#&#8203;8498](https://togithub.com/aquaproj/aqua-registry/issues/8498)
[prometheus/promlens](https://togithub.com/prometheus/promlens):
PromLens – The query builder, analyzer, and explainer for PromQL

#### Fixes

[#&#8203;8497](https://togithub.com/aquaproj/aqua-registry/issues/8497)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Support
[v0.40.2](https://togithub.com/updatecli/updatecli/releases/tag/v0.40.2)

The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets

[https://github.com/updatecli/updatecli/pull/1041](https://togithub.com/updatecli/updatecli/pull/1041)41

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8466](https://togithub.com/aquaproj/aqua-registry/issues/8466)
[corrupt952/closest](https://togithub.com/corrupt952/closest): The
command that searches the current directory or parent directories for a
specific file and returns the closest path
[#&#8203;8375](https://togithub.com/aquaproj/aqua-registry/issues/8375)
[octohelm/cuemod](https://togithub.com/octohelm/cuemod): experimental
cuelang mod tool

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8311](https://togithub.com/aquaproj/aqua-registry/issues/8311)
[yitsushi/totp-cli](https://togithub.com/yitsushi/totp-cli):
Authy/Google Authenticator like TOTP CLI tool written in Go

#### Contributors

Thank you, Contributors!

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

</details>

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

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

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

</details>

<details>
<summary>golang/tools</summary>

###
[`v0.5.0`](https://togithub.com/golang/tools/compare/v0.4.0...v0.5.0)

[Compare
Source](https://togithub.com/golang/tools/compare/v0.4.0...v0.5.0)

###
[`v0.4.0`](https://togithub.com/golang/tools/compare/v0.3.0...v0.4.0)

[Compare
Source](https://togithub.com/golang/tools/compare/v0.3.0...v0.4.0)

</details>

<details>
<summary>goreleaser/goreleaser</summary>

###
[`v1.14.1`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.14.0...v1.14.1)

#### Changelog

##### Bug fixes

-
[`3734c2d`](https://togithub.com/goreleaser/goreleaser/commit/3734c2d9be31ba05b40cce59a040b83e28cc273f):
fix: check that the variable resp is not nil
([#&#8203;3670](https://togithub.com/goreleaser/goreleaser/issues/3670))
([@&#8203;ddddddO](https://togithub.com/ddddddO))
-
[`ee51a5a`](https://togithub.com/goreleaser/goreleaser/commit/ee51a5afb0162a4d08f5d8925da0dd943f0339aa):
fix: do not put binaries in /usr/local/bin
([#&#8203;3677](https://togithub.com/goreleaser/goreleaser/issues/3677))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bd98343`](https://togithub.com/goreleaser/goreleaser/commit/bd98343e4b65bf68594bba93a7066bf11ef6e84d):
fix: improve changelog a bit
([#&#8203;3673](https://togithub.com/goreleaser/goreleaser/issues/3673))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1d2842c`](https://togithub.com/goreleaser/goreleaser/commit/1d2842c4193239f7a614b7b390d918b94a66c592):
fix: log which token will be used
([#&#8203;3665](https://togithub.com/goreleaser/goreleaser/issues/3665))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`da23357`](https://togithub.com/goreleaser/goreleaser/commit/da2335791a987d77267cf0b1d4e0307cc2220066):
fix: native changeloger without previous tag
([#&#8203;3668](https://togithub.com/goreleaser/goreleaser/issues/3668))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`47ce9a9`](https://togithub.com/goreleaser/goreleaser/commit/47ce9a9b33cce0c78a72f905cd721f83d8a9a1a4):
fix: only fail announcing phase in the end
([#&#8203;3666](https://togithub.com/goreleaser/goreleaser/issues/3666))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`033af4a`](https://togithub.com/goreleaser/goreleaser/commit/033af4ac57b2ea3320ff571c3f0693d51838eece):
fix(deps): Bump github.com/goreleaser/nfpm/v2 from 2.22.2 to 2.23.0
([#&#8203;3679](https://togithub.com/goreleaser/goreleaser/issues/3679))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

##### Other work

-
[`a3867c8`](https://togithub.com/goreleaser/goreleaser/commit/a3867c8ccb8ce8d36d00d07c3a8825dd658ae8da):
docs: clarify token files a bit
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c714e13`](https://togithub.com/goreleaser/goreleaser/commit/c714e13a8479558e805fc77d42ef6751bf2ea735):
docs: deploy to cloudflare pages
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`09b76aa`](https://togithub.com/goreleaser/goreleaser/commit/09b76aa090bb18392c838800ca6818b738c36c4c):
docs: fix descriptions
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`232c982`](https://togithub.com/goreleaser/goreleaser/commit/232c982fb062f08c0b34d3941d87a0022d696114):
docs: improve build
([#&#8203;3674](https://togithub.com/goreleaser/goreleaser/issues/3674))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7100096`](https://togithub.com/goreleaser/goreleaser/commit/71000969c0b7a655ea4d5b27926b31ce59fc19e7):
docs: improve docs build/organization
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f238d96`](https://togithub.com/goreleaser/goreleaser/commit/f238d9698fad217c5ea04b86888843763a73fa0f):
docs: remove vercel
([#&#8203;3672](https://togithub.com/goreleaser/goreleaser/issues/3672))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2ae0eaf`](https://togithub.com/goreleaser/goreleaser/commit/2ae0eaf4ddf59b7e83c1ece85051258eca766145):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7be7093`](https://togithub.com/goreleaser/goreleaser/commit/7be70934534b5c9798b6ab1b7b3e5c35df7e8b2e):
docs: update mkdocs options
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`02e2dfd`](https://togithub.com/goreleaser/goreleaser/commit/02e2dfddf2852c3b3c78acfbd4a916e5223d65bf):
docs: update workflows
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ad40cb0`](https://togithub.com/goreleaser/goreleaser/commit/ad40cb0349bc20ba5b25c2c335373c526f7c7f90):
refactor: improve mergeability
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.14.0...v1.14.1

***

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a
[Pro License](https://goreleaser.com/pro) or
[contribute](https://goreleaser.com/contributing).
Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6)
and [Twitter](https://twitter.com/goreleaser)!

###
[`v1.14.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.14.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.13.1...v1.14.0)

#### Changelog

##### New Features

-
[`541e3df`](https://togithub.com/goreleaser/goreleaser/commit/541e3dfed9b23e277948ea641db91ea468aafc88):
feat(brew): allow to template brew.install
([#&#8203;3593](https://togithub.com/goreleaser/goreleaser/issues/3593))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1b8395d`](https://togithub.com/goreleaser/goreleaser/commit/1b8395d6b6bd83bbf2d519261f1f003afa502fe5):
feat(build): allow to template env
([#&#8203;3592](https://togithub.com/goreleaser/goreleaser/issues/3592))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b665685`](https://togithub.com/goreleaser/goreleaser/commit/b66568529dfa4b21a14a67981b9e621f01c62aad):
feat: add windows to default builds
([#&#8203;3581](https://togithub.com/goreleaser/goreleaser/issues/3581))
([@&#8203;jolheiser](https://togithub.com/jolheiser))
-
[`2e5a8e5`](https://togithub.com/goreleaser/goreleaser/commit/2e5a8e5a54a9fbc24fbdb484d8781abce1968d9d):
feat: allow to template archives.files.info
([#&#8203;3630](https://togithub.com/goreleaser/goreleaser/issues/3630))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a209757`](https://togithub.com/goreleaser/goreleaser/commit/a209757ad2b47cb4a6f7a1c6b7dbe5dcf4fece15):
feat: better archives relative paths
([#&#8203;3656](https://togithub.com/goreleaser/goreleaser/issues/3656))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f5696d0`](https://togithub.com/goreleaser/goreleaser/commit/f5696d01ee7c380c0e5fc681fc58bf6f381dbfcf):
feat: custom tag.sort
([#&#8203;3611](https://togithub.com/goreleaser/goreleaser/issues/3611))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e546564`](https://togithub.com/goreleaser/goreleaser/commit/e54656438b4bb8b1af483943891db226a090f841):
feat: deprecate replacements
([#&#8203;3589](https://togithub.com/goreleaser/goreleaser/issues/3589))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9370676`](https://togithub.com/goreleaser/goreleaser/commit/937067697b4e0e86d1876c5751efb97ed3046494):
feat: set file info for binaries inside archives
([#&#8203;3618](https://togithub.com/goreleaser/goreleaser/issues/3618))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f3f1c08`](https://togithub.com/goreleaser/goreleaser/commit/f3f1c08cafbe86b2a8caf9fbcbfac516be45f250):
feat: title template function
([#&#8203;3590](https://togithub.com/goreleaser/goreleaser/issues/3590))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`d4b570a`](https://togithub.com/goreleaser/goreleaser/commit/d4b570a00271683fa26248212e0a221236f3100c):
fix: clarify scoop no windows archive errors
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ddf7660`](https://togithub.com/goreleaser/goreleaser/commit/ddf7660b6d6621804c15cbbb3864a66de9f06876):
fix: extra quotes on goreleaser archives
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a3d3ab2`](https://togithub.com/goreleaser/goreleaser/commit/a3d3ab2058bceb4041087beab0178f1e0ea940b1):
fix: improve docker warning
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6ff8936`](https://togithub.com/goreleaser/goreleaser/commit/6ff89366ca9b95f4a2056f6ecac548c09e584eb0):
fix: improve nfpm error
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e72ab30`](https://togithub.com/goreleaser/goreleaser/commit/e72ab30ac83b8747e1b182dfc480d124e2615640):
fix: improve schema for signs
([#&#8203;3603](https://togithub.com/goreleaser/goreleaser/issues/3603))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`21648d1`](https://togithub.com/goreleaser/goreleaser/commit/21648d187cef7b536bd152f6c153b6e765456359):
fix: init with extra quote
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d7ce484`](https://togithub.com/goreleaser/goreleaser/commit/d7ce4841c8f8cfe800f723067e22cff43e129621):
fix: jsonschema for chocolateys
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`494ba29`](https://togithub.com/goreleaser/goreleaser/commit/494ba292677e76affe18cd095fcefd90a6aa77df):
fix: lint issue ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`50bd784`](https://togithub.com/goreleaser/goreleaser/commit/50bd78439c2bac7bd8031c9e659391326978db34):
fix: log request-id on upload error and release create/update
([#&#8203;3608](https://togithub.com/goreleaser/goreleaser/issues/3608))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f05f3b5`](https://togithub.com/goreleaser/goreleaser/commit/f05f3b5b7f52b62ceee7eed2d20b2ac2d88ff39b):
fix: merge issues ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c2adc17`](https://togithub.com/goreleaser/goreleaser/commit/c2adc1727f8591c5321862bfa95465098d4e5e71):
fix: missing digests on manifests
([#&#8203;3602](https://togithub.com/goreleaser/goreleaser/issues/3602))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`46fdb55`](https://togithub.com/goreleaser/goreleaser/commit/46fdb5552a0ff93efc36e9847a3c1a343007f6e5):
fix: multiple files with same name warning
([#&#8203;3660](https://togithub.com/goreleaser/goreleaser/issues/3660))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`33528d7`](https://togithub.com/goreleaser/goreleaser/commit/33528d701a0c903dd4db806a2bc091a5d1a19897):
fix: remove warning ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`19ab124`](https://togithub.com/goreleaser/goreleaser/commit/19ab124f1bec275ccc08452ada8deb7f1bf0c612):
fix: retain symlinks added to zip archives
([#&#8203;3585](https://togithub.com/goreleaser/goreleaser/issues/3585))
([@&#8203;orirawlings](https://togithub.com/orirawlings))
-
[`a1305d3`](https://togithub.com/goreleaser/goreleaser/commit/a1305d391226ebd046f37b3014412bccde45fb59):
fix: validate env templates
([#&#8203;3591](https://togithub.com/goreleaser/goreleaser/issues/3591))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`24d8647`](https://togithub.com/goreleaser/goreleaser/commit/24d86475b48dec37a93639d98b65031addb903f7):
fix: warn if list has multiple files with same name
([#&#8203;3607](https://togithub.com/goreleaser/goreleaser/issues/3607))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`cac3f17`](https://togithub.com/goreleaser/goreleaser/commit/cac3f1756213e454fbf154dba9d7ecebc6af0e72):
feat(deps): build with go 1.19.4
([#&#8203;3644](https://togithub.com/goreleaser/goreleaser/issues/3644))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c8f0076`](https://togithub.com/goreleaser/goreleaser/commit/c8f007653c21ba99c39d5721d4aee3757f7f984a):
feat(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0
([#&#8203;3606](https://togithub.com/goreleaser/goreleaser/issues/3606))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`691234d`](https://togithub.com/goreleaser/goreleaser/commit/691234d40268fc49c9202b1592317a66bbd18dee):
feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.6.1 to
2.7.0
([#&#8203;3638](https://togithub.com/goreleaser/goreleaser/issues/3638))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`583bca5`](https://togithub.com/goreleaser/goreleaser/commit/583bca59aa623228bae3ebcdc3eb3cb1b3f2adc0):
feat(deps): bump github.com/caarlos0/log from 0.1.10 to 0.2.0
([#&#8203;3634](https://togithub.com/goreleaser/goreleaser/issues/3634))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8480d30`](https://togithub.com/goreleaser/goreleaser/commit/8480d3090e438c80cd3c275c67edcf47268680b3):
feat(deps): bump github.com/caarlos0/log from 0.2.0 to 0.2.1
([#&#8203;3646](https://togithub.com/goreleaser/goreleaser/issues/3646))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7083751`](https://togithub.com/goreleaser/goreleaser/commit/708375193433f3bcbd384010dbb8a9698a453637):
feat(deps): bump github.com/dghubble/oauth1 from 0.7.1 to 0.7.2
([#&#8203;3627](https://togithub.com/goreleaser/goreleaser/issues/3627))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9abc613`](https://togithub.com/goreleaser/goreleaser/commit/9abc613ad1e205d6eab4ed977e15bf4e48c8abee):
feat(deps): bump github.com/disgoorg/disgo from 0.13.21 to 0.13.22
([#&#8203;3577](https://togithub.com/goreleaser/goreleaser/issues/3577))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`a2308ee`](https://togithub.com/goreleaser/goreleaser/commit/a2308ee6083a76076cd769687a2135905b14fb20):
feat(deps): bump github.com/disgoorg/disgo from 0.13.22 to 0.14.0
([#&#8203;3610](https://togithub.com/goreleaser/goreleaser/issues/3610))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d32b420`](https://togithub.com/goreleaser/goreleaser/commit/d32b420d0cf78e449d161649523405be0fe30326):
feat(deps): bump github.com/disgoorg/disgo from 0.14.0 to 0.14.1
([#&#8203;3650](https://togithub.com/goreleaser/goreleaser/issues/3650))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`261cc8a`](https://togithub.com/goreleaser/goreleaser/commit/261cc8a5cdff69fe8c401c1c8ccb0fe6c94c8fef):
feat(deps): bump github.com/google/go-github/v48 from 48.1.0 to 48.2.0
([#&#8203;3633](https://togithub.com/goreleaser/goreleaser/issues/3633))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`45868b8`](https://togithub.com/goreleaser/goreleaser/commit/45868b8e5bd65a45e2e024950a4d3f4395871b29):
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.22.1 to 2.22.2
([#&#8203;3613](https://togithub.com/goreleaser/goreleaser/issues/3613))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b6cac24`](https://togithub.com/goreleaser/goreleaser/commit/b6cac24c7989f1199f8e0c2afba2711ef2370a56):
feat(deps): bump github.com/slack-go/slack from 0.11.4 to 0.12.0
([#&#8203;3649](https://togithub.com/goreleaser/goreleaser/issues/3649))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`196fa6c`](https://togithub.com/goreleaser/goreleaser/commit/196fa6c1e96cf9b6da95f228ee17a025c24579df):
feat(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1
([#&#8203;3654](https://togithub.com/goreleaser/goreleaser/issues/3654))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d0e91cb`](https://togithub.com/goreleaser/goreleaser/commit/d0e91cb99be932bbcbdbdf32aaf23de54921c890):
feat(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11
([#&#8203;3639](https://togithub.com/goreleaser/goreleaser/issues/3639))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`85f4be9`](https://togithub.com/goreleaser/goreleaser/commit/85f4be900e4f6e7104e383ed4ea52cdc56ab62b5):
feat(deps): bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0
([#&#8203;3578](https://togithub.com/goreleaser/goreleaser/issues/3578))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6b01982`](https://togithub.com/goreleaser/goreleaser/commit/6b01982e1be074b55d60afa6acf16950bbd80af6):
feat(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0
([#&#8203;3637](https://togithub.com/goreleaser/goreleaser/issues/3637))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e8773b7`](https://togithub.com/goreleaser/goreleaser/commit/e8773b7f9df8c94c60d8f498ee96b35dd900f785):
feat(deps): bump golang from 1.19.3-alpine to 1.19.4-alpine
([#&#8203;3626](https://togithub.com/goreleaser/goreleaser/issues/3626))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4c62c9b`](https://togithub.com/goreleaser/goreleaser/commit/4c62c9b450b414f4c4029d3742fa1de036666be1):
feat(deps): bump golang from `d171aa3` to `8bd8a4b`
([#&#8203;3617](https://togithub.com/goreleaser/goreleaser/issues/3617))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f83a942`](https://togithub.com/goreleaser/goreleaser/commit/f83a942fd5b4d9a3ba5c81ada8a7f544290436cc):
feat(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
([#&#8203;3595](https://togithub.com/goreleaser/goreleaser/issues/3595))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`50d1ca6`](https://togithub.com/goreleaser/goreleaser/commit/50d1ca68e233bb646bcb32abab38fffa22821797):
feat(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
([#&#8203;3622](https://togithub.com/goreleaser/goreleaser/issues/3622))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

##### Other work

-
[`fd9afb9`](https://togithub.com/goreleaser/goreleaser/commit/fd9afb9cd72dd2650e71cd4d54c9de1d17a23563):
docs: add Optimus Mine to GoReleaser users
([#&#8203;3651](https://togithub.com/goreleaser/goreleaser/issues/3651))
([@&#8203;abemedia](https://togithub.com/abemedia))
-
[`eedf957`](https://togithub.com/goreleaser/goreleaser/commit/eedf9578a61d44b09803b33c0be1df5293d919cf):
docs: clarify cgo ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bb6181c`](https://togithub.com/goreleaser/goreleaser/commit/bb6181c1bb27ce89188b37747319f81f9a78df02):
docs: document release upload errors
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5c15e5a`](https://togithub.com/goreleaser/goreleaser/commit/5c15e5a6ef4079e98a8ddafc71a5606fe236db82):
docs: errors/build ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2999db7`](https://togithub.com/goreleaser/goreleaser/commit/2999db7a4c428c20d502eb0294c1c2d30e058a07):
docs: fix README badge
([#&#8203;3652](https://togithub.com/goreleaser/goreleaser/issues/3652))
([@&#8203;dirien](https://togithub.com/dirien))
-
[`960814a`](https://togithub.com/goreleaser/goreleaser/commit/960814aea81f06d33f5b11de5ce8ff737cfeb6d1):
docs: fix `skip_push` parameter to `skip_build`
([#&#8203;3628](https://togithub.com/goreleaser/goreleaser/issues/3628))
([@&#8203;j178](https://togithub.com/j178))
-
[`0c6d209`](https://togithub.com/goreleaser/goreleaser/commit/0c6d2099467b0a3e1993570c002eb35bb86a5b69):
docs: fix typo in pro docs
([#&#8203;3586](https://togithub.com/goreleaser/goreleaser/issues/3586))
([@&#8203;markphelps](https://togithub.com/markphelps))
-
[`5434168`](https://togithub.com/goreleaser/goreleaser/commit/54341682e0131e47b4634014bf019452a135c8c2):
docs: improve modeline docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`27af559`](https://togithub.com/goreleaser/goreleaser/commit/27af559a6235a42170d6d4d4e7dd1e7bb1989df4):
docs: improve reproducible builds
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`fb901ae`](https://togithub.com/goreleaser/goreleaser/commit/fb901ae6d35ced691ae24b1b20a4ca32be05508f):
docs: make co-marketing more strict on eula
([#&#8203;3583](https://togithub.com/goreleaser/goreleaser/issues/3583))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ee9816b`](https://togithub.com/goreleaser/goreleaser/commit/ee9816bf7b573f7334ff6efde5dc60ac73d4dac0):
docs: schema update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`580022b`](https://togithub.com/goreleaser/goreleaser/commit/580022b1b6a6f15f04e9fbc69e1c1eff363f621c):
docs: typo fix ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b06f217`](https://togithub.com/goreleaser/goreleaser/commit/b06f217e3b57cf3139f31220b428f9350e0ac47b):
docs: update docker options and schema
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`3cfe215`](https://togithub.com/goreleaser/goreleaser/commit/3cfe215d4c3490703b136d51c8ddbbb85fc4afa2):
docs: update github-action documentation
([#&#8203;3640](https://togithub.com/goreleaser/goreleaser/issues/3640))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0767ded`](https://togithub.com/goreleaser/goreleaser/commit/0767ded0cdbbebe092340ec276ad1aa15b6b822e):
refactor: improving minio and docker tests
([#&#8203;3642](https://togithub.com/goreleaser/goreleaser/issues/3642))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.13.1...v1.14.0

***

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a
[Pro License](https://goreleaser.com/pro) or
[contribute](https://goreleaser.com/contributing).
Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6)
and [Twitter](https://twitter.com/goreleaser)!

</details>

<details>
<summary>miniscruff/changie</summary>

###
[`v1.10.2`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1102-on-2022-12-19)

[Compare
Source](https://togithub.com/miniscruff/changie/compare/v1.10.1...v1.10.2)

##### Fixed

- [#&#8203;430](https://togithub.com/miniscruff/changie/issues/430)
Remove extra newline character from the output of `changie latest`

###
[`v1.10.1`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1101-on-2022-12-11)

[Compare
Source](https://togithub.com/miniscruff/changie/compare/v1.10.0...v1.10.1)

##### Fixed

- [#&#8203;404](https://togithub.com/miniscruff/changie/issues/404) Init
command will exit if a changie config file already exists, a new force
option exists if you want to reset your config
- [#&#8203;406](https://togithub.com/miniscruff/changie/issues/406)
Batch command will exit if the version file already exists, a new force
option was added if you want to override it

</details>

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

###
[`v1.39.13`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v13913---2023-01-06)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.11...v1.39.13)

No user facing impact.
This release is iterating on Snap installation method for Linux (which
is in progress), and does not impact functionality of the dsv-cli.

##### 🔨 Refactor

- Remove plugs for the dsv-cli snap installation, allowing all
configuration to sit inside the isolated snap environment.

##### Related

- fixes
[AB#&#8203;480396](https://togithub.com/AB/dsv-cli/issues/480396)
- related
[AB#&#8203;464526](https://togithub.com/AB/dsv-cli/issues/464526)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.11`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v13911---2023-01-05----v3---)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.10...v1.39.11)

No user facing impact.
This release is iterating on Snap installation method for Linux (which
is in progress), and does not impact functionality of the dsv-cli.

##### 🐛 Bug Fix

- Adjust snap installation mapping in goreleaser to try and ensure
publishing is successful.

##### Related

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.10`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v13910---2023-01-04----v5---)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.9...v1.39.10)

##### 🎉 Feature

-   Add new installation method for Linux users, leveraging Snapcraft.
Include Snap install support for goreleaser, with login tasks and
release tasks for Mage and Azure Pipelines included now. and login tasks
for snapcraft.

##### Related

- fixes
[AB#&#8203;480396](https://togithub.com/AB/dsv-cli/issues/480396)
- related
[AB#&#8203;464526](https://togithub.com/AB/dsv-cli/issues/464526)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.9`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1399---2023-01-03)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.8...v1.39.9)

##### 🎉 Feature

- Release Scoop Installation support. This will allow Windows users to
install via Scoop, which is a similar experience to Homebrew on MacOS
and Linux.

##### Related

- fixes
[AB#&#8203;477843](https://togithub.com/AB/dsv-cli/issues/477843)
- related
[AB#&#8203;464528](https://togithub.com/AB/dsv-cli/issues/464528)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.8`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1398---2022-12-16)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.6...v1.39.8)

##### 🐛 Bug Fix

- Reverted Scoop installation method as this is failing despite builds
for windows at this time.
Will revisit in the future as might be a Goreleaser issue or problem
identifying the assets built in this more complex configuration.

##### Related

- related
[AB#&#8203;464528](https://togithub.com/AB/dsv-cli/issues/464528)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.6`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1396---2022-12-16)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.5...v1.39.6)

##### 🔨 Refactor

- Adjust the artifact path for goreleaser generated checksum back to
standard asset-platform-etc.

##### Related

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.5`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1395---2022-12-15)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.4...v1.39.5)

##### 🐛 Bug Fix

- Resolve version of binary and asset matching for update service with
cli-version.json and brew installs.

##### Related

- fixes
[AB#&#8203;478048](https://togithub.com/AB/dsv-cli/issues/478048)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.4`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1394---2022-12-15)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.3...v1.39.4)

##### 🐛 Bug Fix

- Ensure embedded version information is correctly included in binary.
This was missing from prior release returning "undefined".

##### Related

- related
[AB#&#8203;464524](https://togithub.com/AB/dsv-cli/issues/464524)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.3`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1393---2022-12-15)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.2...v1.39.3)

##### 🐛 Bug Fix

- Improve Homebrew installation support for multiple architectures on
macOS.

##### Related

- related
[AB#&#8203;464524](https://togithub.com/AB/dsv-cli/issues/464524)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

###
[`v1.39.2`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v1392---2022-12-15)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/v1.39.1...v1.39.2)

##### 🎉 Feature

-   🎉 Brew install is now available for macOS and Linux.
- Add `--name` flag instead of `--path` flag for read/update/delete
SIEM.
While we'll continue to support `--path` flag, you should use `--name`
flag primarly.

##### 🐛 Bug Fix

-   Remove `--name` flag check while using `--data` flag on create siem.
-   Trim space in name on create siem.

##### Related

- fixes
[AB#&#8203;471546](https://togithub.com/AB/dsv-cli/issues/471546)
- fixes
[AB#&#8203;477843](https://togithub.com/AB/dsv-cli/issues/477843)
- fixes
[AB#&#8203;475389](https://togithub.com/AB/dsv-cli/issues/475389)
- fixes
[AB#&#8203;471545](https://togithub.com/AB/dsv-cli/issues/471545)
- related
[AB#&#8203;464524](https://togithub.com/AB/dsv-cli/issues/464524)
- related
[AB#&#8203;477345](https://togithub.com/AB/dsv-cli/issues/477345)
- related
[AB#&#8203;477323](https://togithub.com/AB/dsv-cli/issues/477323)

##### Contributors

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

###
[`v1.39.1`](https://togithub.com/thycotic/dsv-cli/blob/HEAD/CHANGELOG.md#v13913---2023-01-06)

[Compare
Source](https://togithub.com/thycotic/dsv-cli/compare/1.39.0...v1.39.1)

No user facing impact.
This release is iterating on Snap installation method for Linux (which
is in progress), and does not impact functionality of the dsv-cli.

##### 🔨 Refactor

- Remove plugs for the dsv-cli snap installation, allowing all
configuration to sit inside the isolated snap environment.

##### Related

- fixes
[AB#&#8203;480396](https://togithub.com/AB/dsv-cli/issues/480396)
- related
[AB#&#8203;464526](https://togithub.com/AB/dsv-cli/issues/464526)

##### Contributors

-   [sheldonhull](https://togithub.com/sheldonhull)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

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

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-k8s-sidecar that referenced this pull request Jan 9, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.103.0` -> `v3.118.0` |
| [helm/helm](https://togithub.com/helm/helm) | patch | `v3.10.2` ->
`v3.10.3` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | patch
| `v1.10.1` -> `v1.10.2` |

---

### Release Notes

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

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

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


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

#### 🎉 New Packages

[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[koki-develop/clive](https://togithub.com/koki-develop/clive): Automates
terminal operations and lets you view them live via a browser
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)
[lycheeverse/lychee](https://togithub.com/lycheeverse/lychee): Fast,
async, stream-based link checker written in Rust. Finds broken URLs and
mail addresses inside Markdown, HTML, reStructuredText, websites and
more
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[tamasfe/taplo](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[tamasfe/taplo/full](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust

#### Contributors

Thank you for your contribution!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)

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

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


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

#### Features

[#&#8203;8973](https://togithub.com/aquaproj/aqua-registry/issues/8973)
[#&#8203;8974](https://togithub.com/aquaproj/aqua-registry/issues/8974)
[suzuki-shunsuke/tfcmt](https://togithub.com/suzuki-shunsuke/tfcmt):
Configure SLSA Provenance and Cosign
[#&#8203;8968](https://togithub.com/aquaproj/aqua-registry/issues/8968)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
Configure cosign

You can install tfcmt and github-comment securely.

#### Fixes

[#&#8203;8970](https://togithub.com/aquaproj/aqua-registry/issues/8970)
[boz/kail](https://togithub.com/boz/kail): Support v0.16.0 or later

Followed up the change of asset names.

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

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


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

#### 🎉 New Packages

[#&#8203;8917](https://togithub.com/aquaproj/aqua-registry/issues/8917)
[#&#8203;8930](https://togithub.com/aquaproj/aqua-registry/issues/8930)
[github-release/github-release](https://togithub.com/github-release/github-release):
Commandline app to create and edit releases on Github (and upload
artifacts)

#### Features

[#&#8203;8911](https://togithub.com/aquaproj/aqua-registry/issues/8911)
[aquaproj/registry-tool](https://togithub.com/aquaproj/registry-tool):
Configure slsa_provenance and cosign

#### Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[MordechaiHadad/bob](https://togithub.com/MordechaiHadad/bob): A version
manager for neovim

#### Features

[#&#8203;8878](https://togithub.com/aquaproj/aqua-registry/issues/8878)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
support verifying SLSA Provenance

#### Fixes

[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)
[DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli): Support
new versions
[#&#8203;8879](https://togithub.com/aquaproj/aqua-registry/issues/8879)
[fastly/cli](https://togithub.com/fastly/cli): Support Windows in v4.6.0

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[@&#8203;sheldonhull](https://togithub.com/sheldonhull)
[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)

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

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


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

#### 🎉 New Packages

[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
[cocogitto/cocogitto](https://togithub.com/cocogitto/cocogitto): The
Conventional Commits toolbox
[#&#8203;8852](https://togithub.com/aquaproj/aqua-registry/issues/8852)
[terrastruct/d2](https://togithub.com/terrastruct/d2): D2 is a modern
diagram scripting language that turns text to diagrams
[#&#8203;8853](https://togithub.com/aquaproj/aqua-registry/issues/8853)
[terrastruct/tala](https://togithub.com/terrastruct/tala): A diagram
layout engine designed specifically for software architecture diagrams

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8836](https://togithub.com/aquaproj/aqua-registry/issues/8836)
[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
:tada: New contributor!

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

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


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

#### 🎉 The number of packages has reached 1,000 🎉

Amazing! Thank you, all contributors!

#### 🎉 New Packages

[#&#8203;948](https://togithub.com/aquaproj/aqua-registry/issues/948)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/concourse](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;994](https://togithub.com/aquaproj/aqua-registry/issues/994)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/fly](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[prometheus/alertmanager](https://togithub.com/prometheus/alertmanager):
Prometheus Alertmanager
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)
[prometheus/prom2json](https://togithub.com/prometheus/prom2json): A
tool to scrape a Prometheus client and dump the result as JSON
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[prometheus/prometheus](https://togithub.com/prometheus/prometheus): The
Prometheus monitoring system and time series database

#### Contributors

Thank you for your contribution!

[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)

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

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


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

#### 🎉 New Packages

[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)
[ivaaaan/smug](https://togithub.com/ivaaaan/smug): Session manager and
task runner for tmux. Start your development environment within one
command
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[jmattheis/goverter](https://togithub.com/jmattheis/goverter): Generate
type-safe Go converters by simply defining an interface

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)

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

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


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

#### 🎉 New Packages

[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)
[CycloneDX/cyclonedx-cli](https://togithub.com/CycloneDX/cyclonedx-cli):
CycloneDX CLI tool for SBOM analysis, merging, diffs and format
conversions
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[bufbuild/protoc-gen-validate](https://togithub.com/bufbuild/protoc-gen-validate):
protoc plugin to generate polyglot message validators
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[vburenin/ifacemaker](https://togithub.com/vburenin/ifacemaker):
Generate interfaces from structure methods

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)

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

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


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

#### 🎉 New Packages

[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
[bufbuild/connect-go/protoc-gen-connect-go](https://togithub.com/bufbuild/connect-go):
A code generation tool for
[Connect](https://connect.build/docs/go/getting-started#install-tools).

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
:tada: New contributor!

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

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


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

#### 🎉 New Packages

[#&#8203;8757](https://togithub.com/aquaproj/aqua-registry/issues/8757)
[spf13/cobra-cli](https://togithub.com/spf13/cobra-cli): Cobra CLI tool
to generate applications and commands

#### Features

[#&#8203;8747](https://togithub.com/aquaproj/aqua-registry/issues/8747)
[google/osv-scanner](https://togithub.com/google/osv-scanner): Verify
SLSA Provenance

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[Songmu/gitsemvers](https://togithub.com/Songmu/gitsemvers): Retrieve
semvers from git tags
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)
[mr-karan/doggo](https://togithub.com/mr-karan/doggo): Command-line DNS
Client for Humans. Written in Golang

#### Features

[#&#8203;8731](https://togithub.com/aquaproj/aqua-registry/issues/8731)
[argoproj/argo-workflows](https://togithub.com/argoproj/argo-workflows):
Add Cosign setting
[#&#8203;8732](https://togithub.com/aquaproj/aqua-registry/issues/8732)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Add
Cosign setting

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)

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

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


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

#### 🎉 New Packages

[#&#8203;8718](https://togithub.com/aquaproj/aqua-registry/issues/8718)
[FairwindsOps/gonogo](https://togithub.com/FairwindsOps/gonogo): Tool to
evaluate upgrade confidence for Kubernetes cluster addons

#### Fixes

[#&#8203;8721](https://togithub.com/aquaproj/aqua-registry/issues/8721)
[bitwarden/clients](https://togithub.com/bitwarden/clients): Set
`supported_envs`

Only assets for `amd64` are released.

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[Songmu/timeout](https://togithub.com/Songmu/timeout): Timeout
invocation. Go porting of GNU timeout and able to use as Go package
[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[aquaproj/example-go-slsa-provenance](https://togithub.com/aquaproj/example-go-slsa-provenance):
Example Go Application with SLSA Provenance
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
[ipinfo/cli](https://togithub.com/ipinfo/cli): Official Command Line
Interface for the IPinfo API (IP geolocation and other types of IP data)
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2range
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/grepip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/prips
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/randip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2cidr
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/splitcidr
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)
[wasmerio/wapm-cli](https://togithub.com/wasmerio/wapm-cli): WebAssembly
Package Manager (CLI)

#### Features

[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[terraform-linters/tflint](github.com/terraform-linters/tflint): Add the
configuration of Cosign

#### Contributors

Thank you, Contributors!

[@&#8203;4513ECHO](https://togithub.com/4513ECHO)
[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)

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

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


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

#### Fixes

[#&#8203;8668](https://togithub.com/aquaproj/aqua-registry/issues/8668)
[x-motemen/blogsync](https://togithub.com/x-motemen/blogsync): Support
v0.12.2 or later
[#&#8203;8651](https://togithub.com/aquaproj/aqua-registry/issues/8651)
[omrikiei/ktunnel](https://togithub.com/omrikiei/ktunnel): Add a command
`kubectl-tunnel` as a kubectl plugin

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8645](https://togithub.com/aquaproj/aqua-registry/issues/8645)
[chenjiandongx/kubectl-images](https://togithub.com/chenjiandongx/kubectl-images):
Show container images used in the cluster
[#&#8203;8590](https://togithub.com/aquaproj/aqua-registry/issues/8590)
[google/osv-scanner](https://togithub.com/google/osv-scanner):
Vulnerability scanner written in Go which uses the data provided by
https://osv.dev

#### Contributors

Thank you, Contributors!

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

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

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


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

#### Fixes

[#&#8203;8578](https://togithub.com/aquaproj/aqua-registry/issues/8578)
[slsa-framework/slsa-verifier](https://togithub.com/slsa-framework/slsa-verifier):
Fix Go Module Path to support v2

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

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


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

#### 🎉 New Packages

[#&#8203;8498](https://togithub.com/aquaproj/aqua-registry/issues/8498)
[prometheus/promlens](https://togithub.com/prometheus/promlens):
PromLens – The query builder, analyzer, and explainer for PromQL

#### Fixes

[#&#8203;8497](https://togithub.com/aquaproj/aqua-registry/issues/8497)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Support
[v0.40.2](https://togithub.com/updatecli/updatecli/releases/tag/v0.40.2)

The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets

[updatecli/updatecli#1041

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8466](https://togithub.com/aquaproj/aqua-registry/issues/8466)
[corrupt952/closest](https://togithub.com/corrupt952/closest): The
command that searches the current directory or parent directories for a
specific file and returns the closest path
[#&#8203;8375](https://togithub.com/aquaproj/aqua-registry/issues/8375)
[octohelm/cuemod](https://togithub.com/octohelm/cuemod): experimental
cuelang mod tool

#### Contributors

Thank you, Contributors!

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

</details>

<details>
<summary>helm/helm</summary>

### [`v3.10.3`](https://togithub.com/helm/helm/releases/tag/v3.10.3)

[Compare
Source](https://togithub.com/helm/helm/compare/v3.10.2...v3.10.3)

#### v3.10.3

Helm v3.10.3 is a security (patch) release. Users are strongly
recommended to update to this release.

While fuzz testing Helm, provided by the CNCF:

- a possible stack overflow was discovered with the *strvals* package.
Stack overflow cannot be recovered from in Go. This can potentially be
used to produce a denial of service (DOS) for SDK users. More details
are available in [the
advisory](https://togithub.com/helm/helm/security/advisories/GHSA-6rx9-889q-vv2r).
- a possible segmentation violation was discovered with the *repo*
package. Some segmentation violations cannot be recovered from in Go.
This can potentially be used to produce a denial of service (DOS) for
SDK users. More details are available in [the
advisory](https://togithub.com/helm/helm/security/advisories/GHSA-53c4-hhmh-vw5q).
- a possible segmentation violation was discovered with the *chartutil*
package. This can potentially be used to produce a denial of service
(DOS) for SDK users. More details are available in [the
advisory](https://togithub.com/helm/helm/security/advisories/GHSA-67fx-wx78-jx33)

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.10.3. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.10.3-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-darwin-amd64.tar.gz.sha256sum)
/ 77a94ebd37eab4d14aceaf30a372348917830358430fcd7e09761eed69f08be5)
- [MacOS arm64](https://get.helm.sh/helm-v3.10.3-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-darwin-arm64.tar.gz.sha256sum)
/ 4f3490654349d6fee8d4055862efdaaf9422eca1ffd2a15393394fd948ae3377)
- [Linux amd64](https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz.sha256sum)
/ 950439759ece902157cf915b209b8d694e6f675eaab5099fb7894f30eeaee9a2)
- [Linux arm](https://get.helm.sh/helm-v3.10.3-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-arm.tar.gz.sha256sum)
/ dca718eb68c72c51fc7157c4c2ebc8ce7ac79b95fc9355c5427ded99e913ec4c)
- [Linux arm64](https://get.helm.sh/helm-v3.10.3-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-arm64.tar.gz.sha256sum)
/ 260cda5ff2ed5d01dd0fd6e7e09bc80126e00d8bdc55f3269d05129e32f6f99d)
- [Linux i386](https://get.helm.sh/helm-v3.10.3-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-386.tar.gz.sha256sum)
/ 592e98a492cb782aa7cd67e9afad76e51cd68f5160367600fe542c2d96aa0ad4)
- [Linux ppc64le](https://get.helm.sh/helm-v3.10.3-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-ppc64le.tar.gz.sha256sum)
/ 93cdf398abc68e388d1b46d49d8e1197544930ecd3e81cc58d0a87a4579d60ed)
- [Linux s390x](https://get.helm.sh/helm-v3.10.3-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.3-linux-s390x.tar.gz.sha256sum)
/ 6cfa0b9078221f980ef400dc40c95eb71be81d14fdf247ca55efedb068e1d4fa)
- [Windows amd64](https://get.helm.sh/helm-v3.10.3-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.10.3-windows-amd64.zip.sha256sum)
/ 5d97aa26830c1cd6c520815255882f148040587fd7cdddb61ef66e4c081566e0)

This release was signed with ` F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759
8529 A53E ` and can be found at
[@&#8203;hickeyma](https://togithub.com/hickeyma) [keybase
account](https://keybase.io/hickeyma). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

-   3.11.0 is the next feature release and will be on January 18, 2023.

#### Changelog

- Fix backwards compatibility
[`835b733`](https://togithub.com/helm/helm/commit/835b7334cfe2e5e27870ab3ed4135f136eecc704)
(Martin Hickey)
- Update string handling
[`3caf8b5`](https://togithub.com/helm/helm/commit/3caf8b586b47e838e492f9ec05396bf8c5851b92)
(Martin Hickey)
- Update repo handling
[`7c0e203`](https://togithub.com/helm/helm/commit/7c0e203529d4b9d51c5fe57c9e0bd9df1bd95ab4)
(Martin Hickey)
- Update schema validation handling
[`f4b9322`](https://togithub.com/helm/helm/commit/f4b93226c6066e009a5162d0b08debbf3d82a67f)
(Martin Hickey)

</details>

<details>
<summary>miniscruff/changie</summary>

###
[`v1.10.2`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1102-on-2022-12-19)

[Compare
Source](https://togithub.com/miniscruff/changie/compare/v1.10.1...v1.10.2)

##### Fixed

- [#&#8203;430](https://togithub.com/miniscruff/changie/issues/430)
Remove extra newline character from the output of `changie latest`

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

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

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-gitlab that referenced this pull request Jan 23, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.59.0`
-> `v0.68.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.82.0` -> `v3.123.0` |
| [direnv/direnv](https://togithub.com/direnv/direnv) | patch |
`v2.32.1` -> `v2.32.2` |
| [golang.org/x/tools/gopls](https://togithub.com/golang/tools) | minor
| `v0.9.5` -> `v0.11.0` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` ->
`1.19.5` |
| [golang/tools](https://togithub.com/golang/tools) | minor | `v0.2.0`
-> `v0.5.0` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.12.3` -> `v1.14.1` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | patch
| `v1.10.0` -> `v1.10.2` |
| [thycotic/dsv-cli](https://togithub.com/thycotic/dsv-cli) | patch |
`1.39.0` -> `v1.39.13` |

---

### Release Notes

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

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

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

### Changelog

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

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

##### Added Features

- Catalog memcached binary \[[Issue
#&#8203;1459](https://togithub.com/anchore/syft/issues/1459)]
\[[@&#8203;witchcraze](https://togithub.com/witchcraze)]

##### Bug Fixes

- Relax error conditions for catalogers \[[PR
#&#8203;1492](https://togithub.com/anchore/syft/pull/1492)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Always set the package ID for java packages \[[PR
#&#8203;1493](https://togithub.com/anchore/syft/pull/1493)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Fix panic in APK version specifier handling \[[PR
#&#8203;1494](https://togithub.com/anchore/syft/pull/1494)]
\[[luhring](https://togithub.com/luhring)]
- ZERO npm dependencies discovered if any npm dependency has an array as
a license \[[Issue
#&#8203;1479](https://togithub.com/anchore/syft/issues/1479)]
- Syft panics on APK parsing when Dependencies or Provides holds an
empty string \[[Issue
#&#8203;1483](https://togithub.com/anchore/syft/issues/1483)]

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

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

### Changelog

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

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

##### Bug Fixes

- update dependency golang.org/x/text \[[Issue
#&#8203;1457](https://togithub.com/anchore/syft/issues/1457)]
- syft is now throwing panic with version 0.66.1 \[[Issue
#&#8203;1462](https://togithub.com/anchore/syft/issues/1462)]

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

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

### Changelog

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

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

##### Bug Fixes

- update graalvm cataloger to fix panic \[[PR
#&#8203;1454](https://togithub.com/anchore/syft/pull/1454)]
\[[kzantow](https://togithub.com/kzantow)]

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

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

### Changelog

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

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

##### Added Features

- Catalog Erlang/Elixir artifacts using "rebar" and "mix" package
managers \[[Issue
#&#8203;1071](https://togithub.com/anchore/syft/issues/1071)]
\[[@&#8203;cpendery](https://togithub.com/cpendery)]
- Catalog PHP binary runtimes \[[Issue
#&#8203;1429](https://togithub.com/anchore/syft/issues/1429)]
\[[@&#8203;witchcraze](https://togithub.com/witchcraze)]
- Catalog Apache HTTP binary runtimes \[[Issue
#&#8203;1440](https://togithub.com/anchore/syft/issues/1440)]
\[[@&#8203;witchcraze](https://togithub.com/witchcraze)]
- Catalog redis binary runtimes \[[Issue
#&#8203;1437](https://togithub.com/anchore/syft/issues/1437)]
\[[@&#8203;noqcks](https://togithub.com/noqcks)]
- Increase the speed of cataloger stage \[[Issue
#&#8203;1353](https://togithub.com/anchore/syft/issues/1353)]
\[[@&#8203;Mikcl](https://togithub.com/Mikcl)]
- Add the origin field to the output format of syftjson \[[PR
#&#8203;1327](https://togithub.com/anchore/syft/pull/1327)]
\[[@&#8203;asi-cider](https://togithub.com/asi-cider)]

##### Bug Fixes

- A duplicate file in tar archive causes read to fail \[[Issue
#&#8203;1400](https://togithub.com/anchore/syft/issues/1400)]
\[[@&#8203;kzantow](https://togithub.com/kzantow)]

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

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

### Changelog

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

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

##### Added Features

- refactor basic CPE functionality to its own package \[[PR
#&#8203;1436](https://togithub.com/anchore/syft/pull/1436)]
\[[kzantow](https://togithub.com/kzantow)]
- adding purl types for binary classifiers \[[Issue
#&#8203;1435](https://togithub.com/anchore/syft/issues/1435)]
\[[noqcks](https://togithub.com/noqcks)]

##### Bug Fixes

- silence additional excessive go binary warnings \[[Issue
#&#8203;1432](https://togithub.com/anchore/syft/issues/1432)]
\[[jedevc](https://togithub.com/jedevc)]

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

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

### Changelog

#### [v0.64.0](https://togithub.com/anchore/syft/tree/v0.64.0)
(2022-12-23)

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

##### Added Features

- License parsing for Java \[[PR
#&#8203;1385](https://togithub.com/anchore/syft/pull/1385)]
- Integration or association of binary and package \[[Issue
#&#8203;1411](https://togithub.com/anchore/syft/issues/1411)]
- Include go.sum h1 digest information in checksums \[[Issue
#&#8203;1277](https://togithub.com/anchore/syft/issues/1277)]

##### Bug Fixes

- Clean package names found in python catalogers \[[PR
#&#8203;1417](https://togithub.com/anchore/syft/pull/1417)]
\[[wagoodman](https://togithub.com/wagoodman)]
- FilesAnalyzed wrong and missing SHA1 for files \[[Issue
#&#8203;1396](https://togithub.com/anchore/syft/issues/1396)]
- Binary executables identified as "library" type in CycloneDX \[[Issue
#&#8203;1402](https://togithub.com/anchore/syft/issues/1402)]
- Excessive "unable to read golang buildinfo error=not a Go executable
file" warnings in versions after v0.62.1 \[[Issue
#&#8203;1403](https://togithub.com/anchore/syft/issues/1403)]
- Binary java detection \[[Issue
#&#8203;1410](https://togithub.com/anchore/syft/issues/1410)]

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

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

### Changelog

#### [v0.63.0](https://togithub.com/anchore/syft/tree/v0.63.0)
(2022-12-12)

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

##### Added Features

- Catalog Java binary runtimes \[[Issue
#&#8203;1388](https://togithub.com/anchore/syft/issues/1388)]

##### Bug Fixes

- Syft generates too loose of cpes for python redis \[[Issue
#&#8203;1066](https://togithub.com/anchore/syft/issues/1066)]
- Panic in alpm cataloger \[[Issue
#&#8203;1195](https://togithub.com/anchore/syft/issues/1195)]
- goroutine stack exceeds
[`1000000`](https://togithub.com/anchore/syft/commit/1000000000)-byte
limit scanning image \[[Issue
#&#8203;1368](https://togithub.com/anchore/syft/issues/1368)]
- Binary go detection \[[Issue
#&#8203;1382](https://togithub.com/anchore/syft/issues/1382)]

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

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

### Changelog

#### [v0.62.3](https://togithub.com/anchore/syft/tree/v0.62.3)
(2022-11-30)

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

##### Added Features

- Add a generic binary cataloger \[[PR
#&#8203;1336](https://togithub.com/anchore/syft/pull/1336)]
\[[kzantow](https://togithub.com/kzantow)]
- Add `--name` option to override name in output
\[[1269](https://togithub.com/anchore/syft/pull/1269)]
\[[jedevc](https://togithub.com/jedevc)]

##### Bug Fixes

- Recover from bad parsing of golang binary \[[PR
#&#8203;1371](https://togithub.com/anchore/syft/pull/1371)]
\[[wagoodman](https://togithub.com/wagoodman)]
- panic: runtime error: index out of range \[0] with length 0 \[[Issue
#&#8203;1094](https://togithub.com/anchore/syft/issues/1094)]
- Syft finds no apks for some images with apks \[[Issue
#&#8203;1354](https://togithub.com/anchore/syft/issues/1354)]

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

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

### Changelog

#### [v0.62.2](https://togithub.com/anchore/syft/tree/v0.62.2)
(2022-11-28)

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

##### Bug Fixes

- SPDX-json output differs between cli and golang implementation
\[[Issue #&#8203;1213](https://togithub.com/anchore/syft/issues/1213)]
- Python cataloging fails to remove some non-version characters from
version string \[[Issue
#&#8203;1360](https://togithub.com/anchore/syft/issues/1360)]
- Haskell Cabal packages crash syft \[[Issue
#&#8203;1362](https://togithub.com/anchore/syft/issues/1362)]
- Panic case for alpm on windows has a correct error case \[[Issue
#&#8203;1094](https://togithub.com/anchore/syft/issues/1094)]

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

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

### Changelog

#### [v0.62.1](https://togithub.com/anchore/syft/tree/v0.62.1)
(2022-11-21)

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

##### Bug Fixes

- fix(npm): handle aliases in package-lock.json \[[Issue
#&#8203;1314](https://togithub.com/anchore/syft/issues/1314)]
\[[Mikcl](https://togithub.com/Mikcl)]
- chore: add debug logging for decode errors \[[PR
#&#8203;1352](https://togithub.com/anchore/syft/pull/1352)]
\[[kzantow](https://togithub.com/kzantow)]
- fix: sort relationships in SPDX output \[[Issue
#&#8203;1213](https://togithub.com/anchore/syft/issues/1213)]
\[[kzantow](https://togithub.com/kzantow)]

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

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

### Changelog

#### [v0.62.0](https://togithub.com/anchore/syft/tree/v0.62.0)
(2022-11-18)

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

##### Added Features

- NPM package-lock.json version 3 \[[Issue
#&#8203;1203](https://togithub.com/anchore/syft/issues/1203)]

##### Bug Fixes

- Don't replace : with - in docker SPDX namespaces \[[Issue
#&#8203;1111](https://togithub.com/anchore/syft/issues/1111)]

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

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

### Changelog

#### [v0.61.0](https://togithub.com/anchore/syft/tree/v0.61.0)
(2022-11-18)

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

##### Added Features

- Add support for map fields in CycloneDX (XML and JSON) \[[Issue
#&#8203;1032](https://togithub.com/anchore/syft/issues/1032)]
- Dependency's MIT license not picked up when scanning package-lock.json
\[[Issue #&#8203;1113](https://togithub.com/anchore/syft/issues/1113)]
- Support SPDX 2.3 \[[Issue
#&#8203;1292](https://togithub.com/anchore/syft/issues/1292)]
- Add support for dependency relationships for alpine (apk) \[[PR
#&#8203;1063](https://togithub.com/anchore/syft/pull/1063)]

##### Bug Fixes

- Normalize alpm md5 refs \[[PR
#&#8203;1333](https://togithub.com/anchore/syft/pull/1333)]
\[[wagoodman](https://togithub.com/wagoodman)]
- APK Metadata decoding should be backwards compatible \[[PR
#&#8203;1341](https://togithub.com/anchore/syft/pull/1341)]
\[[wagoodman](https://togithub.com/wagoodman)]
- Add spdx relationship encoding for dependencies \[[PR
#&#8203;1342](https://togithub.com/anchore/syft/pull/1342)]
\[[wagoodman](https://togithub.com/wagoodman)]
- v0.3.0 SPDX SBOM Does Not Have Unique SPDXID Package IDs \[[Issue
#&#8203;923](https://togithub.com/anchore/syft/issues/923)]
- Missing licenses and "skipping encoding of unsupported property:
syft:metadata:goBuildSetting" \[[Issue
#&#8203;1007](https://togithub.com/anchore/syft/issues/1007)]
- System independent build not possible \[[Issue
#&#8203;1084](https://togithub.com/anchore/syft/issues/1084)]
- Dependency's MIT license not picked up when scanning package-lock.json
\[[Issue #&#8203;1113](https://togithub.com/anchore/syft/issues/1113)]
- No packages discovered in SIF when image source not specified \[[Issue
#&#8203;1189](https://togithub.com/anchore/syft/issues/1189)]
- `syft packages` panics on OCI archive creation \[[Issue
#&#8203;1318](https://togithub.com/anchore/syft/issues/1318)]
- Missing metadata in syft-json artifacts crashes grype \[[Issue
#&#8203;1334](https://togithub.com/anchore/syft/issues/1334)]
- CPE for amazoncorretto:19.0.1-al2 is incorrect \[[Issue
#&#8203;1337](https://togithub.com/anchore/syft/issues/1337)]

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

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

### Changelog

#### [v0.60.3](https://togithub.com/anchore/syft/tree/v0.60.3)
(2022-11-03)

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

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

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

### Changelog

#### [v0.60.2](https://togithub.com/anchore/syft/tree/v0.60.2)
(2022-11-02)

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

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

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

### Changelog

#### [v0.60.1](https://togithub.com/anchore/syft/tree/v0.60.1)
(2022-11-01)

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

##### Added Features

- Remove the docker installation from the release process \[[Issue
#&#8203;577](https://togithub.com/anchore/syft/issues/577)]
- Include go binary h1 digests in SPDX \[[Issue
#&#8203;1261](https://togithub.com/anchore/syft/issues/1261)]

##### Bug Fixes

- A malformed Python RECORD file stops Syft processing \[[Issue
#&#8203;1012](https://togithub.com/anchore/syft/issues/1012)]
- Deprecated SPDX license (GFDL\* and BSD-2-Clause-NetBSD) \[[Issue
#&#8203;1179](https://togithub.com/anchore/syft/issues/1179)]
- Update SPDX license list to 3.18 \[[Issue
#&#8203;1245](https://togithub.com/anchore/syft/issues/1245)]
- Versions not printed out properly from maven pom.xml \[[Issue
#&#8203;1251](https://togithub.com/anchore/syft/issues/1251)]
- syft attest --output cyclonedx-json incompatible with cosign \[[Issue
#&#8203;1268](https://togithub.com/anchore/syft/issues/1268)]
- Create SBOM file will have suffix in modules name \[[Issue
#&#8203;1275](https://togithub.com/anchore/syft/issues/1275)]

</details>

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

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

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


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

#### 🎉 New Packages

[#&#8203;9304](https://togithub.com/aquaproj/aqua-registry/issues/9304)
[projectdiscovery/pdtm](https://togithub.com/projectdiscovery/pdtm):
ProjectDiscovery's Open Source Tool Manager
[#&#8203;9302](https://togithub.com/aquaproj/aqua-registry/issues/9302)
[suzuki-shunsuke/ghalint](https://togithub.com/suzuki-shunsuke/ghalint):
GitHub Actions linter

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

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


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

#### 🎉 New Packages

[#&#8203;9232](https://togithub.com/aquaproj/aqua-registry/issues/9232)
[comtrya/comtrya](https://togithub.com/comtrya/comtrya): Configuration
Management for Localhost / dotfiles
[#&#8203;9233](https://togithub.com/aquaproj/aqua-registry/issues/9233)
[topgrade-rs/topgrade](https://togithub.com/topgrade-rs/topgrade):
Upgrade all the things

#### Fixes

[#&#8203;9242](https://togithub.com/aquaproj/aqua-registry/issues/9242)
[cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery): Fix
invalid `version_constraint`
[#&#8203;9281](https://togithub.com/aquaproj/aqua-registry/issues/9281)
[carvel-dev/imgpkg](https://togithub.com/carvel-dev/imgpkg): Fix the
package name and follow up changes of checksum file

#### Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages

[#&#8203;9221](https://togithub.com/aquaproj/aqua-registry/issues/9221)
[spotDL/spotify-downloader](https://togithub.com/spotDL/spotify-downloader):
Download your Spotify playlists and songs along with album art and
metadata (from YouTube if a match is found)

#### Fixes

[#&#8203;9222](https://togithub.com/aquaproj/aqua-registry/issues/9222)
[GoogleCloudPlatform/cloud-sql-proxy](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy):
Follow up changes in
[v2.0.0](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy/releases/tag/v2.0.0)

#### Contributors

Thank you for your contribution!

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

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

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


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

#### Fixes

[#&#8203;9190](https://togithub.com/aquaproj/aqua-registry/issues/9190)
[arrow2nd/nekome](https://togithub.com/arrow2nd/nekome): follow up
changes in nekome v2.2.0
[#&#8203;9154](https://togithub.com/aquaproj/aqua-registry/issues/9154)
[suzuki-shunsuke/circleci-config-merge](https://togithub.com/suzuki-shunsuke/circleci-config-merge):
configure slsa_provenance and cosign
[#&#8203;9155](https://togithub.com/aquaproj/aqua-registry/issues/9155)
[suzuki-shunsuke/renovate-issue-action](https://togithub.com/suzuki-shunsuke/renovate-issue-action):
configure slsa_provenance and cosign

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

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


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

#### Fixes

[#&#8203;9064](https://togithub.com/aquaproj/aqua-registry/issues/9064)
[geofffranks/spruce](https://togithub.com/geofffranks/spruce): follow up
changes of spruce
[#&#8203;9093](https://togithub.com/aquaproj/aqua-registry/issues/9093)
[charmbracelet/gum](https://togithub.com/charmbracelet/gum): follow up
changes in gum v0.9.0
[#&#8203;9143](https://togithub.com/aquaproj/aqua-registry/issues/9143)
[editorconfig-checker/editorconfig-checker](https://togithub.com/editorconfig-checker/editorconfig-checker):
follow up changes in 2.7.0
[#&#8203;9144](https://togithub.com/aquaproj/aqua-registry/issues/9144)
[koki-develop/clive](https://togithub.com/koki-develop/clive): follow up
changes in v0.10.2
[#&#8203;9146](https://togithub.com/aquaproj/aqua-registry/issues/9146)
[suzuki-shunsuke/ci-info](https://togithub.com/suzuki-shunsuke/ci-info):
configure slsa_provenance and cosign
[#&#8203;9147](https://togithub.com/aquaproj/aqua-registry/issues/9147)
[tfmigrator/cli](https://togithub.com/tfmigrator/cli): configure
slsa_provenance and cosign

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

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


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

#### 🎉 New Packages

[#&#8203;9053](https://togithub.com/aquaproj/aqua-registry/issues/9053)
[Kampfkarren/selene](https://togithub.com/Kampfkarren/selene): A
blazing-fast modern Lua linter written in Rust
[#&#8203;9054](https://togithub.com/aquaproj/aqua-registry/issues/9054)
[Kampfkarren/selene/light](https://togithub.com/Kampfkarren/selene): A
blazing-fast modern Lua linter written in Rust

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;9053](https://togithub.com/aquaproj/aqua-registry/issues/9053)
[#&#8203;9054](https://togithub.com/aquaproj/aqua-registry/issues/9054)

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

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


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

#### 🎉 New Packages

[#&#8203;9004](https://togithub.com/aquaproj/aqua-registry/issues/9004)
[mgunyho/tere](https://togithub.com/mgunyho/tere): Terminal file
explorer

#### Fixes

[#&#8203;9029](https://togithub.com/aquaproj/aqua-registry/issues/9029)
[geofffranks/spruce](https://togithub.com/geofffranks/spruce): Follow up
changes in [spruce
v1.30.0](https://togithub.com/geofffranks/spruce/releases/tag/v1.30.0)

-   Asset names were changed
-   Checksum files were released

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;9004](https://togithub.com/aquaproj/aqua-registry/issues/9004)

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

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


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

#### 🎉 New Packages

[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[koki-develop/clive](https://togithub.com/koki-develop/clive): Automates
terminal operations and lets you view them live via a browser
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)
[lycheeverse/lychee](https://togithub.com/lycheeverse/lychee): Fast,
async, stream-based link checker written in Rust. Finds broken URLs and
mail addresses inside Markdown, HTML, reStructuredText, websites and
more
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[tamasfe/taplo](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[tamasfe/taplo/full](https://togithub.com/tamasfe/taplo): A TOML toolkit
written in Rust

#### Contributors

Thank you for your contribution!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8984](https://togithub.com/aquaproj/aqua-registry/issues/8984)
[#&#8203;8988](https://togithub.com/aquaproj/aqua-registry/issues/8988)
[#&#8203;8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)

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

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


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

#### Features

[#&#8203;8973](https://togithub.com/aquaproj/aqua-registry/issues/8973)
[#&#8203;8974](https://togithub.com/aquaproj/aqua-registry/issues/8974)
[suzuki-shunsuke/tfcmt](https://togithub.com/suzuki-shunsuke/tfcmt):
Configure SLSA Provenance and Cosign
[#&#8203;8968](https://togithub.com/aquaproj/aqua-registry/issues/8968)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
Configure cosign

You can install tfcmt and github-comment securely.

#### Fixes

[#&#8203;8970](https://togithub.com/aquaproj/aqua-registry/issues/8970)
[boz/kail](https://togithub.com/boz/kail): Support v0.16.0 or later

Followed up the change of asset names.

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

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


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

#### 🎉 New Packages

[#&#8203;8917](https://togithub.com/aquaproj/aqua-registry/issues/8917)
[#&#8203;8930](https://togithub.com/aquaproj/aqua-registry/issues/8930)
[github-release/github-release](https://togithub.com/github-release/github-release):
Commandline app to create and edit releases on Github (and upload
artifacts)

#### Features

[#&#8203;8911](https://togithub.com/aquaproj/aqua-registry/issues/8911)
[aquaproj/registry-tool](https://togithub.com/aquaproj/registry-tool):
Configure slsa_provenance and cosign

#### Contributors

Thank you for your contribution!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[MordechaiHadad/bob](https://togithub.com/MordechaiHadad/bob): A version
manager for neovim

#### Features

[#&#8203;8878](https://togithub.com/aquaproj/aqua-registry/issues/8878)
[suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment):
support verifying SLSA Provenance

#### Fixes

[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)
[DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli): Support
new versions
[#&#8203;8879](https://togithub.com/aquaproj/aqua-registry/issues/8879)
[fastly/cli](https://togithub.com/fastly/cli): Support Windows in v4.6.0

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8856](https://togithub.com/aquaproj/aqua-registry/issues/8856)
[@&#8203;sheldonhull](https://togithub.com/sheldonhull)
[#&#8203;8543](https://togithub.com/aquaproj/aqua-registry/issues/8543)

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

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


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

#### 🎉 New Packages

[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
[cocogitto/cocogitto](https://togithub.com/cocogitto/cocogitto): The
Conventional Commits toolbox
[#&#8203;8852](https://togithub.com/aquaproj/aqua-registry/issues/8852)
[terrastruct/d2](https://togithub.com/terrastruct/d2): D2 is a modern
diagram scripting language that turns text to diagrams
[#&#8203;8853](https://togithub.com/aquaproj/aqua-registry/issues/8853)
[terrastruct/tala](https://togithub.com/terrastruct/tala): A diagram
layout engine designed specifically for software architecture diagrams

#### Contributors

Thank you for your contribution!

[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)
[#&#8203;8836](https://togithub.com/aquaproj/aqua-registry/issues/8836)
[#&#8203;8850](https://togithub.com/aquaproj/aqua-registry/issues/8850)
:tada: New contributor!

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

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


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

#### 🎉 The number of packages has reached 1,000 🎉

Amazing! Thank you, all contributors!

#### 🎉 New Packages

[#&#8203;948](https://togithub.com/aquaproj/aqua-registry/issues/948)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/concourse](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;994](https://togithub.com/aquaproj/aqua-registry/issues/994)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[concourse/concourse/fly](https://togithub.com/concourse/concourse):
Concourse is a container-based continuous thing-doer written in Go
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[prometheus/alertmanager](https://togithub.com/prometheus/alertmanager):
Prometheus Alertmanager
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)
[prometheus/prom2json](https://togithub.com/prometheus/prom2json): A
tool to scrape a Prometheus client and dump the result as JSON
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[prometheus/prometheus](https://togithub.com/prometheus/prometheus): The
Prometheus monitoring system and time series database

#### Contributors

Thank you for your contribution!

[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8810](https://togithub.com/aquaproj/aqua-registry/issues/8810)
[#&#8203;8813](https://togithub.com/aquaproj/aqua-registry/issues/8813)
[#&#8203;8814](https://togithub.com/aquaproj/aqua-registry/issues/8814)
[#&#8203;8815](https://togithub.com/aquaproj/aqua-registry/issues/8815)

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

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


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

#### 🎉 New Packages

[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)
[ivaaaan/smug](https://togithub.com/ivaaaan/smug): Session manager and
task runner for tmux. Start your development environment within one
command
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[jmattheis/goverter](https://togithub.com/jmattheis/goverter): Generate
type-safe Go converters by simply defining an interface

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8786](https://togithub.com/aquaproj/aqua-registry/issues/8786)
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8804](https://togithub.com/aquaproj/aqua-registry/issues/8804)

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

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


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

#### 🎉 New Packages

[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)
[CycloneDX/cyclonedx-cli](https://togithub.com/CycloneDX/cyclonedx-cli):
CycloneDX CLI tool for SBOM analysis, merging, diffs and format
conversions
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[bufbuild/protoc-gen-validate](https://togithub.com/bufbuild/protoc-gen-validate):
protoc plugin to generate polyglot message validators
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[vburenin/ifacemaker](https://togithub.com/vburenin/ifacemaker):
Generate interfaces from structure methods

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8770](https://togithub.com/aquaproj/aqua-registry/issues/8770)
[#&#8203;8785](https://togithub.com/aquaproj/aqua-registry/issues/8785)
[@&#8203;ryodocx](https://togithub.com/ryodocx)
[#&#8203;8782](https://togithub.com/aquaproj/aqua-registry/issues/8782)

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

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


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

#### 🎉 New Packages

[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
[bufbuild/connect-go/protoc-gen-connect-go](https://togithub.com/bufbuild/connect-go):
A code generation tool for
[Connect](https://connect.build/docs/go/getting-started#install-tools).

#### Contributors

Thank you for your contribution!

[@&#8203;s-takehana](https://togithub.com/s-takehana)
[#&#8203;8760](https://togithub.com/aquaproj/aqua-registry/issues/8760)
:tada: New contributor!

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

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


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

#### 🎉 New Packages

[#&#8203;8757](https://togithub.com/aquaproj/aqua-registry/issues/8757)
[spf13/cobra-cli](https://togithub.com/spf13/cobra-cli): Cobra CLI tool
to generate applications and commands

#### Features

[#&#8203;8747](https://togithub.com/aquaproj/aqua-registry/issues/8747)
[google/osv-scanner](https://togithub.com/google/osv-scanner): Verify
SLSA Provenance

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[Songmu/gitsemvers](https://togithub.com/Songmu/gitsemvers): Retrieve
semvers from git tags
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)
[mr-karan/doggo](https://togithub.com/mr-karan/doggo): Command-line DNS
Client for Humans. Written in Golang

#### Features

[#&#8203;8731](https://togithub.com/aquaproj/aqua-registry/issues/8731)
[argoproj/argo-workflows](https://togithub.com/argoproj/argo-workflows):
Add Cosign setting
[#&#8203;8732](https://togithub.com/aquaproj/aqua-registry/issues/8732)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Add
Cosign setting

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8742](https://togithub.com/aquaproj/aqua-registry/issues/8742)
[#&#8203;8743](https://togithub.com/aquaproj/aqua-registry/issues/8743)

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

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


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

#### 🎉 New Packages

[#&#8203;8718](https://togithub.com/aquaproj/aqua-registry/issues/8718)
[FairwindsOps/gonogo](https://togithub.com/FairwindsOps/gonogo): Tool to
evaluate upgrade confidence for Kubernetes cluster addons

#### Fixes

[#&#8203;8721](https://togithub.com/aquaproj/aqua-registry/issues/8721)
[bitwarden/clients](https://togithub.com/bitwarden/clients): Set
`supported_envs`

Only assets for `amd64` are released.

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[Songmu/timeout](https://togithub.com/Songmu/timeout): Timeout
invocation. Go porting of GNU timeout and able to use as Go package
[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[aquaproj/example-go-slsa-provenance](https://togithub.com/aquaproj/example-go-slsa-provenance):
Example Go Application with SLSA Provenance
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
[ipinfo/cli](https://togithub.com/ipinfo/cli): Official Command Line
Interface for the IPinfo API (IP geolocation and other types of IP data)
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/cidr2range
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/grepip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/prips
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/randip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2cidr
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/range2ip
[#&#8203;8689](https://togithub.com/aquaproj/aqua-registry/issues/8689)
ipinfo/cli/splitcidr
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)
[wasmerio/wapm-cli](https://togithub.com/wasmerio/wapm-cli): WebAssembly
Package Manager (CLI)

#### Features

[#&#8203;8686](https://togithub.com/aquaproj/aqua-registry/issues/8686)
[terraform-linters/tflint](github.com/terraform-linters/tflint): Add the
configuration of Cosign

#### Contributors

Thank you, Contributors!

[@&#8203;4513ECHO](https://togithub.com/4513ECHO)
[#&#8203;8693](https://togithub.com/aquaproj/aqua-registry/issues/8693)
[#&#8203;8696](https://togithub.com/aquaproj/aqua-registry/issues/8696)

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

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


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

#### Fixes

[#&#8203;8668](https://togithub.com/aquaproj/aqua-registry/issues/8668)
[x-motemen/blogsync](https://togithub.com/x-motemen/blogsync): Support
v0.12.2 or later
[#&#8203;8651](https://togithub.com/aquaproj/aqua-registry/issues/8651)
[omrikiei/ktunnel](https://togithub.com/omrikiei/ktunnel): Add a command
`kubectl-tunnel` as a kubectl plugin

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8645](https://togithub.com/aquaproj/aqua-registry/issues/8645)
[chenjiandongx/kubectl-images](https://togithub.com/chenjiandongx/kubectl-images):
Show container images used in the cluster
[#&#8203;8590](https://togithub.com/aquaproj/aqua-registry/issues/8590)
[google/osv-scanner](https://togithub.com/google/osv-scanner):
Vulnerability scanner written in Go which uses the data provided by
https://osv.dev

#### Contributors

Thank you, Contributors!

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

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

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


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

#### Fixes

[#&#8203;8578](https://togithub.com/aquaproj/aqua-registry/issues/8578)
[slsa-framework/slsa-verifier](https://togithub.com/slsa-framework/slsa-verifier):
Fix Go Module Path to support v2

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

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


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

#### 🎉 New Packages

[#&#8203;8498](https://togithub.com/aquaproj/aqua-registry/issues/8498)
[prometheus/promlens](https://togithub.com/prometheus/promlens):
PromLens – The query builder, analyzer, and explainer for PromQL

#### Fixes

[#&#8203;8497](https://togithub.com/aquaproj/aqua-registry/issues/8497)
[updatecli/updatecli](https://togithub.com/updatecli/updatecli): Support
[v0.40.2](https://togithub.com/updatecli/updatecli/releases/tag/v0.40.2)

The checksum file name was changed.

https://github.com/updatecli/updatecli/releases/tag/v0.40.2

> Use Cosign to sign Updatecli release assets

[https://github.com/updatecli/updatecli/pull/1041](https://togithub.com/updatecli/updatecli/pull/1041)41

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8466](https://togithub.com/aquaproj/aqua-registry/issues/8466)
[corrupt952/closest](https://togithub.com/corrupt952/closest): The
command that searches the current directory or parent directories for a
specific file and returns the closest path
[#&#8203;8375](https://togithub.com/aquaproj/aqua-registry/issues/8375)
[octohelm/cuemod](https://togithub.com/octohelm/cuemod): experimental
cuelang mod tool

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8311](https://togithub.com/aquaproj/aqua-registry/issues/8311)
[yitsushi/totp-cli](https://togithub.com/yitsushi/totp-cli):
Authy/Google Authenticator like TOTP CLI tool written in Go

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8248](https://togithub.com/aquaproj/aqua-registry/issues/8248)
[anchore/quill](https://togithub.com/anchore/quill): Simple mac binary
signing from any platform
[#&#8203;8212](https://togithub.com/aquaproj/aqua-registry/issues/8212)
[livesense-inc/go-aws-s3get](https://togithub.com/livesense-inc/go-aws-s3get):
A stupid simple S3 downloader CLI tool with supporting AWS Access Key

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8212](https://togithub.com/aquaproj/aqua-registry/issues/8212)
[@&#8203;sheldonhull](https://togithub.com/sheldonhull)
[#&#8203;8248](https://togithub.com/aquaproj/aqua-registry/issues/8248)

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

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


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

#### 🎉 New Packages

[#&#8203;8179](https://togithub.com/aquaproj/aqua-registry/issues/8179)
[fujiwara/riex](https://togithub.com/fujiwara/riex): AWS RI expiration
detector
[#&#8203;8167](https://togithub.com/aquaproj/aqua-registry/issues/8167)
[mvisonneau/approuvez](https://togithub.com/mvisonneau/approuvez):
command line helper to obtain live confirmation from relevant people
[#&#8203;8177](https://togithub.com/aquaproj/aqua-registry/issues/8177)
[projectcalico/calico/calicoctl](https://togithub.com/projectcalico/calico):
CLI tool for Calico cloud native networking and network security
[#&#8203;8178](https://togithub.com/aquaproj/aqua-registry/issues/8178)
[tmknom/actdocs](https://togithub.com/tmknom/actdocs): Generate
documentation from Actions and Reusable Workflows

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8167](https://togithub.com/aquaproj/aqua-registry/issues/8167)
[#&#8203;8178](https://togithub.com/aquaproj/aqua-registry/issues/8178)
[#&#8203;8179](https://togithub.com/aquaproj/aqua-registry/issues/8179)
[@&#8203;rwunderer](https://togithub.com/rwunderer)
[#&#8203;8177](https://togithub.com/aquaproj/aqua-registry/issues/8177)
:tada: New Contributor!

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

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


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

#### 🎉 New Packages

[#&#8203;8161](https://togithub.com/aquaproj/aqua-registry/issues/8161)
[Orange-OpenSource/hurl](https://togithub.com/Orange-OpenSource/hurl):
Hurl, run and test HTTP requests with plain text
[#&#8203;8149](https://togithub.com/aquaproj/aqua-registry/issues/8149)
[mongodb/mongodb-atlas-cli/atlascli](https://togithub.com/mongodb/mongodb-atlas-cli):
MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in
the Cloud
[#&#8203;8136](https://togithub.com/aquaproj/aqua-registry/issues/8136)
[svenstaro/miniserve](https://togithub.com/svenstaro/miniserve): For
when you really just want to serve some files over HTTP right now

#### Fixes

[#&#8203;8166](https://togithub.com/aquaproj/aqua-registry/issues/8166)
[argoproj/argo-workflows](https://togithub.com/argoproj/argo-workflows):
support >= v3.4.4

The format of checksum file was changed

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8149](https://togithub.com/aquaproj/aqua-registry/issues/8149)
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)
[#&#8203;8136](https://togithub.com/aquaproj/aqua-registry/issues/8136)
[#&#8203;8161](https://togithub.com/aquaproj/aqua-registry/issues/8161)

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

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


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

#### 🎉 New Packages

[#&#8203;8110](https://togithub.com/aquaproj/aqua-registry/issues/8110)
[kayac/go-katsubushi](https://togithub.com/kayac/go-katsubushi): ID
generator server
[#&#8203;8127](https://togithub.com/aquaproj/aqua-registry/issues/8127)
[theupdateframework/go-tuf/tuf](https://togithub.com/theupdateframework/go-tuf):
Go implementation of The Update Framework (TUF)
[#&#8203;8128](https://togithub.com/aquaproj/aqua-registry/issues/8128)
[theupdateframework/go-tuf/tuf-client](https://togithub.com/theupdateframework/go-tuf):
Go implementation of The Update Framework (TUF)

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8099](https://togithub.com/aquaproj/aqua-registry/issues/8099)
[docker/hub-tool](https://togithub.com/docker/hub-tool): Docker Hub
experimental CLI tool

#### Fixes

[#&#8203;8097](https://togithub.com/aquaproj/aqua-registry/issues/8097)
Rename mongodb/mongocli to
[mongodb/mongodb-atlas-cli/mongocli](https://togithub.com/mongodb/mongodb-atlas-cli)

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;8097](https://togithub.com/aquaproj/aqua-registry/issues/8097)
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)
[#&#8203;8099](https://togithub.com/aquaproj/aqua-registry/issues/8099)

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

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


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

#### 🎉 New Packages

[#&#8203;8056](https://togithub.com/aquaproj/aqua-registry/issues/8056)
[k0kubun/sqldef/mssqldef](https://togithub.com/k0kubun/sqldef):
Idempotent schema management for Microsoft SQL Server
[#&#8203;8060](https://togithub.com/aquaproj/aqua-registry/issues/8060)
[makiuchi-d/arelo](https://togithub.com/makiuchi-d/arelo): a simple auto
reload (live reload) utility

#### Fixes

[#&#8203;8086](https://togithub.com/aquaproj/aqua-registry/issues/8086)
[tektoncd/cli](https://togithub.com/tektoncd/cli): Support >= v0.28.0

Asset name was changed.

-
https://github.com/tektoncd/cli/commit/030af0d049a6c3833ffb7411ab25590d53fa48be
-
[https://github.com/tektoncd/cli/pull/1745](https://togithub.com/tektoncd/cli/pull/1745)

#### Contributors

Thank you, Contributors!

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

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

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


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

#### 🎉 New Packages

[#&#8203;8040](https://togithub.com/aquaproj/aqua-registry/issues/8040)
[k0kubun/sqldef/mysqldef](https://togithub.com/k0kubun/sqldef):
Idempotent schema management for MySQL
[#&#8203;8047](https://togithub.com/aquaproj/aqua-registry/issues/8047)
[k0kubun/sqldef/psqldef](https://togithub.com/k0kubun/sqldef):
Idempotent schema management for MySQL, PostgreSQL, and more
[#&#8203;8048](https://togithub.com/aquaproj/aqua-registry/issues/8048)
[k0kubun/sqldef/sqlite3def](https://togithub.com/k0kubun/sqldef):
Idempotent schema management for MySQL, PostgreSQL, and more
[#&#8203;8033](https://togithub.com/aquaproj/aqua-registry/issues/8033)
[kubernetes-sigs/kwok/kwokctl](https://togithub.com/kubernetes-sigs/kwok):
Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters

#### Fixes

[#&#8203;8034](https://togithub.com/aquaproj/aqua-registry/issues/8034)
[vmware-tanzu/carvel-kapp](https://togithub.com/vmware-tanzu/carvel-kapp):
Fix checksum config and support old versions

#### Contributors

Thank you, Contributors!

[@&#8203;frozenbonito](https://togithub.com/frozenbonito)
[#&#8203;8040](https://togithub.com/aquaproj/aqua-registry/issues/8040)
:tada: New Contributor

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

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


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

#### 🎉 New Packages

[#&#8203;8008](https://togithub.com/aquaproj/aqua-registry/issues/8008)
[knative/func](https://togithub.com/knative/func): Knative Functions
client API and CLI
[#&#8203;7991](https://togithub.com/aquaproj/aqua-registry/issues/7991)
[orlangure/gocovsh](https://togithub.com/orlangure/gocovsh): Go Coverage
in your terminal: a tool for exploring Go Coverage reports from the
command line

#### Fixes

[#&#8203;7988](https://togithub.com/aquaproj/aqua-registry/issues/7988)
[Songmu/ecschedule](https://togithub.com/Songmu/ecschedule): support old
versions and configure ch

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants