This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | image-name | patch | `v2.12.3` -> `v2.12.4` |
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.12.4`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.4)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4)
##### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
##### Changelog
##### Bug fixes
- [`5991ec9`](https://github.com/goreleaser/goreleaser/commit/5991ec91496c03a47697fcd079ff6e38d9a0b6c2): fix(deps): update fang, fix error handler ([@​caarlos0](https://github.com/caarlos0))
- [`ed03d58`](https://github.com/goreleaser/goreleaser/commit/ed03d582220e93c25d84a352435ae19a6f403781): fix(docker/v2): handle bad COPY/ADD ([@​caarlos0](https://github.com/caarlos0))
- [`6c05856`](https://github.com/goreleaser/goreleaser/commit/6c058569c53da9de5c5cd54fa1568e182fa6b004): fix(docker/v2): more logs ([@​caarlos0](https://github.com/caarlos0))
- [`806492d`](https://github.com/goreleaser/goreleaser/commit/806492d3ff2621b95458f89f676d0d521582a7b5): fix(makeself): path to script, better tests ([@​caarlos0](https://github.com/caarlos0))
- [`0ffcd8f`](https://github.com/goreleaser/goreleaser/commit/0ffcd8f444653cab8a4c95fad1290dcb9b39f48d): fix: error handling in github actions ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4>
##### 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](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
##### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
</details>
---
### Configuration
📅 **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 MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/589?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 1.00%. Comparing base ([`18fb8da`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/18fb8da4725618b58e09f81e2e18a112c91036c1?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`4c16e29`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/4c16e293c0bcc29ab8ca3a3c5827a089cb41ccd4?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)).
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## main #589 +/- ##
=====================================
Coverage 1.00% 1.00%
=====================================
Files 42 42
Lines 1996 1996
=====================================
Hits 20 20
Misses 1976 1976
```
</details>
[:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/589?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware).
:loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4).
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems.
</details>
argoyle
(Migrated from gitlab.com)
merged commit 3c571a1dc3 into main2025-10-01 05:35:33 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
v2.12.3->v2.12.4Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.12.4Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
5991ec9: fix(deps): update fang, fix error handler (@caarlos0)ed03d58: fix(docker/v2): handle bad COPY/ADD (@caarlos0)6c05856: fix(docker/v2): more logs (@caarlos0)806492d: fix(makeself): path to script, better tests (@caarlos0)0ffcd8f: fix: error handling in github actions (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.3...v2.12.4
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?
Configuration
📅 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 MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #4
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 1.00%. Comparing base (
18fb8da) to head (4c16e29).Additional details and impacted files
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
mentioned in commit
3c571a1dc3