chore(deps): update goreleaser/goreleaser docker tag to v2.8.2 #424

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/goreleaser-goreleaser-2.x into main 2025-04-01 05:23:55 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-01 02:53:31 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
goreleaser/goreleaser image-name patch v2.8.1 -> v2.8.2

Release Notes

goreleaser/goreleaser (goreleaser/goreleaser)

v2.8.2

Compare Source

Changelog
Bug fixes
Documentation updates
Other work

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.8.1...v2.8.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?

GoReleaser logo


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | image-name | patch | `v2.8.1` -> `v2.8.2` | --- ### Release Notes <details> <summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary> ### [`v2.8.2`](https://github.com/goreleaser/goreleaser/releases/tag/v2.8.2) [Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.8.1...v2.8.2) ##### Changelog ##### Bug fixes - [`66456cb`](https://github.com/goreleaser/goreleaser/commit/66456cb3c30adc410b6dde1fb0185266651ed9ac): fix(nix): cleanup, docs updates, test names ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`e2dde95`](https://github.com/goreleaser/goreleaser/commit/e2dde95f14572a550240dc35cf3b52d6b4a51574): fix(nix): use nix-hash instead of nix-prefetch-url ([#&#8203;5669](https://github.com/goreleaser/goreleaser/issues/5669)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`41d529a`](https://github.com/goreleaser/goreleaser/commit/41d529a40c75eb5635b7080e32bf75a17f871e06): fix(winget): better handle publisher name ([#&#8203;5643](https://github.com/goreleaser/goreleaser/issues/5643)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`5b9edcb`](https://github.com/goreleaser/goreleaser/commit/5b9edcb5bfb14c988e424d4990bf3571a4886a83): fix(winget): make tags lowercase ([#&#8203;5664](https://github.com/goreleaser/goreleaser/issues/5664)) ([@&#8203;vedantmgoyal9](https://github.com/vedantmgoyal9)) - [`0cb58bf`](https://github.com/goreleaser/goreleaser/commit/0cb58bf884b87af3c42337c702b2d56ae0e462ab): fix(winget): tags: replace spaces with dash ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`47092be`](https://github.com/goreleaser/goreleaser/commit/47092be2304535b75699eb5a588af807c11739f3): fix(winget): update manifest schema to latest (1.10.0) ([#&#8203;5683](https://github.com/goreleaser/goreleaser/issues/5683)) ([@&#8203;vedantmgoyal9](https://github.com/vedantmgoyal9)) - [`2d07c80`](https://github.com/goreleaser/goreleaser/commit/2d07c80923ac8a85886544b5dfb40160aa9ba90b): fix: do not set extra replaces to nil ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`7ccc685`](https://github.com/goreleaser/goreleaser/commit/7ccc685d313d0266cc7823d4b00f2cb30e5bc168): fix: jsonschema ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`b165c3b`](https://github.com/goreleaser/goreleaser/commit/b165c3b57551bcbd7bd3c151fd9a9b7a308978bf): fix: lint ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`28056f9`](https://github.com/goreleaser/goreleaser/commit/28056f9f22249c1695470ff5b15670fab2c28c59): fix: lint issues ([#&#8203;5678](https://github.com/goreleaser/goreleaser/issues/5678)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`c3d894a`](https://github.com/goreleaser/goreleaser/commit/c3d894a58744d6e1b47286dd2ab998bc39a953a3): fix: lint issues (2nd pass) ([#&#8203;5681](https://github.com/goreleaser/goreleaser/issues/5681)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8bca8c2`](https://github.com/goreleaser/goreleaser/commit/8bca8c2edaecab2d41e4b586eefe3ea1226e0d29): refactor: ExtraOr, MustExtra ([#&#8203;5685](https://github.com/goreleaser/goreleaser/issues/5685)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`6924ac7`](https://github.com/goreleaser/goreleaser/commit/6924ac7d6536edec97344746cebfd97c6919ddb7): refactor: improve extra cast errors ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`2d6d9dc`](https://github.com/goreleaser/goreleaser/commit/2d6d9dcce663a4e1bd88b70979cf3e822e9f59af): refactor: modernize codebase ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`8def079`](https://github.com/goreleaser/goreleaser/commit/8def079970d25e162f860618973dac6c3dc8c659): refactor: organize config code a bit better ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`43ebaaf`](https://github.com/goreleaser/goreleaser/commit/43ebaaf43efb7133c1505c9ea4e1f73dbc7ca9c3): refactor: replace interface{} with any ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Documentation updates - [`16cc61c`](https://github.com/goreleaser/goreleaser/commit/16cc61ce20a67fccaf1295f522849d3d524c5085): docs: alert Markdown Tip section ([#&#8203;5677](https://github.com/goreleaser/goreleaser/issues/5677)) ([@&#8203;guspan-tanadi](https://github.com/guspan-tanadi)) - [`616a711`](https://github.com/goreleaser/goreleaser/commit/616a711f3566ec34d067dfe491b6b5279056fb8f): docs: fix site home ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`a71920c`](https://github.com/goreleaser/goreleaser/commit/a71920c3050ebdc6a0679d1f988f2c15026cec4b): docs: fix typos in builds/rust ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`d46aa25`](https://github.com/goreleaser/goreleaser/commit/d46aa25b9147110daac0be336a0dc37becb2f564): docs: improve home page ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`f179a4c`](https://github.com/goreleaser/goreleaser/commit/f179a4c624d2af60e3abf2846d75d74922a51062): docs: install with npm ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`dfdce06`](https://github.com/goreleaser/goreleaser/commit/dfdce06db61a2e772cce3b0f8cdb2254359f6d16): docs: move sponsors to navbar ([#&#8203;5661](https://github.com/goreleaser/goreleaser/issues/5661)) ([@&#8203;vedantmgoyal9](https://github.com/vedantmgoyal9)) - [`fdec0a4`](https://github.com/goreleaser/goreleaser/commit/fdec0a4d258dc1eb866c9dde035248c2d08a607f): docs: readme update ([#&#8203;5650](https://github.com/goreleaser/goreleaser/issues/5650)) ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`1300b78`](https://github.com/goreleaser/goreleaser/commit/1300b78044f36412119979f2d4ab3da2d0f4b69f): docs: remove announcement ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`009c573`](https://github.com/goreleaser/goreleaser/commit/009c573cc9f944128af81188923d4d45f2da2e5e): docs: use docker and pip instead of nix ([#&#8203;5672](https://github.com/goreleaser/goreleaser/issues/5672)) ([@&#8203;caarlos0](https://github.com/caarlos0)) ##### Other work - [`10146ba`](https://github.com/goreleaser/goreleaser/commit/10146baa5714c7fdb13e7b7bdb0aa13b260d61e8): chore: fix imports ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`3d0def3`](https://github.com/goreleaser/goreleaser/commit/3d0def37324b67cb386a980f8391d33f6d9f0b75): chore: fix imports ([@&#8203;caarlos0](https://github.com/caarlos0)) - [`56df94a`](https://github.com/goreleaser/goreleaser/commit/56df94a1189d74b35883752b2d35c97254aea827): perf: improve default gpg path detection ([#&#8203;5651](https://github.com/goreleaser/goreleaser/issues/5651)) ([@&#8203;caarlos0](https://github.com/caarlos0)) **Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v2.8.1...v2.8.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](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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-01 02:53:34 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle commented 2025-04-01 03:01:40 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 1.07%. Comparing base (b8053b6) to head (f82935e).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #420   +/-   ##
=====================================
  Coverage   1.07%   1.07%           
=====================================
  Files         37      37           
  Lines       1865    1865           
=====================================
  Hits          20      20           
  Misses      1845    1845           

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/420?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 1.07%. Comparing base [(`b8053b6`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/b8053b62731c7497345e116dafb20eefdedf4d69?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`f82935e`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/f82935e71af1944921de92eedf61c31987bcb2ab?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 #420 +/- ## ===================================== Coverage 1.07% 1.07% ===================================== Files 37 37 Lines 1865 1865 ===================================== Hits 20 20 Misses 1845 1845 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/420?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 into main 2025-04-01 05:23:55 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#424