1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
dependabot[bot] dde4f8f5ac
chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#5151)
Bumps
[github.com/klauspost/compress](https://github.com/klauspost/compress)
from 1.17.9 to 1.17.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.10</h2>
<h2>What's Changed</h2>
<ul>
<li>gzhttp: Add TransportAlwaysDecompress option. by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/978">klauspost/compress#978</a></li>
<li>s2: Add EncodeBuffer buffer recycling callback by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/982">klauspost/compress#982</a></li>
<li>zstd: Improve memory usage on small streaming encodes by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1007">klauspost/compress#1007</a></li>
<li>gzhttp: Add supported decompress request body by <a
href="https://github.com/mirecl"><code>@​mirecl</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1002">klauspost/compress#1002</a></li>
<li>flate: read data written with partial flush by <a
href="https://github.com/vajexal"><code>@​vajexal</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/996">klauspost/compress#996</a></li>
<li>ci: Upgrade Go &amp; other by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1008">klauspost/compress#1008</a></li>
<li>docs: Small typofix in comment by <a
href="https://github.com/Jille"><code>@​Jille</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/976">klauspost/compress#976</a></li>
<li>build(deps): bump the github-actions group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/979">klauspost/compress#979</a></li>
<li>docs: Fix URL typo when installing builddict by <a
href="https://github.com/Wikidepia"><code>@​Wikidepia</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/980">klauspost/compress#980</a></li>
<li>build(deps): bump the github-actions group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/985">klauspost/compress#985</a></li>
<li>Fix typos by <a
href="https://github.com/deining"><code>@​deining</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/986">klauspost/compress#986</a></li>
<li>build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the
github-actions group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/997">klauspost/compress#997</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Wikidepia"><code>@​Wikidepia</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/980">klauspost/compress#980</a></li>
<li><a href="https://github.com/deining"><code>@​deining</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/986">klauspost/compress#986</a></li>
<li><a href="https://github.com/vajexal"><code>@​vajexal</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/996">klauspost/compress#996</a></li>
<li><a href="https://github.com/mirecl"><code>@​mirecl</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1002">klauspost/compress#1002</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10">https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2a46d6bf5d"><code>2a46d6b</code></a>
Update README.md</li>
<li><a
href="4dafca944b"><code>4dafca9</code></a>
ci: Upgrade Go &amp; other (<a
href="https://redirect.github.com/klauspost/compress/issues/1008">#1008</a>)</li>
<li><a
href="26519f82c1"><code>26519f8</code></a>
zstd: Improve memory usage on small streaming encodes (<a
href="https://redirect.github.com/klauspost/compress/issues/1007">#1007</a>)</li>
<li><a
href="51aa0ecb46"><code>51aa0ec</code></a>
[gzhttp] Add supported decompress request body (<a
href="https://redirect.github.com/klauspost/compress/issues/1002">#1002</a>)</li>
<li><a
href="13c1244967"><code>13c1244</code></a>
build(deps): bump github/codeql-action in the github-actions group (<a
href="https://redirect.github.com/klauspost/compress/issues/997">#997</a>)</li>
<li><a
href="62905e4bf0"><code>62905e4</code></a>
read data written with partial flush (<a
href="https://redirect.github.com/klauspost/compress/issues/996">#996</a>)</li>
<li><a
href="3868468e62"><code>3868468</code></a>
Fix typos (<a
href="https://redirect.github.com/klauspost/compress/issues/986">#986</a>)</li>
<li><a
href="8b81499bfd"><code>8b81499</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/klauspost/compress/issues/985">#985</a>)</li>
<li><a
href="d76f801616"><code>d76f801</code></a>
s2: Add EncodeBuffer buffer recycling callback (<a
href="https://redirect.github.com/klauspost/compress/issues/982">#982</a>)</li>
<li><a
href="cfab8bd586"><code>cfab8bd</code></a>
docs: Fix URL typo when installing builddict (<a
href="https://redirect.github.com/klauspost/compress/issues/980">#980</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.17.9&new-version=1.17.10)](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-09-24 10:43:11 -03:00
2024-09-07 11:09:21 -03:00
2024-09-12 16:44:44 -03:00
2024-07-17 10:56:36 -03:00
2024-01-24 08:00:52 -03:00
2023-12-28 20:49:23 -03:00
2023-05-25 23:07:10 -03:00
2024-08-03 14:30:10 -03:00
2024-08-18 16:08:55 -03:00
2022-08-21 15:36:37 -03:00
2022-10-31 16:06:50 -03:00
2023-04-30 14:19:55 -03:00
2024-09-19 23:33:10 -03:00
2024-09-17 17:43:41 +00:00
2024-09-03 19:57:29 -03:00
2022-02-08 14:21:36 -03:00
2024-05-26 15:02:57 -03:00
2024-08-05 09:38:49 -03:00
2023-10-02 18:04:20 +00:00
2024-07-10 00:03:07 -03:00
2024-08-06 00:04:11 -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

Languages
Go 93.4%
Nix 2.1%
Ruby 2%
YAML 1%
HTML 0.6%
Other 0.9%