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

Update goreleaser to use boring #1702

Merged
merged 6 commits into from Oct 24, 2022
Merged

Update goreleaser to use boring #1702

merged 6 commits into from Oct 24, 2022

Conversation

bathina2
Copy link
Contributor

Change Overview

This PR updates goreleaser to build boring versions of kanister tools

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • πŸ› Bugfix
  • 🌻 Feature
  • πŸ—ΊοΈ Documentation
  • πŸ€– Test

Issues

  • fixes #issue-number

Test Plan

  • πŸ’ͺ Manual
  • ⚑ Unit test
  • πŸ’š E2E

@github-actions
Copy link

Thanks for submitting this pull request πŸŽ‰. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Oct 21, 2022
@@ -7,16 +7,18 @@ builds:
binary: kanctl
main: cmd/kanctl/main.go
ldflags: &ldflags
- -s -w
Copy link
Contributor

Choose a reason for hiding this comment

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

What is -w ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

From stack overflow - The -w turns off DWARF debugging information: you will not be able to use gdb on the binary to look at specific functions or set breakpoints or get stack traces, because all the metadata gdb needs will not be included.

- GO_EXTLINK_ENABLED=0
goos:
- darwin
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not affect production, not sure if it affects local development for folks. Just noting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea I assumed this was tested out early on for local development.. Does not affect production.

Kanister automation moved this from In Progress to Reviewer approved Oct 24, 2022
@julio-lopez
Copy link
Contributor

@sirish see inline question above.

@bathina2 bathina2 added the kueue label Oct 24, 2022
@mergify mergify bot merged commit 2a93133 into master Oct 24, 2022
Kanister automation moved this from Reviewer approved to Done Oct 24, 2022
@mergify mergify bot deleted the update_goreleaser_boring branch October 24, 2022 17:35
mend-for-github-com bot added a commit to DelineaXPM/python-dsv-sdk that referenced this pull request Nov 7, 2022
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.58.0`
-> `v0.60.3` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.79.0` -> `v3.89.0` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` ->
`1.19.3` |
| [golang/tools](https://togithub.com/golang/tools) | minor | `v0.1.12`
-> `v0.2.0` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.11.5` -> `v1.12.3` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | minor
| `v1.9.1` -> `v1.10.0` |
| [thycotic/dsv-cli](https://togithub.com/thycotic/dsv-cli) | minor |
`1.38.1` -> `1.39.0` |

---

### Release Notes

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

### [`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)]

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

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

### Changelog

[Full
Changelog](https://togithub.com/anchore/syft/compare/v0.58.0...41bc6bb410352845f22766e27dd48ba93aa825a4)

##### Added Features

- Attest support for Singularity images \[[Issue
#&#8203;1193](https://togithub.com/anchore/syft/issues/1193)]
- Remove upload to Anchore Enterprise \[[Issue
#&#8203;1252](https://togithub.com/anchore/syft/issues/1252)]

##### Bug Fixes

- Update requires to use list; remove field \[[PR
#&#8203;1234](https://togithub.com/anchore/syft/pull/1234)]
\[[spiffcs](https://togithub.com/spiffcs)]
- Deprecated SPDX license (GFDL\* and BSD-2-Clause-NetBSD) \[[Issue
#&#8203;1179](https://togithub.com/anchore/syft/issues/1179)]
- SPDX JSON has external reference category of PACKAGE_MANAGER instead
of PACKAGE-MANAGER \[[Issue
#&#8203;1236](https://togithub.com/anchore/syft/issues/1236)]
- Follow symlinks when searching for globs in all-layers scope \[[PR
#&#8203;1221](https://togithub.com/anchore/syft/pull/1221)]
\[[kzantow](https://togithub.com/kzantow)]

</details>

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub
Releases
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)
[hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI
command to parse kustomize build result and notify it to GitLab
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[kashav/fsql](https://togithub.com/kashav/fsql): Search for files using
a fun query language
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper
for automatic login

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[@&#8203;hirosassa](https://togithub.com/hirosassa)
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7599](https://togithub.com/aquaproj/aqua-registry/issues/7599)
[zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and
intuitive terminal-based text editor

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7589](https://togithub.com/aquaproj/aqua-registry/issues/7589)
[citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS
is a platform to enable Cloud Native BDD testing on Kubernetes

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7523](https://togithub.com/aquaproj/aqua-registry/issues/7523)
[woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker):
Command line tool for Woodpecker CI

#### Fixes

[#&#8203;7541](https://togithub.com/aquaproj/aqua-registry/issues/7541)
[kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove
darwin support

The support of `darwin` was removed.

-
kanisterio/kanister@2a93133
-
[kanisterio/kanister#1702
-
[kanisterio/kanister#1702 (comment)

[#&#8203;7542](https://togithub.com/aquaproj/aqua-registry/issues/7542)
[zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive
format

Archive format was changed from `tar.xz` to `tar.zst`.

-
[zigtools/zls#529
-   https://www.nongnu.org/lzip/xz_inadequate.html

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7473](https://togithub.com/aquaproj/aqua-registry/issues/7473)
[genuinetools/amicontained](https://togithub.com/genuinetools/amicontained):
Container introspection tool. Find out what container runtime is being
used as well as features available
[#&#8203;7488](https://togithub.com/aquaproj/aqua-registry/issues/7488)
[mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and
package macOS CLI tools and applications written in any language.
Available as both a CLI and a Go library
[#&#8203;7486](https://togithub.com/aquaproj/aqua-registry/issues/7486)
[runatlantis/atlantis](https://togithub.com/runatlantis/atlantis):
Terraform Pull Request Automation
[#&#8203;7495](https://togithub.com/aquaproj/aqua-registry/issues/7495)
[sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy):
A tool to check for vulnerabilities in your Golang dependencies, powered
by Sonatype OSS Index

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7466](https://togithub.com/aquaproj/aqua-registry/issues/7466)
[charmbracelet/vhs](https://togithub.com/charmbracelet/vhs): Your CLI
home video recorder
[#&#8203;7446](https://togithub.com/aquaproj/aqua-registry/issues/7446)
[purpleclay/dns53](https://togithub.com/purpleclay/dns53): Dynamic DNS
within Amazon Route53. Expose your EC2 quickly, easily and privately

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7412](https://togithub.com/aquaproj/aqua-registry/issues/7412)
[mattn/twty](https://togithub.com/mattn/twty): command-line twitter
client written in golang
[#&#8203;7439](https://togithub.com/aquaproj/aqua-registry/issues/7439)
[minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): A human
friendly AWS CLI written in Go

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7386](https://togithub.com/aquaproj/aqua-registry/issues/7386)
[drud/ddev](https://togithub.com/drud/ddev): DDEV: a local web
development environment system for PHP
[#&#8203;7387](https://togithub.com/aquaproj/aqua-registry/issues/7387)
[#&#8203;7388](https://togithub.com/aquaproj/aqua-registry/issues/7388)
[librespeed/speedtest-cli](https://togithub.com/librespeed/speedtest-cli):
Command line client for LibreSpeed
[#&#8203;7392](https://togithub.com/aquaproj/aqua-registry/issues/7392)
[making/rsc](https://togithub.com/making/rsc): RSocket Client CLI (RSC)
that aims to be a curl for RSocket
[#&#8203;7353](https://togithub.com/aquaproj/aqua-registry/issues/7353)
[ysugimoto/falco](https://togithub.com/ysugimoto/falco): falco is a VCL
parser and linter optimized for Fastly

#### Others

[#&#8203;7389](https://togithub.com/aquaproj/aqua-registry/issues/7389)
Update CONTRIBUTING.md

[Should you create an Issue before sending a Pull
Request?](https://togithub.com/aquaproj/aqua-registry/blob/60051007b490c76d13698a5cfcb1bd465df1d731/CONTRIBUTING.md#should-you-create-an-issue-before-sending-a-pull-request)

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;921](https://togithub.com/aquaproj/aqua-registry/issues/921)
[#&#8203;7317](https://togithub.com/aquaproj/aqua-registry/issues/7317)
[bitwarden/clients](https://togithub.com/bitwarden/clients): Bitwarden
CLI
[#&#8203;7320](https://togithub.com/aquaproj/aqua-registry/issues/7320)
[handlename/ssmwrap](https://togithub.com/handlename/ssmwrap): Exec
command with environment variables loaded from AWS SSM
[#&#8203;7323](https://togithub.com/aquaproj/aqua-registry/issues/7323)
[kyoshidajp/ghkw](https://togithub.com/kyoshidajp/ghkw): Search how many
keywords in GitHub Code tool
[#&#8203;7315](https://togithub.com/aquaproj/aqua-registry/issues/7315)
[#&#8203;7312](https://togithub.com/aquaproj/aqua-registry/issues/7312)
[wakatime/wakatime-cli](https://togithub.com/wakatime/wakatime-cli):
Command line interface used by all WakaTime text editor plugins

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;7320](https://togithub.com/aquaproj/aqua-registry/issues/7320)
[#&#8203;7323](https://togithub.com/aquaproj/aqua-registry/issues/7323)
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)
[#&#8203;7312](https://togithub.com/aquaproj/aqua-registry/issues/7312)
[#&#8203;7317](https://togithub.com/aquaproj/aqua-registry/issues/7317)

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;977](https://togithub.com/aquaproj/aqua-registry/issues/977)
[#&#8203;7290](https://togithub.com/aquaproj/aqua-registry/issues/7290)
[Azure/draft](https://togithub.com/Azure/draft): A day 0 tool for
getting your app on k8s fast

#### Contributors

Thank you, Contributors!

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

</details>

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

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

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

</details>

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

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

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

</details>

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

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

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.2...v1.12.3)

#### Changelog

This tag is only to keep version parity with the pro version, which does
have a couple of bugfixes.

**Full Changelog**:
goreleaser/goreleaser@v1.12.2...v1.12.3

***

<a href="https://goreleser.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.12.2`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.12.2)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.1...v1.12.2)

#### Changelog

##### Bug fixes

-
[`97ba9a7`](https://togithub.com/goreleaser/goreleaser/commit/97ba9a7a394b1f05495722270c824c154ae44328):
fix: licenses ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`eb9ad29`](https://togithub.com/goreleaser/goreleaser/commit/eb9ad29d27ac718e27d3b89de208ebca1c333873):
fix: unknown revision when installing with go install
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`afdb8e7`](https://togithub.com/goreleaser/goreleaser/commit/afdb8e7a49576cc74a21bbcdd0956438ff9b104f):
fix(deps): update to go-github v48
([#&#8203;3475](https://togithub.com/goreleaser/goreleaser/issues/3475))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
goreleaser/goreleaser@v1.12.1...v1.12.2

#### What to do next?

-   Read the [documentation](https://goreleaser.com/intro/)
- Check out the [GoReleaser Pro](https://goreleaser.com/pro)
distribution
-   Join our [Discord server](https://discord.gg/RGEBtg8vQ6)
-   Follow us on [Twitter](https://twitter.com/goreleaser)

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

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.0...v1.12.1)

#### Changelog

##### Bug fixes

-
[`f90df0f`](https://togithub.com/goreleaser/goreleaser/commit/f90df0f5ece7c239817f51b46df5b8b63fcf1f3a):
fix: getting previous tag
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
goreleaser/goreleaser@v1.12.0...v1.12.1

#### What to do next?

-   Read the [documentation](https://goreleaser.com/intro/)
- Check out the [GoReleaser Pro](https://goreleaser.com/pro)
distribution
-   Join our [Discord server](https://discord.gg/RGEBtg8vQ6)
-   Follow us on [Twitter](https://twitter.com/goreleaser)

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

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.11.5...v1.12.0)

### Changelog

##### New Features

-
[`f6eb51c`](https://togithub.com/goreleaser/goreleaser/commit/f6eb51cb9cb4d890b436cca43e7887da8101d6d4):
feat: integrate ConventionalExtension from nfpm v2.20.0
([#&#8203;3468](https://togithub.com/goreleaser/goreleaser/issues/3468))
([@&#8203;Arsen6331](https://togithub.com/Arsen6331))
-
[`81de8ad`](https://togithub.com/goreleaser/goreleaser/commit/81de8addf1e05de380f0e1200e8bebf4feba2541):
feat: MarkdownV2 for Telegram announcer
([#&#8203;3435](https://togithub.com/goreleaser/goreleaser/issues/3435))
([@&#8203;stnokott](https://togithub.com/stnokott))
-
[`a42c8ae`](https://togithub.com/goreleaser/goreleaser/commit/a42c8ae706c2218c2284ba8750d77ace75a18455):
feat: aur backup
([#&#8203;3366](https://togithub.com/goreleaser/goreleaser/issues/3366))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bb6c53e`](https://togithub.com/goreleaser/goreleaser/commit/bb6c53eeda15bcd5adcb7f4226df5dfc1bf67567):
feat: fig integration
([#&#8203;3437](https://togithub.com/goreleaser/goreleaser/issues/3437))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9e6fb4f`](https://togithub.com/goreleaser/goreleaser/commit/9e6fb4f55cdc7485043c7e6f1bd6c37e4f819548):
feat: more templateable fields for blobs
([#&#8203;3461](https://togithub.com/goreleaser/goreleaser/issues/3461))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`080ccff`](https://togithub.com/goreleaser/goreleaser/commit/080ccff8dbcd52cbcf082f95b6d023aaa55ad8cf):
feat: nfpm for ios
([#&#8203;3436](https://togithub.com/goreleaser/goreleaser/issues/3436))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`24178b1`](https://togithub.com/goreleaser/goreleaser/commit/24178b10608dfe9472c18df7af28b89ca68a542e):
feat: permanently remove buildpacks
([#&#8203;3414](https://togithub.com/goreleaser/goreleaser/issues/3414))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`6279e1a`](https://togithub.com/goreleaser/goreleaser/commit/6279e1a4317215fba9cc0329da12e5ca00a35a40):
fix: annotate flags so they complete better
([#&#8203;3444](https://togithub.com/goreleaser/goreleaser/issues/3444))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`27cbbd8`](https://togithub.com/goreleaser/goreleaser/commit/27cbbd8e66fd11a45933fcc3501fad1bc3cb0b19):
fix: change publishers order a bit
([#&#8203;3473](https://togithub.com/goreleaser/goreleaser/issues/3473))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4a51099`](https://togithub.com/goreleaser/goreleaser/commit/4a510999646d7b6c794fd99a0b43bf4fbd16897e):
fix: gomod.env not being used
([#&#8203;3434](https://togithub.com/goreleaser/goreleaser/issues/3434))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`cd6ca55`](https://togithub.com/goreleaser/goreleaser/commit/cd6ca55db573dda0c96c4306bfe614d875adc2fc):
fix: install script ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d9928fe`](https://togithub.com/goreleaser/goreleaser/commit/d9928fe015585082aac4fc6df241afc459208e36):
fix: log duration of padlog steps
([#&#8203;3439](https://togithub.com/goreleaser/goreleaser/issues/3439))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d88600a`](https://togithub.com/goreleaser/goreleaser/commit/d88600aca728cbdf4b2b69d5b8d1e79d1dd6d22a):
fix: revert unwanted change in docker.go
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`d3266fe`](https://togithub.com/goreleaser/goreleaser/commit/d3266feb1ad8bd311af9326daa8decb24dd082a9):
feat(deps): bump github.com/caarlos0/log from 0.1.6 to 0.1.8
([#&#8203;3455](https://togithub.com/goreleaser/goreleaser/issues/3455))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c33f1ea`](https://togithub.com/goreleaser/goreleaser/commit/c33f1eaa58d97e9a4f91c1359af4b2c7a025f0c2):
feat(deps): bump github.com/disgoorg/snowflake/v2 from 2.0.0 to 2.0.1
([#&#8203;3471](https://togithub.com/goreleaser/goreleaser/issues/3471))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`db14e75`](https://togithub.com/goreleaser/goreleaser/commit/db14e75766e268866c8486887a67a6bace6b7de8):
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.18.1 to 2.19.2
([#&#8203;3418](https://togithub.com/goreleaser/goreleaser/issues/3418))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e5c2990`](https://togithub.com/goreleaser/goreleaser/commit/e5c2990b4c117cd1e98ea8efe8991199b85c21df):
feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
([#&#8203;3454](https://togithub.com/goreleaser/goreleaser/issues/3454))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2200709`](https://togithub.com/goreleaser/goreleaser/commit/22007091d5e7e1e99ad1cda04bb3e655736a2d9d):
feat(deps): bump gocloud.dev from 0.26.0 to 0.27.0
([#&#8203;3430](https://togithub.com/goreleaser/goreleaser/issues/3430))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`535437f`](https://togithub.com/goreleaser/goreleaser/commit/535437f67c031dea6b0c2d96ac93a18edbdda3e1):
feat(deps): bump golang from 1.19.1-alpine to 1.19.2-alpine
([#&#8203;3442](https://togithub.com/goreleaser/goreleaser/issues/3442))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`998a753`](https://togithub.com/goreleaser/goreleaser/commit/998a753d2b40f7ddfb03624df160e10ae9bb89fb):
feat(deps): bump golang from `2baa528` to `9d3bd09`
([#&#8203;3446](https://togithub.com/goreleaser/goreleaser/issues/3446))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b4159f6`](https://togithub.com/goreleaser/goreleaser/commit/b4159f637702017d43dc9b7acb2d0a885a421f1e):
feat(deps): go 1.19.2
([#&#8203;3443](https://togithub.com/goreleaser/goreleaser/issues/3443))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Documentation updates

-
[`b8b2541`](https://togithub.com/goreleaser/goreleaser/commit/b8b25418fb9a618673ecb416594dedcae31ded16):
docs: adds openfeature to user list
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bb170f3`](https://togithub.com/goreleaser/goreleaser/commit/bb170f3b9c3e8aae5bacd72f07d73670b1e604dc):
docs: better document multiple tokens error
([#&#8203;3438](https://togithub.com/goreleaser/goreleaser/issues/3438))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`427003f`](https://togithub.com/goreleaser/goreleaser/commit/427003f1fea24e7fb5dd148a031c210a155da07e):
docs: clarify tags a bit
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`415b903`](https://togithub.com/goreleaser/goreleaser/commit/415b903a7b18146417863039e77a18448783c620):
docs: fix `url_template` line of the brew example
([#&#8203;3432](https://togithub.com/goreleaser/goreleaser/issues/3432))
([@&#8203;musaprg](https://togithub.com/musaprg))
-
[`d58fa71`](https://togithub.com/goreleaser/goreleaser/commit/d58fa71b0d1652ef2ad2d15191796076edcce7b6):
docs: fix htmltest ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4c71455`](https://togithub.com/goreleaser/goreleaser/commit/4c71455daf9266a6dd48bb91b3567a753ecb795e):
docs: fix typos ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`13bb053`](https://togithub.com/goreleaser/goreleaser/commit/13bb05347d817a91e1a79730bf49c655ef410e7b):
docs: fix url misspelling
([#&#8203;3456](https://togithub.com/goreleaser/goreleaser/issues/3456))
([@&#8203;gozeloglu](https://togithub.com/gozeloglu))
-
[`1485e6f`](https://togithub.com/goreleaser/goreleaser/commit/1485e6f23f3d5c9a52e328b503f6543b61055fd3):
docs: formatting ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5d75dec`](https://togithub.com/goreleaser/goreleaser/commit/5d75dec810f57d56acc7cca47970b03dc5e5a7aa):
docs: improve go first class ports docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4c8628d`](https://togithub.com/goreleaser/goreleaser/commit/4c8628d590dd24995b54121780f94cd4b79396a6):
docs: improve page ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7e99645`](https://togithub.com/goreleaser/goreleaser/commit/7e9964547dc180456ca0153f7a18bf85def06b49):
docs: improve partial docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2f875c7`](https://togithub.com/goreleaser/goreleaser/commit/2f875c7d8e3ae553315a894387a4c6e87377cedb):
docs: improvements ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ae9c8ac`](https://togithub.com/goreleaser/goreleaser/commit/ae9c8acc99970157244945e5e830a390e101acbf):
docs: post-checkout ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`526bdff`](https://togithub.com/goreleaser/goreleaser/commit/526bdff1f48ab247f6f06874b74c3e5c690f71bb):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ea9f7f7`](https://togithub.com/goreleaser/goreleaser/commit/ea9f7f70dc788adff76585f17d5e6eff69ec6fb8):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`20b773d`](https://togithub.com/goreleaser/goreleaser/commit/20b773de28c0fc972ab1c9440add3e63797db344):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`eb96991`](https://togithub.com/goreleaser/goreleaser/commit/eb9699142fbfe485ef230dd9bd9c99ff11774de4):
docs: update from pro
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2c61a56`](https://togithub.com/goreleaser/goreleaser/commit/2c61a56b632cbe30b0b52d94abe5c160ac9b1a23):
docs: update post checkout page
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Other work

-
[`8599fc1`](https://togithub.com/goreleaser/goreleaser/commit/8599fc11acfd0af86fba35a015ce7cfd9221a3b4):
refactor: improve mergeability
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2b0bdff`](https://togithub.com/goreleaser/goreleaser/commit/2b0bdffb3e9b14b7c3a9cd7508d5a7c6438b9fa7):
refactor: making it easier to merge with pro
([#&#8203;3463](https://togithub.com/goreleaser/goreleaser/issues/3463))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2f72048`](https://togithub.com/goreleaser/goreleaser/commit/2f72048e806664855d2960cdf943a5f2af14bf98):
refactor: making it easier to merge with pro
([@&#8203;caarlos0](https://togithub.com/caarlos0))

#### What to do next?

-   Read the [documentation](https://goreleaser.com/intro/)
- Check out the [GoReleaser Pro](https://goreleaser.com/pro)
distribution
-   Join our [Discord server](https://discord.gg/RGEBtg8vQ6)
-   Follow us on [Twitter](https://twitter.com/goreleaser)

</details>

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

###
[`v1.10.0`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1100-on-2022-10-22)

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

##### Added

- [#&#8203;372](https://togithub.com/miniscruff/changie/issues/372)
Environment variable loading based on prefix

</details>

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

###
[`v1.39.0`](https://togithub.com/thycotic/dsv-cli/compare/1.38.1...1.39.0)

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

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

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 Nov 28, 2022
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.81.0` -> `v3.97.0` |
| [direnv/direnv](https://togithub.com/direnv/direnv) | patch |
`v2.32.1` -> `v2.32.2` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` ->
`1.19.3` |
| [helm/helm](https://togithub.com/helm/helm) | patch | `v3.10.1` ->
`v3.10.2` |
| [kubernetes-sigs/kind](https://togithub.com/kubernetes-sigs/kind) |
minor | `v0.16.0` -> `v0.17.0` |
| [kubernetes/kubectl](https://togithub.com/kubernetes/kubectl) | patch
| `1.25.3` -> `1.25.4` |

---

### Release Notes

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

###
[`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)
| aquaproj/aqua-registry@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.

-
tektoncd/cli@030af0d
-
[tektoncd/cli#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)
| aquaproj/aqua-registry@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)
| aquaproj/aqua-registry@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 checksum verification

#### Contributors

Thank you, Contributors!

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

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

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


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

#### Fixes

[#&#8203;7940](https://togithub.com/aquaproj/aqua-registry/issues/7940)
[TimothyYe/skm](https://togithub.com/TimothyYe/skm): Disable checksum if
the version is less than `0.8.6`.

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

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


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

#### Others

[#&#8203;7831](https://togithub.com/aquaproj/aqua-registry/issues/7831)
Rename the package `thycotic/dsv-cli` to
[DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli)

The repository was transferred.

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7798](https://togithub.com/aquaproj/aqua-registry/issues/7798)
[cfssl](https://togithub.com/cloudflare/cfssl): CFSSL: Cloudflare's PKI
and TLS toolkit

-   cloudflare/cfssl/cfssl-bundle
-   cloudflare/cfssl/cfssl-certinfo
-   cloudflare/cfssl/cfssl-newkey
-   cloudflare/cfssl/cfssl-scan
-   cloudflare/cfssl/cfssljson
-   cloudflare/cfssl/multirootca

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7788](https://togithub.com/aquaproj/aqua-registry/issues/7788)
[jamietsao/random-winner](https://togithub.com/jamietsao/random-winner):
Wrote a silly program to select a random winner from my team
[#&#8203;7786](https://togithub.com/aquaproj/aqua-registry/issues/7786)
[mvisonneau/gpcd](https://togithub.com/mvisonneau/gpcd): GoPro Cloud
Downloader
[#&#8203;7787](https://togithub.com/aquaproj/aqua-registry/issues/7787)
[mvisonneau/s5](https://togithub.com/mvisonneau/s5): Safely Store Super
Sensitive Stuff

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7772](https://togithub.com/aquaproj/aqua-registry/issues/7772)
[denizgursoy/gotouch](https://togithub.com/denizgursoy/gotouch):
Customizable Project Creator
[#&#8203;7764](https://togithub.com/aquaproj/aqua-registry/issues/7764)
[in-toto/in-toto-golang](https://togithub.com/in-toto/in-toto-golang): A
Go implementation of in-toto. in-toto is a framework to protect software
supply chain integrity
[#&#8203;7743](https://togithub.com/aquaproj/aqua-registry/issues/7743)
[mvisonneau/tfcw](https://togithub.com/mvisonneau/tfcw): Terraform Cloud
Wrapper
[#&#8203;7760](https://togithub.com/aquaproj/aqua-registry/issues/7760)
[smartxworks/knest](https://togithub.com/smartxworks/knest):
Kubernetes-in-Kubernetes Made Simple

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7705](https://togithub.com/aquaproj/aqua-registry/issues/7705)
[sigstore/sget](https://togithub.com/sigstore/sget): sget is command for
safer, automatic verification of signatures and integration with
Sigstore's binary transparency log, Rekor

#### Fixes

[#&#8203;7660](https://togithub.com/aquaproj/aqua-registry/issues/7660)
[minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): Support old
versions
[#&#8203;7661](https://togithub.com/aquaproj/aqua-registry/issues/7661)
[ysugimoto/falco](https://togithub.com/ysugimoto/falco): Support old
versions
[#&#8203;7701](https://togithub.com/aquaproj/aqua-registry/issues/7701)
[nushell/nushell](https://togithub.com/nushell/nushell): asset format
was changed

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7644](https://togithub.com/aquaproj/aqua-registry/issues/7644)
[abhimanyu003/sttr](https://togithub.com/abhimanyu003/sttr):
cross-platform, cli app to perform various operations on string
[#&#8203;7654](https://togithub.com/aquaproj/aqua-registry/issues/7654)
[pfnet-research/git-ghost](https://togithub.com/pfnet-research/git-ghost):
Synchronize your working directory efficiently to a remote place without
committing the changes

#### Fixes

[#&#8203;7645](https://togithub.com/aquaproj/aqua-registry/issues/7645)
[aristocratos/btop](https://togithub.com/aristocratos/btop): Asset
format was changed
[#&#8203;7632](https://togithub.com/aquaproj/aqua-registry/issues/7632)
[hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): Fix the
description

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub
Releases
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)
[hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI
command to parse kustomize build result and notify it to GitLab
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[kashav/fsql](https://togithub.com/kashav/fsql): Search for files using
a fun query language
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper
for automatic login

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[@&#8203;hirosassa](https://togithub.com/hirosassa)
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7599](https://togithub.com/aquaproj/aqua-registry/issues/7599)
[zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and
intuitive terminal-based text editor

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7589](https://togithub.com/aquaproj/aqua-registry/issues/7589)
[citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS
is a platform to enable Cloud Native BDD testing on Kubernetes

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7523](https://togithub.com/aquaproj/aqua-registry/issues/7523)
[woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker):
Command line tool for Woodpecker CI

#### Fixes

[#&#8203;7541](https://togithub.com/aquaproj/aqua-registry/issues/7541)
[kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove
darwin support

The support of `darwin` was removed.

-
kanisterio/kanister@2a93133
-
[kanisterio/kanister#1702
-
[kanisterio/kanister#1702 (comment)

[#&#8203;7542](https://togithub.com/aquaproj/aqua-registry/issues/7542)
[zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive
format

Archive format was changed from `tar.xz` to `tar.zst`.

-
[zigtools/zls#529
-   https://www.nongnu.org/lzip/xz_inadequate.html

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7473](https://togithub.com/aquaproj/aqua-registry/issues/7473)
[genuinetools/amicontained](https://togithub.com/genuinetools/amicontained):
Container introspection tool. Find out what container runtime is being
used as well as features available
[#&#8203;7488](https://togithub.com/aquaproj/aqua-registry/issues/7488)
[mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and
package macOS CLI tools and applications written in any language.
Available as both a CLI and a Go library
[#&#8203;7486](https://togithub.com/aquaproj/aqua-registry/issues/7486)
[runatlantis/atlantis](https://togithub.com/runatlantis/atlantis):
Terraform Pull Request Automation
[#&#8203;7495](https://togithub.com/aquaproj/aqua-registry/issues/7495)
[sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy):
A tool to check for vulnerabilities in your Golang dependencies, powered
by Sonatype OSS Index

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7466](https://togithub.com/aquaproj/aqua-registry/issues/7466)
[charmbracelet/vhs](https://togithub.com/charmbracelet/vhs): Your CLI
home video recorder
[#&#8203;7446](https://togithub.com/aquaproj/aqua-registry/issues/7446)
[purpleclay/dns53](https://togithub.com/purpleclay/dns53): Dynamic DNS
within Amazon Route53. Expose your EC2 quickly, easily and privately

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7412](https://togithub.com/aquaproj/aqua-registry/issues/7412)
[mattn/twty](https://togithub.com/mattn/twty): command-line twitter
client written in golang
[#&#8203;7439](https://togithub.com/aquaproj/aqua-registry/issues/7439)
[minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): A human
friendly AWS CLI written in Go

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7386](https://togithub.com/aquaproj/aqua-registry/issues/7386)
[drud/ddev](https://togithub.com/drud/ddev): DDEV: a local web
development environment system for PHP
[#&#8203;7387](https://togithub.com/aquaproj/aqua-registry/issues/7387)
[#&#8203;7388](https://togithub.com/aquaproj/aqua-registry/issues/7388)
[librespeed/speedtest-cli](https://togithub.com/librespeed/speedtest-cli):
Command line client for LibreSpeed
[#&#8203;7392](https://togithub.com/aquaproj/aqua-registry/issues/7392)
[making/rsc](https://togithub.com/making/rsc): RSocket Client CLI (RSC)
that aims to be a curl for RSocket
[#&#8203;7353](https://togithub.com/aquaproj/aqua-registry/issues/7353)
[ysugimoto/falco](https://togithub.com/ysugimoto/falco): falco is a VCL
parser and linter optimized for Fastly

#### Others

[#&#8203;7389](https://togithub.com/aquaproj/aqua-registry/issues/7389)
Update CONTRIBUTING.md

[Should you create an Issue before sending a Pull
Request?](https://togithub.com/aquaproj/aqua-registry/blob/60051007b490c76d13698a5cfcb1bd465df1d731/CONTRIBUTING.md#should-you-create-an-issue-before-sending-a-pull-request)

#### Contributors

Thank you, Contributors!

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

</details>

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

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

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

# 2.32.2 / 2022-11-24

- doc: Add stdlib's layout_pyenv to docs
([#&#8203;969](https://togithub.com/direnv/direnv/issues/969))
- doc: Fix broken link
([#&#8203;991](https://togithub.com/direnv/direnv/issues/991))
- doc: Minor typo fix
([#&#8203;1013](https://togithub.com/direnv/direnv/issues/1013))
- doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` => add (typically
~/.config/direnv/direnv.toml)
([#&#8203;985](https://togithub.com/direnv/direnv/issues/985))
- doc: add quickenv to Related projects
([#&#8203;970](https://togithub.com/direnv/direnv/issues/970))
- feat: Update layout anaconda to accept a path to a yml file
([#&#8203;962](https://togithub.com/direnv/direnv/issues/962))
- feat: install.sh: can specify direnv version
([#&#8203;1012](https://togithub.com/direnv/direnv/issues/1012))
- fix: elvish: replace deprecated `except` with `catch`
([#&#8203;987](https://togithub.com/direnv/direnv/issues/987))
-   fix: installer.sh: make direnv executable for all
- fix: path escaping
([#&#8203;975](https://togithub.com/direnv/direnv/issues/975))
- fix: stdlib: only use ANSI escape on TTY
([#&#8203;958](https://togithub.com/direnv/direnv/issues/958))
- fix: test: remove mentions of DIRENV_MTIME
([#&#8203;1009](https://togithub.com/direnv/direnv/issues/1009))
- fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF
([#&#8203;996](https://togithub.com/direnv/direnv/issues/996))
- update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to
1.2.0 ([#&#8203;974](https://togithub.com/direnv/direnv/issues/974))

</details>

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

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

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

</details>

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

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

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

Helm v3.10.2 is a patch release. Users are encouraged to upgrade for the
best experience. Users are encouraged to upgrade for the best
experience.

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.2. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.10.2-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-darwin-amd64.tar.gz.sha256sum)
/ e889960e4c1d7e2dfdb91b102becfaf22700cb86dc3e3553d9bebd7bab5a3803)
- [MacOS arm64](https://get.helm.sh/helm-v3.10.2-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-darwin-arm64.tar.gz.sha256sum)
/ 460441eea1764ca438e29fa0e38aa0d2607402f753cb656a4ab0da9223eda494)
- [Linux amd64](https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz.sha256sum)
/ 2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347)
- [Linux arm](https://get.helm.sh/helm-v3.10.2-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-arm.tar.gz.sha256sum)
/ 25af344f46348958baa1c758cdf3b204ede3ddc483be1171ed3738d47efd0aae)
- [Linux arm64](https://get.helm.sh/helm-v3.10.2-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-arm64.tar.gz.sha256sum)
/ 57fa17b6bb040a3788116557a72579f2180ea9620b4ee8a9b7244e5901df02e4)
- [Linux i386](https://get.helm.sh/helm-v3.10.2-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-386.tar.gz.sha256sum)
/ ac9cbef2ec1237e2723ee8d3a92d1c4525a2da7cecc11336ba67de9bb6b473f0)
- [Linux ppc64le](https://get.helm.sh/helm-v3.10.2-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-ppc64le.tar.gz.sha256sum)
/ 53a578b84155d31c3e62dd93a88586b75e876dae82c7912c895ee5a574fa6209)
- [Linux s390x](https://get.helm.sh/helm-v3.10.2-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.10.2-linux-s390x.tar.gz.sha256sum)
/ 33cb4a3382bea6bcd7eb7f385dd08941bdc84d0020345951eb467fbc8f5ccb60)
- [Windows amd64](https://get.helm.sh/helm-v3.10.2-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.10.2-windows-amd64.zip.sha256sum)
/ f1a3190adecc26270bbef4f3ab2d1a56509f9d8df95413cdd6e3151f6f367862)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://togithub.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). 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.10.3 will contain only bug fixes and be released on December 14,
2022
- 3.11.0 is the next feature releaseand be released on January 18, 2023

#### Changelog

- fix a few function names on comments
[`50f003e`](https://togithub.com/helm/helm/commit/50f003e5ee8704ec937a756c646870227d7c8b58)
(cui fliter)
- redirect registry client output to stderr
[`c3a62f7`](https://togithub.com/helm/helm/commit/c3a62f7880be8bdc904f2d54c4b0c16a86ec204c)
(Cyril Jouve)
- Readiness & liveness probes correct port
[`727bdf1`](https://togithub.com/helm/helm/commit/727bdf1813df73073d5a8eba4581201ef6518f93)
(Peter Leong)

</details>

<details>
<summary>kubernetes-sigs/kind</summary>

###
[`v0.17.0`](https://togithub.com/kubernetes-sigs/kind/releases/tag/v0.17.0)

[Compare
Source](https://togithub.com/kubernetes-sigs/kind/compare/v0.16.0...v0.17.0)

`v0.17.0` is a small release centered around fixing a bug loading docker
hub / docker.io tagged images with identical content but different tags
(including images with no explicit host)
[kubernetes-sigs/kind#2955
and support for cross-architecture `kind load ...`.

This release also ships Kubernetes 1.25.3 and containerd 1.6.9 with
their respective fixes.

This release comes to you live from KubeCon NA 2022 πŸ˜„

<h1 id="breaking-changes">Breaking Changes</h1>

- The default node image is a Kubernetes `v1.25.3` image:
`kindest/node:v1.25.2@&#8203;sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1`
-   Internal config generation now defends against yaml-injection
- This should not be a breaking change if you were using the config
fields as documented
- This does not apply to config *patches* which are applied after config
generation, and by definition patch arbitrary yaml

<h1 id="new-features">New Features</h1>

-   **Support for loading cross-architecture images**
- When using `kind load docker-image` or `kind load image-archive`,
        kind now instructs containerd to import all architectures.
- This means that *if* you have multi-arch `docker run` enabled on your
host (binfmt_misc qemu-userspace),
such as in the Docker Desktop application out-of-the box, you may be
able to load and run pods with images
        for the wrong architecture (e.g. an amd64 image on an M1 mac).
-   containerd 1.6.9
-   go 1.19.2
- upgraded metallb
[kubernetes-sigs/kind#2973
- overhauled docs code snippets
[kubernetes-sigs/kind#2894

New Node images have been built for kind `v0.17.0`, please use these
**exact** images (IE like
`kindest/node:v1.25.3@&#8203;sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1`
including the digest) or build your own as we may need to change the
image format again in the future πŸ˜…

Images built for this release:

- 1.25:
`kindest/node:v1.25.3@&#8203;sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1`
- 1.24:
`kindest/node:v1.24.7@&#8203;sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315`
- 1.23:
`kindest/node:v1.23.13@&#8203;sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61`
- 1.22:
`kindest/node:v1.22.15@&#8203;sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41`
- 1.21:
`kindest/node:v1.21.14@&#8203;sha256:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1`
- 1.20:
`kindest/node:v1.20.15@&#8203;sha256:a32bf55309294120616886b5338f95dd98a2f7231519c7dedcec32ba29699394`
- 1.19:
`kindest/node:v1.19.16@&#8203;sha256:476cb3269232888437b61deca013832fee41f9f074f9bed79f57e4280f7c48b7`

NOTE: These node images support amd64 and arm64. It remains possible to
build custom images for other architectures (see the docs).

<h1 id="fixes">Fixes</h1>

- Fix loading docker hub / docker.io tagged images with identical
content but different tags (including images with no explicit host)
[kubernetes-sigs/kind#2955
-
[kindnetd](https://togithub.com/kubernetes-sigs/kind/tree/main/images/kindnetd)
(kind's lightweight networking daemonset) now supports removing wrong
routes when nodes are added and removed
- currently, kind does not explicitly have support for adding or
removing nodes
however, [Cluster API Provider
Docker](https://togithub.com/kubernetes-sigs/cluster-api/tree/main/test/infrastructure/docker)
(which is based on KIND), does support this.

<h1 id="contributors">Contributors</h1>

**Thank you to everyone who contributed to this release! ❀️**

Users whose commits are in this release (alphabetically by user name)

-   [@&#8203;aude](https://togithub.com/aude)
-   [@&#8203;BenTheElder](https://togithub.com/BenTheElder)
-   [@&#8203;chrischdi](https://togithub.com/chrischdi)
-   [@&#8203;converge](https://togithub.com/converge)
-   [@&#8203;curtbushko](https://togithub.com/curtbushko)
-   [@&#8203;flash-me](https://togithub.com/flash-me)
-   [@&#8203;hrittikhere](https://togithub.com/hrittikhere)
-   [@&#8203;k8s-ci-robot](https://togithub.com/k8s-ci-robot)
-   [@&#8203;mdurand54](https://togithub.com/mdurand54)
-   [@&#8203;raphaelauv](https://togithub.com/raphaelauv)
-   [@&#8203;Vlatombe](https://togithub.com/Vlatombe)

And thank you **very much** to everyone else not listed here who
contributed in other ways like filing issues, giving feedback, testing
fixes, helping users in slack, etc. πŸ™

</details>

<details>
<summary>kubernetes/kubectl</summary>

###
[`v1.25.4`](https://togithub.com/kubernetes/kubectl/compare/kubernetes-1.25.3...kubernetes-1.25.4)

[Compare
Source](https://togithub.com/kubernetes/kubectl/compare/kubernetes-1.25.3...kubernetes-1.25.4)

</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/terraform-provider-dsv that referenced this pull request Dec 5, 2022
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.59.0`
-> `v0.62.3` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v3.84.0` -> `v3.102.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.10.1` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` ->
`1.19.3` |
| [golang/tools](https://togithub.com/golang/tools) | minor | `v0.2.0`
-> `v0.3.0` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.12.3` -> `v1.13.1` |

---

### Release Notes

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

### [`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)]

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

#### Contributors

Thank you, Contributors!

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

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

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


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

#### Fixes

[#&#8203;7940](https://togithub.com/aquaproj/aqua-registry/issues/7940)
[TimothyYe/skm](https://togithub.com/TimothyYe/skm): Disable checksum if
the version is less than `0.8.6`.

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

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


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

#### Others

[#&#8203;7831](https://togithub.com/aquaproj/aqua-registry/issues/7831)
Rename the package `thycotic/dsv-cli` to
[DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli)

The repository was transferred.

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7798](https://togithub.com/aquaproj/aqua-registry/issues/7798)
[cfssl](https://togithub.com/cloudflare/cfssl): CFSSL: Cloudflare's PKI
and TLS toolkit

-   cloudflare/cfssl/cfssl-bundle
-   cloudflare/cfssl/cfssl-certinfo
-   cloudflare/cfssl/cfssl-newkey
-   cloudflare/cfssl/cfssl-scan
-   cloudflare/cfssl/cfssljson
-   cloudflare/cfssl/multirootca

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7788](https://togithub.com/aquaproj/aqua-registry/issues/7788)
[jamietsao/random-winner](https://togithub.com/jamietsao/random-winner):
Wrote a silly program to select a random winner from my team
[#&#8203;7786](https://togithub.com/aquaproj/aqua-registry/issues/7786)
[mvisonneau/gpcd](https://togithub.com/mvisonneau/gpcd): GoPro Cloud
Downloader
[#&#8203;7787](https://togithub.com/aquaproj/aqua-registry/issues/7787)
[mvisonneau/s5](https://togithub.com/mvisonneau/s5): Safely Store Super
Sensitive Stuff

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7772](https://togithub.com/aquaproj/aqua-registry/issues/7772)
[denizgursoy/gotouch](https://togithub.com/denizgursoy/gotouch):
Customizable Project Creator
[#&#8203;7764](https://togithub.com/aquaproj/aqua-registry/issues/7764)
[in-toto/in-toto-golang](https://togithub.com/in-toto/in-toto-golang): A
Go implementation of in-toto. in-toto is a framework to protect software
supply chain integrity
[#&#8203;7743](https://togithub.com/aquaproj/aqua-registry/issues/7743)
[mvisonneau/tfcw](https://togithub.com/mvisonneau/tfcw): Terraform Cloud
Wrapper
[#&#8203;7760](https://togithub.com/aquaproj/aqua-registry/issues/7760)
[smartxworks/knest](https://togithub.com/smartxworks/knest):
Kubernetes-in-Kubernetes Made Simple

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7705](https://togithub.com/aquaproj/aqua-registry/issues/7705)
[sigstore/sget](https://togithub.com/sigstore/sget): sget is command for
safer, automatic verification of signatures and integration with
Sigstore's binary transparency log, Rekor

#### Fixes

[#&#8203;7660](https://togithub.com/aquaproj/aqua-registry/issues/7660)
[minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): Support old
versions
[#&#8203;7661](https://togithub.com/aquaproj/aqua-registry/issues/7661)
[ysugimoto/falco](https://togithub.com/ysugimoto/falco): Support old
versions
[#&#8203;7701](https://togithub.com/aquaproj/aqua-registry/issues/7701)
[nushell/nushell](https://togithub.com/nushell/nushell): asset format
was changed

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7644](https://togithub.com/aquaproj/aqua-registry/issues/7644)
[abhimanyu003/sttr](https://togithub.com/abhimanyu003/sttr):
cross-platform, cli app to perform various operations on string
[#&#8203;7654](https://togithub.com/aquaproj/aqua-registry/issues/7654)
[pfnet-research/git-ghost](https://togithub.com/pfnet-research/git-ghost):
Synchronize your working directory efficiently to a remote place without
committing the changes

#### Fixes

[#&#8203;7645](https://togithub.com/aquaproj/aqua-registry/issues/7645)
[aristocratos/btop](https://togithub.com/aristocratos/btop): Asset
format was changed
[#&#8203;7632](https://togithub.com/aquaproj/aqua-registry/issues/7632)
[hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): Fix the
description

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub
Releases
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)
[hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI
command to parse kustomize build result and notify it to GitLab
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[kashav/fsql](https://togithub.com/kashav/fsql): Search for files using
a fun query language
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper
for automatic login

#### Contributors

Thank you, Contributors!

[@&#8203;ponkio-o](https://togithub.com/ponkio-o)
[#&#8203;7620](https://togithub.com/aquaproj/aqua-registry/issues/7620)
[#&#8203;7630](https://togithub.com/aquaproj/aqua-registry/issues/7630)
[#&#8203;7631](https://togithub.com/aquaproj/aqua-registry/issues/7631)
[@&#8203;hirosassa](https://togithub.com/hirosassa)
[#&#8203;7627](https://togithub.com/aquaproj/aqua-registry/issues/7627)

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7599](https://togithub.com/aquaproj/aqua-registry/issues/7599)
[zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and
intuitive terminal-based text editor

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7589](https://togithub.com/aquaproj/aqua-registry/issues/7589)
[citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS
is a platform to enable Cloud Native BDD testing on Kubernetes

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7523](https://togithub.com/aquaproj/aqua-registry/issues/7523)
[woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker):
Command line tool for Woodpecker CI

#### Fixes

[#&#8203;7541](https://togithub.com/aquaproj/aqua-registry/issues/7541)
[kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove
darwin support

The support of `darwin` was removed.

-
https://github.com/kanisterio/kanister/commit/2a93133c6d905e66e291d203cdfce072d1e9b1c8
-
[https://github.com/kanisterio/kanister/pull/1702](https://togithub.com/kanisterio/kanister/pull/1702)
-
[https://github.com/kanisterio/kanister/pull/1702#discussion_r1003536078](https://togithub.com/kanisterio/kanister/pull/1702#discussion_r1003536078)

[#&#8203;7542](https://togithub.com/aquaproj/aqua-registry/issues/7542)
[zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive
format

Archive format was changed from `tar.xz` to `tar.zst`.

-
[https://github.com/zigtools/zls/pull/529](https://togithub.com/zigtools/zls/pull/529)
-   https://www.nongnu.org/lzip/xz_inadequate.html

#### Contributors

Thank you, Contributors!

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

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

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


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

#### πŸŽ‰ New Packages

[#&#8203;7473](https://togithub.com/aquaproj/aqua-registry/issues/7473)
[genuinetools/amicontained](https://togithub.com/genuinetools/amicontained):
Container introspection tool. Find out what container runtime is being
used as well as features available
[#&#8203;7488](https://togithub.com/aquaproj/aqua-registry/issues/7488)
[mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and
package macOS CLI tools and applications written in any language.
Available as both a CLI and a Go library
[#&#8203;7486](https://togithub.com/aquaproj/aqua-registry/issues/7486)
[runatlantis/atlantis](https://togithub.com/runatlantis/atlantis):
Terraform Pull Request Automation
[#&#8203;7495](https://togithub.com/aquaproj/aqua-registry/issues/7495)
[sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy):
A tool to check for vulnerabilities in your Golang dependencies, powered
by Sonatype OSS Index

#### Contributors

Thank you, Contributors!

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

</details>

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

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

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

# 2.32.2 / 2022-11-24

- doc: Add stdlib's layout_pyenv to docs
([#&#8203;969](https://togithub.com/direnv/direnv/issues/969))
- doc: Fix broken link
([#&#8203;991](https://togithub.com/direnv/direnv/issues/991))
- doc: Minor typo fix
([#&#8203;1013](https://togithub.com/direnv/direnv/issues/1013))
- doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` => add (typically
~/.config/direnv/direnv.toml)
([#&#8203;985](https://togithub.com/direnv/direnv/issues/985))
- doc: add quickenv to Related projects
([#&#8203;970](https://togithub.com/direnv/direnv/issues/970))
- feat: Update layout anaconda to accept a path to a yml file
([#&#8203;962](https://togithub.com/direnv/direnv/issues/962))
- feat: install.sh: can specify direnv version
([#&#8203;1012](https://togithub.com/direnv/direnv/issues/1012))
- fix: elvish: replace deprecated `except` with `catch`
([#&#8203;987](https://togithub.com/direnv/direnv/issues/987))
-   fix: installer.sh: make direnv executable for all
- fix: path escaping
([#&#8203;975](https://togithub.com/direnv/direnv/issues/975))
- fix: stdlib: only use ANSI escape on TTY
([#&#8203;958](https://togithub.com/direnv/direnv/issues/958))
- fix: test: remove mentions of DIRENV_MTIME
([#&#8203;1009](https://togithub.com/direnv/direnv/issues/1009))
- fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF
([#&#8203;996](https://togithub.com/direnv/direnv/issues/996))
- update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to
1.2.0 ([#&#8203;974](https://togithub.com/direnv/direnv/issues/974))

</details>

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

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

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

</details>

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

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

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

</details>

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

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

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

#### Changelog

##### Bug fixes

-
[`d3cdd96`](https://togithub.com/goreleaser/goreleaser/commit/d3cdd96c397bc60ea634eb2f0617970cee5065a3):
fix: missing digests on manifests
([#&#8203;3602](https://togithub.com/goreleaser/goreleaser/issues/3602))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.13.0...v1.13.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.13.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.13.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.3...v1.13.0)

#### Changelog

##### New Features

-
[`5eb1e4a`](https://togithub.com/goreleaser/goreleaser/commit/5eb1e4ad0d41c6ee06db34183689a42e02a77fe0):
feat: add digest to artifacts info of published docker images
([#&#8203;3540](https://togithub.com/goreleaser/goreleaser/issues/3540))
([@&#8203;gal-legit](https://togithub.com/gal-legit))
-
[`e65c531`](https://togithub.com/goreleaser/goreleaser/commit/e65c53172e1836524cb570a7e727a0d72545b2ae):
feat: add mastodon
([#&#8203;3567](https://togithub.com/goreleaser/goreleaser/issues/3567))
([@&#8203;jolheiser](https://togithub.com/jolheiser))
-
[`0a536f0`](https://togithub.com/goreleaser/goreleaser/commit/0a536f08fd4df847b3777a658aea75b788f8fa4a):
feat: build of shared/static libraries
([#&#8203;3511](https://togithub.com/goreleaser/goreleaser/issues/3511))
([@&#8203;borgoat](https://togithub.com/borgoat))
-
[`f2281e8`](https://togithub.com/goreleaser/goreleaser/commit/f2281e8ff237e679c6f461a05d1eda7e3a426a3e):
feat: chocolatey support
([#&#8203;3509](https://togithub.com/goreleaser/goreleaser/issues/3509))
([@&#8203;faabiosr](https://togithub.com/faabiosr))
-
[`ad359a4`](https://togithub.com/goreleaser/goreleaser/commit/ad359a4712afa46f8bd4259d6ca14b7783d68b2c):
feat: implement nfpm archlinux packages
([#&#8203;3470](https://togithub.com/goreleaser/goreleaser/issues/3470))
([@&#8203;Arsen6331](https://togithub.com/Arsen6331))
-
[`76dc0b5`](https://togithub.com/goreleaser/goreleaser/commit/76dc0b559e073eca268700cc5799c1f00ffdf466):
feat: output checksums to artifacts info
([#&#8203;3548](https://togithub.com/goreleaser/goreleaser/issues/3548))
([@&#8203;gal-legit](https://togithub.com/gal-legit))
-
[`7544f7a`](https://togithub.com/goreleaser/goreleaser/commit/7544f7ab961cddb47492572263646af18c1f519a):
feat: update to go 1.19.3
([#&#8203;3523](https://togithub.com/goreleaser/goreleaser/issues/3523))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4863781`](https://togithub.com/goreleaser/goreleaser/commit/4863781b48ca781cd3590ffddfa06b6e6cd2c1e1):
feat: use digest on manifests
([#&#8203;3555](https://togithub.com/goreleaser/goreleaser/issues/3555))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b55b997`](https://togithub.com/goreleaser/goreleaser/commit/b55b9976c7871e29bcdf70628be749b96b32296d):
feat: use digest to sign docker images/manifests
([#&#8203;3556](https://togithub.com/goreleaser/goreleaser/issues/3556))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`0ea4f1d`](https://togithub.com/goreleaser/goreleaser/commit/0ea4f1d5b7d8b25d4a5deaa302327a1f76a10d71):
fix(changelog): group regexps
([#&#8203;3527](https://togithub.com/goreleaser/goreleaser/issues/3527))
([@&#8203;stevenh](https://togithub.com/stevenh))
-
[`1272811`](https://togithub.com/goreleaser/goreleaser/commit/127281131ac2c16fdd5103973eb411c882518e71):
fix(ci): codeql use go 1.19
([#&#8203;3570](https://togithub.com/goreleaser/goreleaser/issues/3570))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`154c520`](https://togithub.com/goreleaser/goreleaser/commit/154c52075526c3819a97d9b610ceaf2e97628c86):
fix: Trim trailing slash from Gitea URL
([#&#8203;3488](https://togithub.com/goreleaser/goreleaser/issues/3488))
([@&#8203;SamTherapy](https://togithub.com/SamTherapy))
-
[`1a69d44`](https://togithub.com/goreleaser/goreleaser/commit/1a69d44d6d37021530b1d0f49d5e0fb1aa1f7299):
fix: allow to template scoop/brew/krew repo ref
([#&#8203;3521](https://togithub.com/goreleaser/goreleaser/issues/3521))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6fd8eec`](https://togithub.com/goreleaser/goreleaser/commit/6fd8eec224bd2306cb0a1d83f6be60478bc5e4f5):
fix: do not run changelog on goreleaser build
([#&#8203;3520](https://togithub.com/goreleaser/goreleaser/issues/3520))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`778f099`](https://togithub.com/goreleaser/goreleaser/commit/778f099a9a603867dcda91896bb76f7497b2b0fb):
fix: improve artifactory error handling
([#&#8203;3546](https://togithub.com/goreleaser/goreleaser/issues/3546))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5731815`](https://togithub.com/goreleaser/goreleaser/commit/5731815e629f1232cd29a1fdfa269780a07d7bf5):
fix: improve github release code
([#&#8203;3547](https://togithub.com/goreleaser/goreleaser/issues/3547))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1a9209e`](https://togithub.com/goreleaser/goreleaser/commit/1a9209eb1f0ce9c5a7ac1b04de1d7af82b5fcca9):
fix: log missing image name
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5ca4a7d`](https://togithub.com/goreleaser/goreleaser/commit/5ca4a7d2ff86cd01c68777c30012c12a50b696e1):
fix: log when no artifacts are found for docker
([#&#8203;3554](https://togithub.com/goreleaser/goreleaser/issues/3554))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ab08d0b`](https://togithub.com/goreleaser/goreleaser/commit/ab08d0b7063ecc0cfca4aa9fb51f0553c42ae482):
fix: move mastodon server to yaml
([#&#8203;3568](https://togithub.com/goreleaser/goreleaser/issues/3568))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bb00eda`](https://togithub.com/goreleaser/goreleaser/commit/bb00edac2a99f8a3d61ca958bfa4f4dc444d1a76):
fix: set dockers.goarm to 6 by default
([#&#8203;3552](https://togithub.com/goreleaser/goreleaser/issues/3552))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`096c6ba`](https://togithub.com/goreleaser/goreleaser/commit/096c6ba6b29b7ac50c803d9ed52024eed47b72a5):
fix: variable name ([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`de1e6bb`](https://togithub.com/goreleaser/goreleaser/commit/de1e6bb8614006a677f1293dc8bd967d03fde0d0):
feat(deps): bump github.com/disgoorg/disgo from 0.13.20 to 0.13.21
([#&#8203;3519](https://togithub.com/goreleaser/goreleaser/issues/3519))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`226f56e`](https://togithub.com/goreleaser/goreleaser/commit/226f56e972c378ed045b35ac8f559d56bf8c9ba6):
feat(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0
([#&#8203;3558](https://togithub.com/goreleaser/goreleaser/issues/3558))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8794290`](https://togithub.com/goreleaser/goreleaser/commit/8794290e147b1cb208cb8b9f8bf6bde278a7ed79):
feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0
([#&#8203;3539](https://togithub.com/goreleaser/goreleaser/issues/3539))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`77b5cc3`](https://togithub.com/goreleaser/goreleaser/commit/77b5cc3430fb67defd5e794227356e9520d5286c):
feat(deps): bump github.com/slack-go/slack from 0.11.3 to 0.11.4
([#&#8203;3536](https://togithub.com/goreleaser/goreleaser/issues/3536))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6bcc103`](https://togithub.com/goreleaser/goreleaser/commit/6bcc103659cf32dee505592a94037243a997b43f):
feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
([#&#8203;3494](https://togithub.com/goreleaser/goreleaser/issues/3494))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b3d8353`](https://togithub.com/goreleaser/goreleaser/commit/b3d8353b3721fbf025f16c9bc9bb2fceae6ee371):
feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
([#&#8203;3493](https://togithub.com/goreleaser/goreleaser/issues/3493))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e269a1d`](https://togithub.com/goreleaser/goreleaser/commit/e269a1d09599e8a1399393fc8230ed43a75bc851):
feat(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0
([#&#8203;3513](https://togithub.com/goreleaser/goreleaser/issues/3513))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b9649cf`](https://togithub.com/goreleaser/goreleaser/commit/b9649cfe49e35a54070d6176f9acd346cb05679f):
feat(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine
([#&#8203;3522](https://togithub.com/goreleaser/goreleaser/issues/3522))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`25522b5`](https://togithub.com/goreleaser/goreleaser/commit/25522b5c52de888a61e42914fde7719a2489814b):
feat(deps): bump golang from `8558ae6` to `dc4f475`
([#&#8203;3544](https://togithub.com/goreleaser/goreleaser/issues/3544))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6663177`](https://togithub.com/goreleaser/goreleaser/commit/66631771740b418c740031a2c9e6ce6417760244):
feat(deps): bump golang from `dc4f475` to `d171aa3`
([#&#8203;3565](https://togithub.com/goreleaser/goreleaser/issues/3565))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f01f300`](https://togithub.com/goreleaser/goreleaser/commit/f01f30031a8caf0565a24ad244178665b9521fa9):
feat(deps): bump golang from `f3e6836` to `e4dcdac`
([#&#8203;3500](https://togithub.com/goreleaser/goreleaser/issues/3500))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`0638b0a`](https://togithub.com/goreleaser/goreleaser/commit/0638b0aa38d5857c8db0b01dc34570b1b3c2aaf6):
feat(deps): update nfpm to v2.21.0
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2e43234`](https://togithub.com/goreleaser/goreleaser/commit/2e4323433fd94aa27267887f21985fa6b2b492d9):
feat(deps): update nfpm to v2.22.0
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9fa3438`](https://togithub.com/goreleaser/goreleaser/commit/9fa34380eab4306b9547a97813af4457cd8e326f):
fix(deps): nfpm v2.22.1
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Other work

-
[`ed30c4e`](https://togithub.com/goreleaser/goreleaser/commit/ed30c4e2dbe045568b8166c9b71a4115112a3b87):
docs: /twitter, discord, linkedin etc
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f1e6305`](https://togithub.com/goreleaser/goreleaser/commit/f1e63050d6f6974a3992a599ab45c5b0eb950916):
docs: Mention Gitea explicitly
([#&#8203;3489](https://togithub.com/goreleaser/goreleaser/issues/3489))
([@&#8203;SamTherapy](https://togithub.com/SamTherapy))
-
[`c490a0d`](https://togithub.com/goreleaser/goreleaser/commit/c490a0dc37f00cf5dc3f1346372ed967b59cc927):
docs: add Mercure to users
([#&#8203;3549](https://togithub.com/goreleaser/goreleaser/issues/3549))
([@&#8203;dunglas](https://togithub.com/dunglas))
-
[`b101e3b`](https://togithub.com/goreleaser/goreleaser/commit/b101e3badae7753e82a2a743ff9755ebf5d3256e):
docs: add Syft to contributing docs
([#&#8203;3529](https://togithub.com/goreleaser/goreleaser/issues/3529))
([@&#8203;marcjmiller](https://togithub.com/marcjmiller))
-
[`b9241a4`](https://togithub.com/goreleaser/goreleaser/commit/b9241a444c5b9a324838e88f763ba993fe0163c4):
docs: add more podman details
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1447ac8`](https://togithub.com/goreleaser/goreleaser/commit/1447ac82599183cfa6a3de4b911c5dc6558f88f8):
docs: add openssf badge
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1e39e3c`](https://togithub.com/goreleaser/goreleaser/commit/1e39e3ce790e6be1d677fcf4249aad9001472614):
docs: add woodpecker ci
([#&#8203;3516](https://togithub.com/goreleaser/goreleaser/issues/3516))
([@&#8203;jolheiser](https://togithub.com/jolheiser))
-
[`6dac256`](https://togithub.com/goreleaser/goreleaser/commit/6dac256b452f0a993d1ce2a8646c44c8762b2d9f):
docs: added /security
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`79b7ceb`](https://togithub.com/goreleaser/goreleaser/commit/79b7cebdaeb1de6fec5d2799e1117cad59c4c23e):
docs: clarify archlinux and v1.13
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`10586bd`](https://togithub.com/goreleaser/goreleaser/commit/10586bdba7b1f6f4a8a84bdb2fbc5d6c4da939fa):
docs: clarify lack of vcs info when building from proxy
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`97ca416`](https://togithub.com/goreleaser/goreleaser/commit/97ca41684df22a542af1c0f2c95642dfc8bce4b6):
docs: ensure pip is up to date
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d4c3e82`](https://togithub.com/goreleaser/goreleaser/commit/d4c3e82a6c76f8df4c7c1ed03d08837fe8c7a0ed):
docs: fix redirects ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`722463d`](https://togithub.com/goreleaser/goreleaser/commit/722463d129c6991c7a54505b77763b8b32630b02):
docs: fix typo in .goreleaser.yaml
([#&#8203;3531](https://togithub.com/goreleaser/goreleaser/issues/3531))
([@&#8203;frantjc](https://togithub.com/frantjc))
-
[`0f79adc`](https://togithub.com/goreleaser/goreleaser/commit/0f79adca8796d0882616f582a58d2e7b69a38bfb):
docs: fix wording
([#&#8203;3542](https://togithub.com/goreleaser/goreleaser/issues/3542))
([@&#8203;adamdmharvey](https://togithub.com/adamdmharvey))
-
[`c71d8ec`](https://togithub.com/goreleaser/goreleaser/commit/c71d8ecafa36ff96a74ed80f4a300a79fa092338):
docs: gif
([#&#8203;3504](https://togithub.com/goreleaser/goreleaser/issues/3504))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ee6225f`](https://togithub.com/goreleaser/goreleaser/commit/ee6225fb5ed23dfb8f46293179b62162161c3a32):
docs: improve schema
([#&#8203;3553](https://togithub.com/goreleaser/goreleaser/issues/3553))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b6e5b87`](https://togithub.com/goreleaser/goreleaser/commit/b6e5b87711b8c51650504cc7373df5bee18e356f):
docs: instruct how to use a pinned version of the jsonschema
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`de254d5`](https://togithub.com/goreleaser/goreleaser/commit/de254d582f2705e22ec2d6ca5a23a89c383b19d7):
docs: mastodon ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b76b658`](https://togithub.com/goreleaser/goreleaser/commit/b76b65875d2e60d63ff571000f4c6c890c8dd70c):
docs: note trailing slash on nfpm
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e47bad4`](https://togithub.com/goreleaser/goreleaser/commit/e47bad4997bfa489b072ad42ba682a90abe18a9e):
docs: small improvement
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`964e703`](https://togithub.com/goreleaser/goreleaser/commit/964e703fb4c54e94e1ee4a1990766a094ad3d383):
docs: small updates ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`311db13`](https://togithub.com/goreleaser/goreleaser/commit/311db136d60788d30f34349ac0d5fd3158512e2f):
docs: update docs to mention gitlab protected vars
([#&#8203;3528](https://togithub.com/goreleaser/goreleaser/issues/3528))
([@&#8203;marcjmiller](https://togithub.com/marcjmiller))
-
[`22a7a9a`](https://togithub.com/goreleaser/goreleaser/commit/22a7a9a8357703e95a2302270d7e6f178343e02b):
refactor: small improvements
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`33ea55b`](https://togithub.com/goreleaser/goreleaser/commit/33ea55b8e6ab6ed02311a29bdb42d4e1219abbca):
refactor: use the variable from artifact
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`78fa66a`](https://togithub.com/goreleaser/goreleaser/commit/78fa66ac7ed85adebf3add4ca7ecb3d5691f8437):
revert: unneeded release update
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.12.3...v1.13.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>

---

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

Successfully merging this pull request may close these issues.

None yet

2 participants