1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
dependabot[bot] 72fcfc6ea5
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.37.1 to 2.38.0 (#4976)
Bumps
[github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from
2.37.1 to 2.38.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/goreleaser/nfpm/releases">github.com/goreleaser/nfpm/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.38.0</h2>
<h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li>2c264e3d6671c19768b05476396e550fa4efe040: fix: better handle files
owned by the fs (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/834">#834</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>250d102bdc1cc068df69605de75058d7517442ae: fix: rpm doesnt allow
dashes in prerelease (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/836">#836</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>d8bf0865ce3d71763ff38d674a84eaf1468e74af: fix: system fs paths on
windows (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/838">#838</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Dependency updates</h3>
<ul>
<li>441470e641ccf2de80c82cc7f6625267a830e30d: feat(deps): bump
github.com/klauspost/compress from 1.17.8 to 1.17.9 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/831">#831</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li>784fa6ca608192d378fbd9572acd49e77e9411e3: feat(deps): bump
github.com/spf13/cobra from 1.8.0 to 1.8.1 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/832">#832</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
</ul>
<h3>Build process updates</h3>
<ul>
<li>912091cb2b68c06fbc5659183590cd6824c41500: ci: update goreleaser
config (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>745b0f59d9cbab3cb4d0a3373e7569bec4ca1bd9: --- (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/824">#824</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li>d33a9233bb7acf04621b78114114476196d79779: docs: clarify trailing
slash in dst (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>a3416c563b15a3b435df80f5e46f97bc8e4a6ee8: docs: update (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>893ce5ee6580e6d2b068310f03c718f2b5b4e581: docs: update (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>ba2bebd36d2aadd8b18b9f325191872f259e3518: docs: update cmd docs (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/goreleaser/nfpm/compare/v2.37.1...v2.38.0">https://github.com/goreleaser/nfpm/compare/v2.37.1...v2.38.0</a></p>
<h2>Helping out</h2>
<p>This release is only possible thanks to <strong>all</strong> the
support of <strong>awesome people</strong>!</p>
<p>Want to be one of them?
You can <a href="https://goreleaser.com/sponsors/">sponsor</a> or <a
href="https://goreleaser.com/contributing">contribute with code</a>.</p>
<h2>Where to go next?</h2>
<ul>
<li>nFPM is a satellite project from GoReleaser. <a
href="https://goreleaser.com">Check it out</a>!</li>
<li>Find examples and commented usage of all options in our <a
href="https://nfpm.goreleaser.com/">website</a>.</li>
<li>Reach out on <a href="https://discord.gg/RGEBtg8vQ6">Discord</a> and
<a href="https://twitter.com/goreleaser">Twitter</a>!</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d33a9233bb"><code>d33a923</code></a>
docs: clarify trailing slash in dst</li>
<li><a
href="d8bf0865ce"><code>d8bf086</code></a>
fix: system fs paths on windows (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/838">#838</a>)</li>
<li><a
href="f7e93efc2c"><code>f7e93ef</code></a>
test: centos8 mirrorlist has been down for a long time (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/837">#837</a>)</li>
<li><a
href="250d102bdc"><code>250d102</code></a>
fix: rpm doesnt allow dashes in prerelease (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/836">#836</a>)</li>
<li><a
href="2c264e3d66"><code>2c264e3</code></a>
fix: better handle files owned by the fs (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/834">#834</a>)</li>
<li><a
href="41b334968e"><code>41b3349</code></a>
chore: cleanup</li>
<li><a
href="893ce5ee65"><code>893ce5e</code></a>
docs: update</li>
<li><a
href="a3416c563b"><code>a3416c5</code></a>
docs: update</li>
<li><a
href="784fa6ca60"><code>784fa6c</code></a>
feat(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/832">#832</a>)</li>
<li><a
href="441470e641"><code>441470e</code></a>
feat(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/831">#831</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/goreleaser/nfpm/compare/v2.37.1...v2.38.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/goreleaser/nfpm/v2 | [>= 2.24.a, < 2.25] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goreleaser/nfpm/v2&package-manager=go_modules&previous-version=2.37.1&new-version=2.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 09:25:16 -03:00
.github chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#4972) 2024-07-04 09:30:23 -03:00
cmd fix: moving some logs to debug 2024-06-22 22:43:57 -03:00
internal fix: make latest on drafts (#4966) 2024-06-29 19:42:20 -03:00
pkg feat: support extra_files in http upload and artifactories (#4940) 2024-06-15 12:21:29 -03:00
scripts build: simplify (#4748) 2024-04-03 14:16:25 -03:00
testdata/TestVersion fix: version git tree state 2023-06-27 11:35:06 +00:00
www docs: update 2024-07-03 09:35:06 -03:00
.editorconfig chore: fix typo in .editorconfig 2024-01-24 08:00:52 -03:00
.envrc build: nix devShell (#4507) 2023-12-28 20:49:23 -03:00
.gitattributes feat: nix support (#4012) 2023-05-25 23:07:10 -03:00
.gitignore chore: fix exe typo in .gitignore (#4859) 2024-05-13 09:45:35 -03:00
.gitleaks.toml fix: run gitleaks and grype on prs (#3332) 2022-08-21 15:20:31 -03:00
.golangci.yaml build: disable appendAssign gocritic check 2024-05-13 10:05:12 -03:00
.goreleaser-nightly.yaml build: fix nightly 2024-06-18 15:10:02 -03:00
.goreleaser.yaml ci: update .goreleaser.yaml 2024-06-03 22:08:24 -03:00
.grype.yaml fix(grype): ignore unfixed vulns 2022-08-21 15:36:37 -03:00
.mailmap chore: update mailmap 2022-10-31 16:06:50 -03:00
art.txt feat: new --version output (#3962) 2023-04-30 14:19:55 -03:00
CONTRIBUTING.md docs: update old Go website links (#4855) 2024-05-12 13:22:56 -03:00
Dockerfile chore(deps): bump golang from 1.22.4-alpine to 1.23rc1-alpine (#4970) 2024-07-03 10:02:47 -03:00
EULA.md docs: make co-marketing more strict on eula (#3583) 2022-11-22 23:54:11 -03:00
flake.lock chore: auto-update generated files 2024-06-11 02:37:45 +00:00
flake.nix chore(nix): update flake 2024-05-02 20:39:51 -03:00
go.mod chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.37.1 to 2.38.0 (#4976) 2024-07-08 09:25:16 -03:00
go.sum chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.37.1 to 2.38.0 (#4976) 2024-07-08 09:25:16 -03:00
LICENSE.md docs: update license year 2022-02-08 14:21:36 -03:00
main_test.go feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
main.go feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
README.md docs: udpate starcharts url 2024-01-05 10:06:56 -03:00
SECURITY.md docs: fix typos, formatting 2023-10-02 18:04:20 +00:00
Taskfile.yml build: update generate workflow 2024-04-01 15:46:13 -03:00
USERS.md docs: update users 2024-05-28 10:00:21 -03:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.


Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Community

You have questions, need support and or just want to talk about GoReleaser?

Here are ways to get in touch with the GoReleaser community:

Join Discord Follow Twitter GitHub Discussions

You can find the links above and all others here.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

Badges

Release Software License Build status Codecov branch Artifact Hub Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits CII Best Practices

GitHub Sponsors

High-tier sponsors of @caarlos0 on GitHub:

OpenCollective

Sponsors

Does your company use goreleaser? Help keep the project bug-free and feature rich by sponsoring the project.

Backers

Love our work and community? Become a backer.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Stargazers over time

Stargazers over time