1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
dependabot[bot] 1f5b7ee814
chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.13.1 to 0.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's
releases</a>.</em></p>
<blockquote>
<h2>v0.14.0</h2>
<h2>What's Changed</h2>
<p>v0.14.0 is now available. It contains <strong>no breaking
changes</strong> but does include several pieces of new functionality
and long-standing bug fixes.</p>
<h3>Enhancements</h3>
<ul>
<li>Added Support for receiving <code>metadata</code> when receiving a
<code>MessageEvent</code> over WebSocket by <a
href="https://github.com/rfratto"><code>@​rfratto</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li>
<li>Added a new field to expose file data when receiving a
<code>File</code> event from a Slack Connect Channel by <a
href="https://github.com/zFlabmonsta"><code>@​zFlabmonsta</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1312">slack-go/slack#1312</a></li>
<li>Added support for the <code>slack_file</code> in the image block by
<a href="https://github.com/rhysm"><code>@​rhysm</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li>
<li>Added 35 missing Websocket event types by <a
href="https://github.com/Aryakoste"><code>@​Aryakoste</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li>
<li>Added support for parsing <code>AppRateLimited</code> events in the
<code>ParseEvent</code> function by <a
href="https://github.com/nemuvski"><code>@​nemuvski</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li>
<li>Added newly documented Channel Canvas properties to the
<code>conversations.info</code> Web API method by <a
href="https://github.com/ku"><code>@​ku</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an edge case when using <code>UpdateRemoteFileContext</code>
and <code>UpdateRemoteFile</code> and Image Previews would return an
<code>invalid_auth</code> error by <a
href="https://github.com/EkeMinusYou"><code>@​EkeMinusYou</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
</ul>
<h3>Chores / Code Cleanup</h3>
<ul>
<li>Replaced deprecated <code>ioutil</code> with <code>io</code> and
<code>os</code> packages by <a
href="https://github.com/nakamasato"><code>@​nakamasato</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rfratto"><code>@​rfratto</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li>
<li><a
href="https://github.com/nakamasato"><code>@​nakamasato</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li>
<li><a href="https://github.com/rhysm"><code>@​rhysm</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li>
<li><a href="https://github.com/Aryakoste"><code>@​Aryakoste</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li>
<li><a href="https://github.com/nemuvski"><code>@​nemuvski</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li>
<li><a href="https://github.com/ku"><code>@​ku</code></a> made their
first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li>
<li><a
href="https://github.com/EkeMinusYou"><code>@​EkeMinusYou</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
<li><a
href="https://github.com/jjjjeeffff"><code>@​jjjjeeffff</code></a> was
instrumental in the successful resolution of <a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="242df4614e"><code>242df46</code></a>
fix: create multipart form when multipart request (<a
href="https://redirect.github.com/slack-go/slack/issues/1117">#1117</a>)</li>
<li><a
href="5345c06b76"><code>5345c06</code></a>
feat: Add Properties.Canvas to Channel (<a
href="https://redirect.github.com/slack-go/slack/issues/1228">#1228</a>)</li>
<li><a
href="50e7414b58"><code>50e7414</code></a>
feat: Add support for parsing AppRateLimited events (<a
href="https://redirect.github.com/slack-go/slack/issues/1308">#1308</a>)</li>
<li><a
href="e947079302"><code>e947079</code></a>
feat: Events api reconcilation (<a
href="https://redirect.github.com/slack-go/slack/issues/1306">#1306</a>)</li>
<li><a
href="99b3ebefe7"><code>99b3ebe</code></a>
Add slack_file to image block (<a
href="https://redirect.github.com/slack-go/slack/issues/1311">#1311</a>)</li>
<li><a
href="75103a9661"><code>75103a9</code></a>
add file access field to file struct for slackevents (<a
href="https://redirect.github.com/slack-go/slack/issues/1312">#1312</a>)</li>
<li><a
href="25fefc8d6f"><code>25fefc8</code></a>
chore: replace ioutil with io or os package (<a
href="https://redirect.github.com/slack-go/slack/issues/1310">#1310</a>)</li>
<li><a
href="b9d4317540"><code>b9d4317</code></a>
slackevents: support metadata in MessageEvent (<a
href="https://redirect.github.com/slack-go/slack/issues/1307">#1307</a>)</li>
<li>See full diff in <a
href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.13.1&new-version=0.14.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-08-16 16:49:03 -03:00
.github chore: issue template config 2024-08-15 15:36:18 -03:00
cmd feat: rename snapshot.name_template -> snapshot.version_template (#5019) 2024-07-29 09:21:00 -03:00
internal test: make test pass on go 1.23 (#5079) 2024-08-15 09:38:36 -03:00
pkg feat: when --clean, remove dist before checking git state (#5057) 2024-08-08 10:14:29 -03:00
scripts docs: improve docs (#5006) 2024-07-17 10:56:36 -03:00
testdata/TestVersion fix: version git tree state 2023-06-27 11:35:06 +00:00
www docs: announce v2.2 2024-08-14 23:45:12 -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 docs: update 2024-08-03 14:30:10 -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 build: name template 2024-08-07 10:07:34 -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: improve /install 2024-07-10 01:27:11 -03:00
Dockerfile chore(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#5076) 2024-08-14 09:44:19 -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-08-15 02:43:54 +00:00
flake.nix build(nix): improve flake.nix 2024-08-15 14:35:52 -03:00
go.mod chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085) 2024-08-16 16:49:03 -03:00
go.sum chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085) 2024-08-16 16:49:03 -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: update sponsors page 2024-08-05 09:38:49 -03:00
SECURITY.md docs: fix typos, formatting 2023-10-02 18:04:20 +00:00
Taskfile.yml docs: improvements 2024-07-10 00:03:07 -03:00
USERS.md docs: users update 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