Update dependency goreleaser/goreleaser to v2.14.1#87
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency goreleaser/goreleaser to v2.14.1#87renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
a1ec4bd to
2f628a2
Compare
2f628a2 to
bef532a
Compare
bef532a to
f1fca04
Compare
f1fca04 to
2882476
Compare
2882476 to
0d44106
Compare
0d44106 to
76038cf
Compare
76038cf to
b0cbd2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.12.5→2.14.1Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.14.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Security updates
6bce54f: sec(deps): update filippo.io/edwards25519 (@caarlos0)Bug fixes
6e813e9: fix(docker/v2): output in error (@caarlos0)4621880: fix(tmpl): rename toSlice to list (@caarlos0)c174134: fix(tmpl): slice -> toSlice (@caarlos0)Documentation updates
8d53236: docs: announce v2.14 (@caarlos0)c5c6637: docs: fix gemfury links (@caarlos0)79922a2: docs: fix more divider (@caarlos0)fe23919: docs: fix syntax (@caarlos0)0c1ac6d: docs: fmt (@caarlos0)ce778c3: docs: typo (@caarlos0)63e1434: docs: update github action (@caarlos0)Other work
d525fe7: chore: remove unused file (@caarlos0)fd46e47: fix (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.14.0...v2.14.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?
v2.14.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
New Features
3161f6d: feat(dockers/v2): allow to skip load image in snapshot for daemonless clients (#6348) (@BaptisteLalanne and @caarlos0)3368f3d: feat(dockers/v2): template platforms (#6347) (@caarlos0)cfa0bce: feat(dockers_v2): warn user if it seems like they're rebuilding binaries (#6342) (@caarlos0)de60363: feat(homebrew_cask): allow globs in manpages (#6324) (@caarlos0)34583a4: feat(nfpm): allow to filter by goamd64 (@caarlos0)c8aef2a: feat(nfpm): set archvariant in deb for goamd64 (@caarlos0)4ead70b: feat(nix): add formatter support (#6357) (@caarlos0)8df15da: feat(tmpl): englishJoin (@caarlos0)3702e4d: feat(winget): allow to set package name (#6371) (@caarlos0)bf2608c: feat(winget): update manifest schema to latest (1.12.0) (#6370) (@vedantmgoyal9)20d273b: feat: detect if binary is dynamically linked, proper nix configuration (#6346) (@caarlos0)3a92bcc: feat: extract co-authors (#6322) (@caarlos0)1c03c92: feat: go 1.25.6 (@caarlos0)a57d7b1: feat: go1.25.7 (@caarlos0)323bb9e: feat: improve gerrors (@caarlos0)086ddd5: feat: use go1.26 (@caarlos0)Security updates
4f4893f: fixup! sec: redact secrets from command outputs and logs (@caarlos0)09cd360: sec: redact secrets from command outputs and logs (@caarlos0)Bug fixes
aa3844d: fix(aur): src info should replace version with pkgver (@caarlos0)f811af1: fix(brews): brew style sorbet error (#6373) (@gliptak)1c4d6d4: fix(cask): handle WrappedIn (@caarlos0)1101aeb: fix(changelog): de-duplicate authors (@caarlos0)e008893: fix(deps): fix github enterprise urls (@caarlos0)1c79913: fix(docker): bump Go to 1.25.7 to match go.mod (@jacarui)56f411e: fix(docker): regression with new buildx versions (@caarlos0)b611c6f: fix(dockers/v2): improve log output, do not complain on driver=docker (@caarlos0)2c45558: fix(dockers/v2): improve logs (@caarlos0)a9dbf93: fix(dockers/v2): simplify code a bit (@caarlos0)b2d8862: fix(nfpm): properly handle meta packages (@caarlos0)ae1b623: fix(nix): auPatchelHook should be a dependency (#6364) (@malikwirin)075c670: fix(nix): autoPatchelfHook on Linux only (@caarlos0)fb8547c: fix(sbom): improve log output (@caarlos0)49934c3: fix(tmpl): better englishJoin, added slice (@caarlos0)8807b97: fix: better debug output (@caarlos0)7d683d7: fix: git-lfs on Dockerfile (@caarlos0)15cde46: fix: github enteprise upload URLs (@caarlos0)b5c6487: fix: lint (@caarlos0)b62b13c: fix: some rewording (@caarlos0)4b5e9fd: fix: update sha3 and minor code style update (#6350) (@caarlos0)df2bab4: fixup! fix: better debug output (@caarlos0)Documentation updates
87dfeca: docs(deps): bump mkdocs-include-markdown-plugin from 7.2.0 to 7.2.1 in /www in the docs group (#6367) (@dependabot[bot])cd3d34c: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])123dbd9: docs(nfpm): document deb compression (@scop)231ed16: docs(schema): add missing zstd deb compression enum value (@scop)ea8f0eb: docs: Fix typo In Deprecation Docs on Homebrew Formulas (#6340) (@bwagner5)996d78c: docs: document artifacts.json structure (#6341) (@caarlos0 and @Copilot)100822e: docs: document how to disable manifests in dockers_v2 (@caarlos0)f7594cc: docs: gemfury link (@caarlos0)d76db96: docs: image (@caarlos0)d7e6a82: docs: preparing for v2.14 (@caarlos0)6ae4126: docs: secure fund (@caarlos0)b1e27d1: docs: udpate (@caarlos0)26d008a: docs: update sponsors (@caarlos0)Other work
2bc0d08: Apply suggestion from @caarlos0 (@caarlos0)0d408a1: chore: dockerfile (@caarlos0)c7afd06: chore: fix date (@caarlos0)782a160: chore: fmt (@caarlos0)c97cd28: chore: fmt (@caarlos0)a04cbc1: chore: move go-shellwords fork to goreleaser (#6372) (@caarlos0)ef778d3: chore: update schema-pro (@caarlos0)9056ecd: ci(deps): bump astral-sh/setup-uv in the actions group (@dependabot[bot])a32cb2c: ci(deps): bump the actions group with 4 updates (@dependabot[bot])183fae8: ci(deps): bump the actions group with 4 updates (@dependabot[bot])36bb7ce: ci(deps): bump the actions group with 4 updates (#6344) (@dependabot[bot])2b1f112: ci(deps): bump the actions group with 7 updates (#6355) (@dependabot[bot])ecc5b83: ci(deps): bump the actions group with 8 updates (#6366) (@dependabot[bot])Full Changelog: goreleaser/goreleaser@v2.13.3...v2.14.0
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?
v2.13.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Bug fixes
4e6cd46: fix(deps): update ko and docker/cli (#6323) (@caarlos0)11f2d52: fix: move log to debug (@caarlos0)2f44fb4: refactor: fix deprecated method usage in tests (#6325) (@caarlos0)Documentation updates
444acaa: docs(deps): bump the docs group in /www with 2 updates (#6336) (@dependabot[bot])7ebc59a: docs: Revert sponsor list removal and enforce error handling in update-sponsors.py (#6331) (@Copilot)97bea15: docs: better sponsors (#6330) (@caarlos0)2e1159b: docs: fix auto-rebuild local (@caarlos0)8b8a4d0: docs: small updates (@caarlos0)089605e: docs: update license year (@caarlos0)Other work
1945d74: ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions group (#6329) (@dependabot[bot])091eb95: ci(deps): bump the actions group with 3 updates (#6320) (@dependabot[bot])2eae0db: ci(deps): bump the actions group with 4 updates (#6335) (@dependabot[bot])Full Changelog: goreleaser/goreleaser@v2.13.2...v2.13.3
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?
v2.13.2Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Bug fixes
60acec8: fix(mcp): always use current schema url (#6300) (@tjhop)5b21af9: fix(deps): move to go.yaml.in/yaml (#6298) (@caarlos0)83e3924: fix(deps): update fang, log, lipgloss (#6312) (@caarlos0)e91e184: fix(deps): update go-github, add one more test (#6294) (@caarlos0)2731dca: fix(deps): use quill fork (#6310) (@caarlos0)660ec29: fix(nix): use stdenvNoCC.hostPlatform.system instead of deprecated system parameter (#6316) (@djvcom)7f181b2: fix: build with latest cosign (#6293) (@caarlos0)16e3bba: fix: lint (@caarlos0)621a88b: fix: run script (#6290) (@caarlos0)Documentation updates
998b055: docs(deps): bump mkdocs-material from 9.7.0 to 9.7.1 in /www in the docs group (#6302) (@dependabot[bot])d63e5ff: docs: fix formatting (@caarlos0)0e9a863: docs: fix typo in notarize.md regarding certificate export (#6306) (@meysam81)Other work
196a161: chore: svu.yaml (@caarlos0)df4fc11: ci(deps): bump the actions group with 7 updates (#6304) (@dependabot[bot])14d27ae: ci(deps): bump the actions group with 8 updates (#6297) (@dependabot[bot])Full Changelog: goreleaser/goreleaser@v2.13.1...v2.13.2
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?
v2.13.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
Security updates
9d07987: sec: update to go 1.25.5 (@caarlos0)Bug fixes
694eec5: fix(github): improve create/update file (#6280) (@caarlos0)311253b: fix(ko): do not fail if docker daemon not available (@caarlos0)3f07552: fix(mcp): its actually the committee mcp registry (#6283) (@caarlos0)0b98d10: fix: lint (@caarlos0)7d7986f: fix: update run script to new cosign signature check (@caarlos0)Documentation updates
95b9db9: docs: announce v2.13 (#6270) (@caarlos0)86368f7: docs: clarify deprecation policy (@caarlos0)c4fe18b: docs: update sign.md (@caarlos0)Other work
2ea7bc9: chore: issue templates (@caarlos0)4eb5b18: chore: issue templates (@caarlos0)460ebca: chore: update issue templates (@caarlos0)6914329: ci(deps): bump the actions group with 4 updates (#6287) (@dependabot[bot])1e190b4: ci(sec): fix sbom job (@caarlos0)1072df2: ci(sec): improve sbom scan job (@caarlos0)bfd04a0: ci(sec): periodically scan last release sboms (#6281) (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.13.0...v2.13.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?
v2.13.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.13.
Changelog
New Features
180a7e8: feat(aur): use ${pkgver} in the URL to prevent extra diffs (#6231) (@caarlos0)f99924b: feat: add Discourse announcer (#6199) (@FelicianoTech)7d0a94c: feat: add GitHub App signed commit support (#6240) (@Copilot)2748003: feat: make hooks in homebrew_casks templateable (#6222) (@Copilot)0a525ea: feat: make hooks in homebrew_casks templateable (#6222) (@Copilot)f6e37dd: feat: make signs.output and docker_signs.output templateable (#6220) (@Copilot)5a3de94: feat: make signs.output and docker_signs.output templateable (#6220) (@Copilot)5479cda: feat: mcp publisher (#6234) (@caarlos0)a86fca9: feat: support ko loading base image from daemon (#6233) (@scav)8a8bf41: feat: update Go to 1.25.4 (#6239) (@timofurrer)d374725: feat: update go to 1.25.3 (#6223) (@caarlos0)42ac564: feat: update go to 1.25.3 (#6223) (@caarlos0)Bug fixes
a5e267a: fix(announce): user agent should be goreleaser/v2 (@caarlos0)12a3492: fix(aur): prerelease versions were not being properly handled (#6204) (@caarlos0)47b3d40: fix(dockers/v2): add warning when docker buildx uses non-container driver (dockers_v2 only) (#6263) (@Copilot)41daedd: fix(dockers/v2): better handle error (@caarlos0)de9ae24: fix(dockers/v2): check docker driver on healthcheck (#6273) (@caarlos0)aaf5877: fix(github): enterprise urls (#6261) (@caarlos0)1099caa: fix(github): more details if sync and create ref fail (#6255) (@caarlos0)c3bfb5a: fix(go): only add .h artifact if it exists (#6254) (@caarlos0)0f0c1ce: fix(mcp): move it all inside mcp.github (@caarlos0)ed61af3: fix(mcp): reduce tool bloat, resources, prompts (@caarlos0)9d40b76: fix: change some bits of the config to make it easier to keep in sync (@caarlos0)567f022: fix: dynamically use announcer names in errors (#6246) (@FelicianoTech)7f5f40a: fix: lint issues (@caarlos0)55e8dda: fix: move stuff around in pkg/config (@caarlos0)8291824: fix: properly mark fields deprecated in jsonschema (@caarlos0)e8408f0: fix: small config improvements (@caarlos0)d95f497: fix: use v3 user-agent for Bluesky announcer (#6247) (@FelicianoTech)f7fc451: fix: warn mcp experimental (@caarlos0)69dc9ae: refactor: move mcp out of main repo (#6232) (@caarlos0)Documentation updates
f9f4529: docs(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /www in the docs group (#6242) (@dependabot[bot])140b4fe: docs(deps): bump mkdocs-rss-plugin from 1.17.6 to 1.17.7 in /www in the docs group (#6266) (@dependabot[bot])a57ccc3: docs(deps): bump the docs group in /www with 2 updates (#6257) (@dependabot[bot])ae52ca2: docs(security): update incident response document (@caarlos0)9e21891: docs: /mcp (@caarlos0)a324e1d: docs: auto update (@caarlos0)61c0380: docs: auto update (@caarlos0)0d60b8c: docs: better experimental notice (@caarlos0)5f26626: docs: blog post about cosign v3 (@caarlos0)180e346: docs: fix element (@caarlos0)0c978ec: docs: fix summary (@caarlos0)14939db: docs: fix typo (@caarlos0)7e3f6d3: docs: improve wording (@caarlos0)7161abc: docs: nightly job cosign (@caarlos0)a8c402f: docs: remove -unreleased (@caarlos0)8485d00: docs: small fixes (@caarlos0)3cc569f: docs: typo in nfpm.md from 'headers' to 'header' (#6210) (@jkroepke)71b8428: docs: typo in nfpm.md from 'headers' to 'header' (#6210) (@jkroepke)e11cef3: docs: update cgo pages (@caarlos0)689b24d: docs: update schema (@caarlos0)Other work
b78a41c: Update cmd/mcp.go (@caarlos0)d6d8587: chore: fix typo in taskfile (@caarlos0)4e19cb7: chore: lint tests (@caarlos0)34ddcaf: ci(deps): bump the actions group with 2 updates (#6243) (@dependabot[bot])50e3175: ci(deps): bump the actions group with 5 updates (#6277) (@dependabot[bot])eb53874: ci(deps): bump the actions group with 6 updates (#6216) (@dependabot[bot])c71a5a8: ci(deps): bump the actions group with 6 updates (#6258) (@dependabot[bot])ac0d841: ci(deps): bump the actions group with 7 updates (#6267) (@dependabot[bot])Full Changelog: goreleaser/goreleaser@v2.12.7...v2.13.0
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?
v2.12.7Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
4ee3281: fix(docker/v2): make sbom templateable (#6203) (@caarlos0)2d1b42c: fix(docker/v2): support linux/arm/v5 (#6202) (@caarlos0)2092ff9: fix(dockers/v2): allow to disable SBOM (#6201) (@caarlos0)bf8f635: fix(dockers/v2): allow to disable configurations (#6200) (@caarlos0)Documentation updates
6660f9b: docs: md:inline_version always put a dot in the end. (@caarlos0)Other work
b844fef: ci(deps): bump the actions group across 1 directory with 6 updates (#6207) (@dependabot[bot])Full Changelog: goreleaser/goreleaser@v2.12.6...v2.12.7
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?
v2.12.6Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
aa3100b: fix(cask): proper defaults when deprecated binary (@caarlos0)2d05ec4: fix(cask): remove uneeded template (@caarlos0)12ae9ab: fix(deps): update gocloud, otel, etc (#6190) (@caarlos0)8c0d09e: fix(git): retry on when network is unreachable (@caarlos0)f9f04f3: refactor: use official mcp library (#6175) (@caarlos0)3c8d765: fix(cask): allow to set more than 1 binary (#6174) (@Nurtic-Vibe)Documentation updates
eaf8e6c: docs(dockers/v2): fix typo (@caarlos0)ac87699](https://redirect.github.com/goreleaser/gorConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.