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

deps: bump github.com/goreleaser/goreleaser from 1.26.0 to 1.26.1 in /hack/tools in the go_modules group #378

Merged
merged 2 commits into from
May 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps the go_modules group in /hack/tools with 1 update: github.com/goreleaser/goreleaser.

Updates github.com/goreleaser/goreleaser from 1.26.0 to 1.26.1

Release notes

Sourced from github.com/goreleaser/goreleaser's releases.

v1.26.1

Changelog

Security updates

Bug fixes

  • 9cf3bbbc5c6e2af28e77de2ad939f014ce9904f2: fix(build): do not print 'go: downloading' bits of go build output (#4869) (@​caarlos0)
  • e466507637bceaf3d44b08135417dac587307122: fix(cmd): --draft should only override if set (@​caarlos0)
  • c5204dfb64449519bda03083ad4d282c06c3ff49: fix: close HTTP resp body to prevent resource leak (#4857) (@​alexandear)
  • 7e0155c557509ed0e894028a9862a87ed1ecd12d: fix: disable logs on some commands (#4865) (@​caarlos0)
  • 6505654c86ed3be799e9633e5c3c3457b814e8df: fix: fix nolintlint issues (#4854) (@​alexandear)
  • 00a376cc6472d766f60881d7e8a19f452c28eda2: refactor: remove unneeded in Go 1.22 loop var copy (#4856) (@​alexandear)

Documentation updates

  • ba7e915cd8a2f4d61a56ab87485aae62007e11e2: docs: announce v1.26 (#4851) (@​caarlos0)
  • 2f56643a633c227ad84e58fb969325480c2986fa: docs: update action docs (@​caarlos0)
  • c148106c56d83f4ecca214088bde990637a2a6e9: docs: update old Go website links (#4855) (@​alexandear)

Build process updates

  • c09c86cb3962ed992546f098ecc4197188644a93: build: disable appendAssign gocritic check (@​caarlos0)

Full Changelog: goreleaser/goreleaser@v1.26.0...v1.26.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them? You can sponsor, get a Pro License or contribute with code.

Where to go next?

Commits

Dependabot compatibility score

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group in /hack/tools with 1 update: [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser).


Updates `github.com/goreleaser/goreleaser` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/goreleaser
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 15, 2024 17:18
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file area/infra Test, Release, or CI Infrastructure lang/go The Go Programming Language labels May 15, 2024
@dependabot dependabot bot requested review from jimassa and matmerr May 15, 2024 17:18
@rbtr rbtr enabled auto-merge May 15, 2024 17:52
@rbtr rbtr added this pull request to the merge queue May 15, 2024
Merged via the queue into main with commit f086e8a May 15, 2024
21 checks passed
@rbtr rbtr deleted the dependabot/go_modules/hack/tools/go_modules-e0647de090 branch May 15, 2024 22:44
matmerr pushed a commit to matmerr/retina that referenced this pull request Jul 3, 2024
…/hack/tools in the go_modules group (microsoft#378)

Bumps the go_modules group in /hack/tools with 1 update:
[github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser).

Updates `github.com/goreleaser/goreleaser` from 1.26.0 to 1.26.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/goreleaser/goreleaser/releases">github.com/goreleaser/goreleaser's
releases</a>.</em></p>
<blockquote>
<h2>v1.26.1</h2>
<h2>Changelog</h2>
<h3>Security updates</h3>
<ul>
<li>19b94f676f35f8a2d1928db6960cb7b35913d783: sec: GHSA-f6mm-5fc7-3g3c
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>9cf3bbbc5c6e2af28e77de2ad939f014ce9904f2: fix(build): do not print
'go: downloading' bits of go build output (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4869">#4869</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>e466507637bceaf3d44b08135417dac587307122: fix(cmd): --draft should
only override if set (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>c5204dfb64449519bda03083ad4d282c06c3ff49: fix: close HTTP resp body
to prevent resource leak (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4857">#4857</a>)
(<a
href="https://github.com/alexandear"><code>@​alexandear</code></a>)</li>
<li>7e0155c557509ed0e894028a9862a87ed1ecd12d: fix: disable logs on some
commands (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4865">#4865</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>6505654c86ed3be799e9633e5c3c3457b814e8df: fix: fix nolintlint issues
(<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4854">#4854</a>)
(<a
href="https://github.com/alexandear"><code>@​alexandear</code></a>)</li>
<li>00a376cc6472d766f60881d7e8a19f452c28eda2: refactor: remove unneeded
in Go 1.22 loop var copy (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4856">#4856</a>)
(<a
href="https://github.com/alexandear"><code>@​alexandear</code></a>)</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>ba7e915cd8a2f4d61a56ab87485aae62007e11e2: docs: announce v1.26 (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4851">#4851</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>2f56643a633c227ad84e58fb969325480c2986fa: docs: update action docs
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>c148106c56d83f4ecca214088bde990637a2a6e9: docs: update old Go
website links (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4855">#4855</a>)
(<a
href="https://github.com/alexandear"><code>@​alexandear</code></a>)</li>
</ul>
<h3>Build process updates</h3>
<ul>
<li>c09c86cb3962ed992546f098ecc4197188644a93: build: disable
appendAssign gocritic check (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/goreleaser/goreleaser/compare/v1.26.0...v1.26.1">https://github.com/goreleaser/goreleaser/compare/v1.26.0...v1.26.1</a></p>
<h2>Helping out</h2>
<p>This release is only possible thanks to <strong>all</strong> the
support of some <strong>awesome people</strong>!</p>
<p>Want to be one of them?
You can <a href="https://goreleaser.com/sponsors/">sponsor</a>, get a <a
href="https://goreleaser.com/pro">Pro License</a> or <a
href="https://goreleaser.com/contributing">contribute with code</a>.</p>
<h2>Where to go next?</h2>
<ul>
<li>Find examples and commented usage of all options in our <a
href="https://goreleaser.com/intro/">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="https://github.com/goreleaser/goreleaser/commit/19b94f676f35f8a2d1928db6960cb7b35913d783"><code>19b94f6</code></a>
sec: GHSA-f6mm-5fc7-3g3c</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/22f734e41f7a5111a031a3a4eb714c1b6aa6456b"><code>22f734e</code></a>
Merge pull request from GHSA-f6mm-5fc7-3g3c</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/d557483388d7d899f256092e0c2e19c3a4d6e72f"><code>d557483</code></a>
chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4868">#4868</a>)</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/e2b2a5785ad14393db44a6772b8b19283d529515"><code>e2b2a57</code></a>
chore(deps): bump golang from <code>2a88224</code> to
<code>c24516e</code> (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4866">#4866</a>)</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/7e0155c557509ed0e894028a9862a87ed1ecd12d"><code>7e0155c</code></a>
fix: disable logs on some commands (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4865">#4865</a>)</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/9cf3bbbc5c6e2af28e77de2ad939f014ce9904f2"><code>9cf3bbb</code></a>
fix(build): do not print 'go: downloading' bits of go build output (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4869">#4869</a>)</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/e466507637bceaf3d44b08135417dac587307122"><code>e466507</code></a>
fix(cmd): --draft should only override if set</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/d4e83b0766ce9a06f997020fb1e87c5296788d35"><code>d4e83b0</code></a>
chore: fmt</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/c09c86cb3962ed992546f098ecc4197188644a93"><code>c09c86c</code></a>
build: disable appendAssign gocritic check</li>
<li><a
href="https://github.com/goreleaser/goreleaser/commit/1793acd98b4c773d2f64902e6bb3cece5fb0a597"><code>1793acd</code></a>
chore: fix exe typo in .gitignore (<a
href="https://redirect.github.com/goreleaser/goreleaser/issues/4859">#4859</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/goreleaser/goreleaser/compare/v1.26.0...v1.26.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goreleaser/goreleaser&package-manager=go_modules&previous-version=1.26.0&new-version=1.26.1)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/retina/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Baker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/infra Test, Release, or CI Infrastructure lang/go The Go Programming Language
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant