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

🌱 Bump github.com/goreleaser/goreleaser from 1.25.1 to 1.26.1 in /tools #4110

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/goreleaser/goreleaser from 1.25.1 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?

v1.26.0

Changelog

New Features

  • de72cab5d9dabf785fcd7808c5d228960d762bfe: feat(announce): add BlueSky support (#4779) (@​jghiloni)
  • e538341179a23790669e6eeab0c644658e547c66: feat(archive): support tar.zst (#4825) (@​caarlos0)
  • 39bf6668bc086d1c110e9321f7303da3de7e22b7: feat(changelog): custom commit format (#4802) (@​caarlos0)
  • 5d98c69f0f3c81c48661649e091969f6b098b1a7: feat(checksum): supports BLAKE2 and SHA-3 (#4850) (@​sorairolake)
  • c1615ea521532b4e3f5633a137c17f94fff22e56: feat(cmd): release --draft (#4771) (@​caarlos0)
  • c8488dc825debca26ade35aefca234b142a515c9: feat(gitea): implement Changelog function (#4794) (@​appleboy)
  • 2c93bd7c7f993068dffcaf3eb65a56fcf0f3b7b7: feat(gitlab): Allow PRs to be created (#4793) (@​baurmatt)
  • 5d37c9a5a0a395bb463da3ce55a5ce9383160d2e: feat: always log build output (#4787) (@​caarlos0)
  • 60a1cccf5748992e876043e7dca3813842b13ea4: feat: isEnvSet tmpl function (#4775) (@​caarlos0)
  • b05a62fddcbfeb5a581c94a92281b29bc6dae1fe: feat: migrate to new homebrew constuctions (on_arm, on_intel) (#4822) (@​kvendingoldo)
  • 3cd2e07c6835cc17f9cd266e6f9817389786841c: feat: notarize macos binaries (#4774) (@​caarlos0)

Security updates

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @spencerschrock.


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 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)

@dependabot dependabot bot requested a review from a team as a code owner May 16, 2024 08:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 16, 2024
@dependabot dependabot bot requested review from naveensrinivasan and spencerschrock and removed request for a team May 16, 2024 08:48
@dependabot dependabot bot temporarily deployed to integration-test May 16, 2024 08:48 Inactive
@spencerschrock
Copy link
Contributor

@dependabot rebase

Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.25.1 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.25.1...v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/goreleaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/goreleaser/goreleaser-1.26.1 branch from d840805 to 6405e35 Compare May 17, 2024 22:10
@dependabot dependabot bot temporarily deployed to integration-test May 17, 2024 22:10 Inactive
@spencerschrock
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 7ba6e54 into main May 17, 2024
39 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/goreleaser/goreleaser-1.26.1 branch May 17, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant