Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package goreleaser for openSUSE:Factory 
checked in at 2025-03-27 22:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goreleaser (Old)
 and      /work/SRC/openSUSE:Factory/.goreleaser.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goreleaser"

Thu Mar 27 22:33:49 2025 rev:3 rq:1264622 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/goreleaser/goreleaser.changes    2025-03-13 
22:05:02.447623263 +0100
+++ /work/SRC/openSUSE:Factory/.goreleaser.new.2696/goreleaser.changes  
2025-03-27 22:34:24.565841912 +0100
@@ -2 +2 @@
-Thu Mar 13 14:36:42 UTC 2025 - Jeff Kowalczyk <[email protected]>
+Thu Mar 27 14:05:51 UTC 2025 - Felix Niederwanger <[email protected]>
@@ -4 +4 @@
-- Packaging improvements:
+- Packaging improvments:
@@ -6,0 +7,24 @@
+
+-------------------------------------------------------------------
+Mon Mar 17 14:54:50 UTC 2025 - [email protected]
+
+- Update to version 2.8.1:
+  * chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#5653)
+  * perf: improve default gpg path detection (#5651)
+  * docs: fix typos in builds/rust
+  * docs: readme update (#5650)
+  * chore: auto-update generated files
+  * chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 
(#5648)
+  * chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.124.0 to 
0.125.0 (#5647)
+  * docs: install with npm
+  * ci: fix npm configuration
+  * ci: fix action
+  * ci: fix action
+  * chore: auto-update generated files
+  * ci: improve nightly task
+  * docs: fix fury.disable docs
+  * ci: fix nightly/snapshot jobs
+  * ci: publish to npm (#5641)
+  * fix: properly handle deprecation of snaps.builds
+  * fix: notify each deprecation only once (#5642)
+  * ci(deps): update dagger et al (#5644)

Old:
----
  goreleaser-2.8.0.obscpio

New:
----
  goreleaser-2.8.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goreleaser.spec ++++++
--- /var/tmp/diff_new_pack.S7McdT/_old  2025-03-27 22:34:25.385875856 +0100
+++ /var/tmp/diff_new_pack.S7McdT/_new  2025-03-27 22:34:25.385875856 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           goreleaser
-Version:        2.8.0
+Version:        2.8.1
 Release:        0
 Summary:        CLI tool for release engineering in Go, Rust, Zig and 
TypeScript
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.S7McdT/_old  2025-03-27 22:34:25.437878009 +0100
+++ /var/tmp/diff_new_pack.S7McdT/_new  2025-03-27 22:34:25.441878175 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/goreleaser/goreleaser.git</param>
     <param name="scm">git</param>
        <param name="revision">main</param>
-    <param name="version">v2.8.0</param>
+    <param name="version">v2.8.1</param>
        <param name="versionrewrite-pattern">v(.*)</param>
        <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.S7McdT/_old  2025-03-27 22:34:25.461879003 +0100
+++ /var/tmp/diff_new_pack.S7McdT/_new  2025-03-27 22:34:25.465879168 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/goreleaser/goreleaser.git</param>
-              <param 
name="changesrevision">0ec35e8290937efe2b07f5da38d61e0e8eb685fd</param></service></servicedata>
+              <param 
name="changesrevision">d8e315ed854fa1c31519b97a5993022adb492d8c</param></service></servicedata>
 (No newline at EOF)
 

++++++ goreleaser-2.8.0.obscpio -> goreleaser-2.8.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.github/workflows/dagger-build.yml 
new/goreleaser-2.8.1/.github/workflows/dagger-build.yml
--- old/goreleaser-2.8.0/.github/workflows/dagger-build.yml     2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/.github/workflows/dagger-build.yml     2025-03-17 
10:03:50.000000000 +0100
@@ -11,6 +11,7 @@
       - "Taskfile.yml"
       - "Dockerfile"
       - ".github/workflows/*.yml"
+      - "dagger/*"
 
 permissions:
   contents: read
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.github/workflows/nightly-oss.yml 
new/goreleaser-2.8.1/.github/workflows/nightly-oss.yml
--- old/goreleaser-2.8.0/.github/workflows/nightly-oss.yml      2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/.github/workflows/nightly-oss.yml      2025-03-17 
10:03:50.000000000 +0100
@@ -65,12 +65,12 @@
         with:
           github_access_token: ${{ secrets.GITHUB_TOKEN }}
       - name: dockerhub-login
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+        uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
       - name: ghcr-login
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+        uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}
@@ -79,7 +79,7 @@
         with:
           distribution: goreleaser-pro
           version: "nightly"
-          args: release --clean --nightly -f .goreleaser-nightly.yaml 
--timeout 60m
+          args: release --clean --nightly -f .goreleaser-pro.yaml --timeout 60m
         env:
           GITHUB_TOKEN: ${{ secrets.GH_PAT }}
           GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
@@ -88,7 +88,6 @@
           MACOS_NOTARY_ISSUER_ID: ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
           MACOS_NOTARY_KEY_ID: ${{ secrets.MACOS_NOTARY_KEY_ID }}
           MACOS_NOTARY_KEY: ${{ secrets.MACOS_NOTARY_KEY }}
-          GORELEASER_CURRENT_TAG: v2.7.0 # TODO: remove this after next release
       - uses: actions/attest-build-provenance@v2
         with:
           subject-checksums: ./dist/checksums.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.github/workflows/release.yml 
new/goreleaser-2.8.1/.github/workflows/release.yml
--- old/goreleaser-2.8.0/.github/workflows/release.yml  2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/.github/workflows/release.yml  2025-03-17 
10:03:50.000000000 +0100
@@ -120,19 +120,26 @@
           github_access_token: ${{ secrets.GITHUB_TOKEN }}
       - name: dockerhub-login
         if: startsWith(github.ref, 'refs/tags/v')
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+        uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
       - name: ghcr-login
         if: startsWith(github.ref, 'refs/tags/v')
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+        uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}
           password: ${{ secrets.GITHUB_TOKEN }}
-      - name: goreleaser-release
-        run: task goreleaser
+      - name: npm-login
+        run: |
+          npm config set '//registry.npmjs.org/:_authToken'=${{ 
secrets.NPM_TOKEN }}
+      - uses: goreleaser/goreleaser-action@v6
+        if: ${{ startsWith(github.ref, 'refs/tags/v') }} # only on tags
+        with:
+          distribution: goreleaser-pro
+          version: "~> 2"
+          args: release --clean --timeout 60m -f .goreleaser-pro.yaml
         env:
           GITHUB_TOKEN: ${{ secrets.GH_PAT }}
           MASTODON_CLIENT_ID: ${{ secrets.MASTODON_CLIENT_ID }}
@@ -148,7 +155,14 @@
           MACOS_NOTARY_KEY_ID: ${{ secrets.MACOS_NOTARY_KEY_ID }}
           MACOS_NOTARY_KEY: ${{ secrets.MACOS_NOTARY_KEY }}
           SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
-          GORELEASER_PREVIOUS_TAG: v2.7.0 # TODO: remove this after next 
release
+          GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
+      - name: goreleaser-snapshot
+        if: ${{ !startsWith(github.ref, 'refs/tags/v') }} # on main
+        run: |
+          go build .
+          ./goreleaser release --clean --timeout 60m --snapshot
+        env:
+          GITHUB_TOKEN: ${{ secrets.GH_PAT }}
       - uses: actions/attest-build-provenance@v2
         with:
           subject-checksums: ./dist/checksums.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.goreleaser-nightly.yaml 
new/goreleaser-2.8.1/.goreleaser-nightly.yaml
--- old/goreleaser-2.8.0/.goreleaser-nightly.yaml       2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/.goreleaser-nightly.yaml       1970-01-01 
01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
-# vim: set ts=2 sw=2 tw=0 fo=jcroql
-version: 2
-pro: true
-
-nightly:
-  publish_release: true
-  keep_single_release: true
-  version_template: "{{ incminor .Version }}-nightly"
-
-includes:
-  - from_file:
-      path: ./.goreleaser.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.goreleaser-pro.yaml 
new/goreleaser-2.8.1/.goreleaser-pro.yaml
--- old/goreleaser-2.8.0/.goreleaser-pro.yaml   1970-01-01 01:00:00.000000000 
+0100
+++ new/goreleaser-2.8.1/.goreleaser-pro.yaml   2025-03-17 10:03:50.000000000 
+0100
@@ -0,0 +1,36 @@
+# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
+# vim: set ts=2 sw=2 tw=0 fo=jcroql
+version: 2
+pro: true
+
+nightly:
+  publish_release: true
+  keep_single_release: true
+  version_template: "{{ incminor .Version }}-nightly"
+
+npms:
+  - name: "@goreleaser/goreleaser"
+    repository: "git+https://github.com/goreleaser/goreleaser.git";
+    bugs: https://github.com/goreleaser/goreleaser/issues
+    description: Release engineering, simplified
+    homepage: https://goreleaser.com
+    license: MIT
+    author: "Carlos Alexandro Becker <[email protected]>"
+    access: public
+    keywords:
+      - release
+      - golang
+      - go
+      - rust
+      - zig
+      - bun
+      - deno
+      - docker
+
+furies:
+  - account: goreleaser
+    disable: "{{ .IsNightly }}"
+
+includes:
+  - from_file:
+      path: ./.goreleaser.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/.goreleaser.yaml 
new/goreleaser-2.8.1/.goreleaser.yaml
--- old/goreleaser-2.8.0/.goreleaser.yaml       2025-03-13 13:06:32.000000000 
+0100
+++ new/goreleaser-2.8.1/.goreleaser.yaml       2025-03-17 10:03:50.000000000 
+0100
@@ -409,15 +409,6 @@
       - "${artifact}@${digest}"
       - --yes
 
-publishers:
-  - name: fury.io
-    ids:
-      - packages
-    env:
-      - "FURY_TOKEN={{ .Env.FURY_TOKEN }}"
-    cmd: ./scripts/fury-upload.sh {{ .ArtifactName }}
-    disable: "{{ if .IsNightly }}true{{ end }}"
-
 milestones:
   - close: true
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/README.md 
new/goreleaser-2.8.1/README.md
--- old/goreleaser-2.8.0/README.md      2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/README.md      2025-03-17 10:03:50.000000000 +0100
@@ -1,7 +1,19 @@
 <p align="center">
-  <img alt="GoReleaser Logo" 
src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200"; height="140" 
/>
+  <img alt="GoReleaser Logo" 
src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200"; height="200" 
/>
   <h3 align="center">GoReleaser</h3>
   <p align="center">Release engineering, simplified.</p>
+  <p align="center">
+    <img alt="Go" src="./www/docs/static/go-light.svg#gh-light-mode-only" 
height="60" />
+    <img alt="Go" src="./www/docs/static/go-dark.svg#gh-dark-mode-only" 
height="60" />
+    <img alt="Rust" src="./www/docs/static/rust-light.svg#gh-light-mode-only" 
height="60" />
+    <img alt="Rust" src="./www/docs/static/rust-dark.svg#gh-dark-mode-only" 
height="60" />
+    <img alt="Zig" src="./www/docs/static/zig-light.svg#gh-light-mode-only" 
height="60" />
+    <img alt="Zig" src="./www/docs/static/zig-dark.svg#gh-dark-mode-only" 
height="60" />
+    <img alt="Bun" src="./www/docs/static/bun-light.svg#gh-light-mode-only" 
height="60" />
+    <img alt="Bun" src="./www/docs/static/bun-dark.svg#gh-dark-mode-only" 
height="60" />
+    <img alt="Deno" src="./www/docs/static/deno-light.svg#gh-light-mode-only" 
height="60" />
+    <img alt="Deno" src="./www/docs/static/deno-dark.svg#gh-dark-mode-only" 
height="60" />
+  </p>
 </p>
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/Taskfile.yml 
new/goreleaser-2.8.1/Taskfile.yml
--- old/goreleaser-2.8.0/Taskfile.yml   2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/Taskfile.yml   2025-03-17 10:03:50.000000000 +0100
@@ -278,9 +278,16 @@
     cmds:
       - ./goreleaser release --clean --timeout 60m {{.SNAPSHOT}}
 
+  nightly:watch:
+    vars:
+      RUN_ID:
+        sh: "gh run list --workflow=nightly-oss.yml --limit 1 --json 
databaseId | jq -r '.[] | .databaseId'"
+    cmds:
+      - gh run watch {{.RUN_ID}}
+
   nightly:
     cmds:
       - gh run list --workflow=nightly-oss.yml
       - gh workflow run nightly-oss.yml
-      - sleep 30
-      - gh run watch
+      - sleep 5
+      - task: nightly:watch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/dagger/go.mod 
new/goreleaser-2.8.1/dagger/go.mod
--- old/goreleaser-2.8.0/dagger/go.mod  2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/dagger/go.mod  2025-03-17 10:03:50.000000000 +0100
@@ -1,19 +1,18 @@
 module github.com/goreleaser/goreleaser/v2/dagger
 
-go 1.23
+go 1.23.6
 
 require (
-       github.com/99designs/gqlgen v0.17.57
-       github.com/Khan/genqlient v0.7.0
-       github.com/vektah/gqlparser/v2 v2.5.19
-       go.opentelemetry.io/otel v1.28.0
-       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
-       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
-       go.opentelemetry.io/otel/sdk v1.28.0
-       go.opentelemetry.io/otel/trace v1.28.0
-       golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
-       golang.org/x/sync v0.10.0
-       google.golang.org/grpc v1.68.0
+       github.com/99designs/gqlgen v0.17.66
+       github.com/Khan/genqlient v0.8.0
+       github.com/vektah/gqlparser/v2 v2.5.23
+       go.opentelemetry.io/otel v1.34.0
+       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
+       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0
+       go.opentelemetry.io/otel/sdk v1.34.0
+       go.opentelemetry.io/otel/trace v1.34.0
+       golang.org/x/sync v0.12.0
+       google.golang.org/grpc v1.71.0
 )
 
 require (
@@ -21,32 +20,32 @@
        github.com/go-logr/logr v1.4.2 // indirect
        github.com/go-logr/stdr v1.2.2 // indirect
        github.com/google/uuid v1.6.0 // indirect
-       github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
+       github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
        github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // 
indirect
        github.com/sosodev/duration v1.3.1 // indirect
-       github.com/stretchr/testify v1.10.0 // indirect
-       go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc 
v0.0.0-20240801193407-d7372079a809
-       go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0
-       go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 
v1.27.0
-       go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 
v1.27.0
-       go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
-       go.opentelemetry.io/otel/log v0.4.0
-       go.opentelemetry.io/otel/metric v1.28.0
-       go.opentelemetry.io/otel/sdk/log v0.4.0
-       go.opentelemetry.io/otel/sdk/metric v1.27.0
+       go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+       go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0
+       go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0
+       go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 
v1.32.0
+       go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 
v1.32.0
+       go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
+       go.opentelemetry.io/otel/log v0.8.0
+       go.opentelemetry.io/otel/metric v1.34.0
+       go.opentelemetry.io/otel/sdk/log v0.8.0
+       go.opentelemetry.io/otel/sdk/metric v1.34.0
        go.opentelemetry.io/proto/otlp v1.3.1
-       golang.org/x/net v0.33.0 // indirect
-       golang.org/x/sys v0.28.0 // indirect
-       golang.org/x/text v0.21.0 // indirect
-       google.golang.org/genproto/googleapis/api 
v0.0.0-20240903143218-8af14fe29dc1 // indirect
-       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20240903143218-8af14fe29dc1 // indirect
-       google.golang.org/protobuf v1.35.2 // indirect
+       golang.org/x/net v0.37.0 // indirect
+       golang.org/x/sys v0.31.0 // indirect
+       golang.org/x/text v0.23.0 // indirect
+       google.golang.org/genproto/googleapis/api 
v0.0.0-20250106144421-5f5ef82da422 // indirect
+       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20250115164207-1a7da9e5054f // indirect
+       google.golang.org/protobuf v1.36.5 // indirect
 )
 
-replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc => 
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc 
v0.0.0-20240518090000-14441aefdf88
+replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc => 
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0
 
-replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp => 
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0
+replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp => 
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0
 
-replace go.opentelemetry.io/otel/log => go.opentelemetry.io/otel/log v0.3.0
+replace go.opentelemetry.io/otel/log => go.opentelemetry.io/otel/log v0.8.0
 
-replace go.opentelemetry.io/otel/sdk/log => go.opentelemetry.io/otel/sdk/log 
v0.3.0
+replace go.opentelemetry.io/otel/sdk/log => go.opentelemetry.io/otel/sdk/log 
v0.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/dagger/go.sum 
new/goreleaser-2.8.1/dagger/go.sum
--- old/goreleaser-2.8.0/dagger/go.sum  2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/dagger/go.sum  2025-03-17 10:03:50.000000000 +0100
@@ -1,7 +1,7 @@
-github.com/99designs/gqlgen v0.17.57 
h1:Ak4p60BRq6QibxY0lEc0JnQhDurfhxA67sp02lMjmPc=
-github.com/99designs/gqlgen v0.17.57/go.mod 
h1:Jx61hzOSTcR4VJy/HFIgXiQ5rJ0Ypw8DxWLjbYDAUw0=
-github.com/Khan/genqlient v0.7.0 
h1:GZ1meyRnzcDTK48EjqB8t3bcfYvHArCUUvgOwpz1D4w=
-github.com/Khan/genqlient v0.7.0/go.mod 
h1:HNyy3wZvuYwmW3Y7mkoQLZsa/R5n5yIRajS1kPBvSFM=
+github.com/99designs/gqlgen v0.17.66 
h1:2/SRc+h3115fCOZeTtsqrB5R5gTGm+8qCAwcrZa+CXA=
+github.com/99designs/gqlgen v0.17.66/go.mod 
h1:gucrb5jK5pgCKzAGuOMMVU9C8PnReecHEHd2UxLQwCg=
+github.com/Khan/genqlient v0.8.0 
h1:Hd1a+E1CQHYbMEKakIkvBH3zW0PWEeiX6Hp1i2kP2WE=
+github.com/Khan/genqlient v0.8.0/go.mod 
h1:hn70SpYjWteRGvxTwo0kfaqg4wxvndECGkfa1fdDdYI=
 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 
h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod 
h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
 github.com/cenkalti/backoff/v4 v4.3.0 
h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
@@ -20,8 +20,8 @@
 github.com/google/go-cmp v0.6.0/go.mod 
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
 github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
 github.com/google/uuid v1.6.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 
h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys=
-github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0/go.mod 
h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I=
+github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 
h1:ad0vkEBuk23VJzZR9nkLVG0YAoN9coASF1GusYX6AlU=
+github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0/go.mod 
h1:igFoXX2ELCW06bol23DWPB5BEWfZISOzSP5K2sbLea0=
 github.com/kr/pretty v0.1.0/go.mod 
h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
 github.com/kr/text v0.1.0/go.mod 
h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
@@ -35,58 +35,58 @@
 github.com/stretchr/testify v1.4.0/go.mod 
h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
 github.com/stretchr/testify v1.10.0 
h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
 github.com/stretchr/testify v1.10.0/go.mod 
h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
-github.com/vektah/gqlparser/v2 v2.5.19 
h1:bhCPCX1D4WWzCDvkPl4+TP1N8/kLrWnp43egplt7iSg=
-github.com/vektah/gqlparser/v2 v2.5.19/go.mod 
h1:y7kvl5bBlDeuWIvLtA9849ncyvx6/lj06RsMrEjVy3U=
-go.opentelemetry.io/otel v1.28.0 
h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo=
-go.opentelemetry.io/otel v1.28.0/go.mod 
h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4=
-go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc 
v0.0.0-20240518090000-14441aefdf88 
h1:oM0GTNKGlc5qHctWeIGTVyda4iFFalOzMZ3Ehj5rwB4=
-go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc 
v0.0.0-20240518090000-14441aefdf88/go.mod 
h1:JGG8ebaMO5nXOPnvKEl+DiA4MGwFjCbjsxT1WHIEBPY=
-go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0 
h1:ccBrA8nCY5mM0y5uO7FT0ze4S0TuFcWdDB2FxGMTjkI=
-go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0/go.mod 
h1:/9pb6634zi2Lk8LYg9Q0X8Ar6jka4dkFOylBLbVQPCE=
-go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.27.0 
h1:bFgvUr3/O4PHj3VQcFEuYKvRZJX1SJDQ+11JXuSB3/w=
-go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 
v1.27.0/go.mod h1:xJntEd2KL6Qdg5lwp97HMLQDVeAhrYxmzFseAMDPQ8I=
-go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0 
h1:CIHWikMsN3wO+wq1Tp5VGdVRTcON+DmOJSfDjXypKOc=
-go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 
v1.27.0/go.mod h1:TNupZ6cxqyFEpLXAZW7On+mLFL0/g0TE3unIYL91xWc=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 
h1:3Q/xZUyC1BBkualc9ROb4G8qkH90LXEIICcs5zv1OYY=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0/go.mod 
h1:s75jGIWA9OfCMzF0xr+ZgfrB5FEbbV7UuYo32ahUiFI=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 
h1:R3X6ZXmNPRR8ul6i3WgFURCHzaXjHdm0karRG/+dj3s=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0/go.mod 
h1:QWFXnDavXWwMx2EEcZsf3yxgEKAqsxQ+Syjp+seyInw=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 
h1:j9+03ymgYhPKmeXGk5Zu+cIZOlVzd9Zv7QIiyItjFBU=
-go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0/go.mod 
h1:Y5+XiUG4Emn1hTfciPzGPJaSI+RpDts6BnCIir0SLqk=
-go.opentelemetry.io/otel/log v0.3.0 
h1:kJRFkpUFYtny37NQzL386WbznUByZx186DpEMKhEGZs=
-go.opentelemetry.io/otel/log v0.3.0/go.mod 
h1:ziCwqZr9soYDwGNbIL+6kAvQC+ANvjgG367HVcyR/ys=
-go.opentelemetry.io/otel/metric v1.28.0 
h1:f0HGvSl1KRAU1DLgLGFjrwVyismPlnuU6JD6bOeuA5Q=
-go.opentelemetry.io/otel/metric v1.28.0/go.mod 
h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s=
-go.opentelemetry.io/otel/sdk v1.28.0 
h1:b9d7hIry8yZsgtbmM0DKyPWMMUMlK9NEKuIG4aBqWyE=
-go.opentelemetry.io/otel/sdk v1.28.0/go.mod 
h1:oYj7ClPUA7Iw3m+r7GeEjz0qckQRJK2B8zjcZEfu7Pg=
-go.opentelemetry.io/otel/sdk/log v0.3.0 
h1:GEjJ8iftz2l+XO1GF2856r7yYVh74URiF9JMcAacr5U=
-go.opentelemetry.io/otel/sdk/log v0.3.0/go.mod 
h1:BwCxtmux6ACLuys1wlbc0+vGBd+xytjmjajwqqIul2g=
-go.opentelemetry.io/otel/sdk/metric v1.27.0 
h1:5uGNOlpXi+Hbo/DRoI31BSb1v+OGcpv2NemcCrOL8gI=
-go.opentelemetry.io/otel/sdk/metric v1.27.0/go.mod 
h1:we7jJVrYN2kh3mVBlswtPU22K0SA+769l93J6bsyvqw=
-go.opentelemetry.io/otel/trace v1.28.0 
h1:GhQ9cUuQGmNDd5BTCP2dAvv75RdMxEfTmYejp+lkx9g=
-go.opentelemetry.io/otel/trace v1.28.0/go.mod 
h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI=
+github.com/vektah/gqlparser/v2 v2.5.23 
h1:PurJ9wpgEVB7tty1seRUwkIDa/QH5RzkzraiKIjKLfA=
+github.com/vektah/gqlparser/v2 v2.5.23/go.mod 
h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo=
+go.opentelemetry.io/auto/sdk v1.1.0 
h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
+go.opentelemetry.io/auto/sdk v1.1.0/go.mod 
h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
+go.opentelemetry.io/otel v1.34.0 
h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
+go.opentelemetry.io/otel v1.34.0/go.mod 
h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI=
+go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 
h1:WzNab7hOOLzdDF/EoWCt4glhrbMPVMOO5JYTmpz36Ls=
+go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0/go.mod 
h1:hKvJwTzJdp90Vh7p6q/9PAOd55dI6WA6sWj62a/JvSs=
+go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 
h1:S+LdBGiQXtJdowoJoQPEtI52syEP/JYBUpjO49EQhV8=
+go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0/go.mod 
h1:5KXybFvPGds3QinJWQT7pmXf+TN5YIa7CNYObWRkj50=
+go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 
h1:j7ZSD+5yn+lo3sGV69nW04rRR0jhYnBwjuX3r0HvnK0=
+go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 
v1.32.0/go.mod h1:WXbYJTUaZXAbYd8lbgGuvih0yuCfOFC5RJoYnoLcGz8=
+go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 
h1:t/Qur3vKSkUCcDVaSumWF2PKHt85pc7fRvFuoVT8qFU=
+go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 
v1.32.0/go.mod h1:Rl61tySSdcOJWoEgYZVtmnKdA0GeKrSqkHC1t+91CH8=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 
h1:IJFEoHiytixx8cMiVAO+GmHR6Frwu+u5Ur8njpFO6Ac=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0/go.mod 
h1:3rHrKNtLIoS0oZwkY2vxi+oJcwFRWdtUyRII+so45p8=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 
h1:9kV11HXBHZAvuPUZxmMWrH8hZn/6UnHX4K0mu36vNsU=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0/go.mod 
h1:JyA0FHXe22E1NeNiHmVp7kFHglnexDQ7uRWDiiJ1hKQ=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 
h1:cMyu9O88joYEaI47CnQkxO1XZdpoTF9fEnW2duIddhw=
+go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0/go.mod 
h1:6Am3rn7P9TVVeXYG+wtcGE7IE1tsQ+bP3AuWcKt/gOI=
+go.opentelemetry.io/otel/log v0.8.0 
h1:egZ8vV5atrUWUbnSsHn6vB8R21G2wrKqNiDt3iWertk=
+go.opentelemetry.io/otel/log v0.8.0/go.mod 
h1:M9qvDdUTRCopJcGRKg57+JSQ9LgLBrwwfC32epk5NX8=
+go.opentelemetry.io/otel/metric v1.34.0 
h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=
+go.opentelemetry.io/otel/metric v1.34.0/go.mod 
h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE=
+go.opentelemetry.io/otel/sdk v1.34.0 
h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=
+go.opentelemetry.io/otel/sdk v1.34.0/go.mod 
h1:0e/pNiaMAqaykJGKbi+tSjWfNNHMTxoC9qANsCzbyxU=
+go.opentelemetry.io/otel/sdk/log v0.8.0 
h1:zg7GUYXqxk1jnGF/dTdLPrK06xJdrXgqgFLnI4Crxvs=
+go.opentelemetry.io/otel/sdk/log v0.8.0/go.mod 
h1:50iXr0UVwQrYS45KbruFrEt4LvAdCaWWgIrsN3ZQggo=
+go.opentelemetry.io/otel/sdk/metric v1.34.0 
h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=
+go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod 
h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
+go.opentelemetry.io/otel/trace v1.34.0 
h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
+go.opentelemetry.io/otel/trace v1.34.0/go.mod 
h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
 go.opentelemetry.io/proto/otlp v1.3.1 
h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
 go.opentelemetry.io/proto/otlp v1.3.1/go.mod 
h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
 go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
 go.uber.org/goleak v1.3.0/go.mod 
h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
-golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 
h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
-golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod 
h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
-golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
-golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
-golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
-golang.org/x/sync v0.10.0/go.mod 
h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
-golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
-golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
-golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
-golang.org/x/text v0.21.0/go.mod 
h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
-google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 
h1:hjSy6tcFQZ171igDaN5QHOw2n6vx40juYbC/x67CEhc=
-google.golang.org/genproto/googleapis/api 
v0.0.0-20240903143218-8af14fe29dc1/go.mod 
h1:qpvKtACPCQhAdu3PyQgV4l3LMXZEtft7y8QcarRsp9I=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 
h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
-google.golang.org/genproto/googleapis/rpc 
v0.0.0-20240903143218-8af14fe29dc1/go.mod 
h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
-google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0=
-google.golang.org/grpc v1.68.0/go.mod 
h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA=
-google.golang.org/protobuf v1.35.2 
h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
-google.golang.org/protobuf v1.35.2/go.mod 
h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
+golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
+golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
+golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
+golang.org/x/sync v0.12.0/go.mod 
h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
+golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
+golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
+golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
+golang.org/x/text v0.23.0/go.mod 
h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
+google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 
h1:GVIKPyP/kLIyVOgOnTwFOrvQaQUzOzGMCxgFUOEmm24=
+google.golang.org/genproto/googleapis/api 
v0.0.0-20250106144421-5f5ef82da422/go.mod 
h1:b6h1vNKhxaSoEI+5jc3PJUCustfli/mRab7295pY7rw=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f 
h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
+google.golang.org/genproto/googleapis/rpc 
v0.0.0-20250115164207-1a7da9e5054f/go.mod 
h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
+google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
+google.golang.org/grpc v1.71.0/go.mod 
h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
+google.golang.org/protobuf v1.36.5 
h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
+google.golang.org/protobuf v1.36.5/go.mod 
h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/dagger.json 
new/goreleaser-2.8.1/dagger.json
--- old/goreleaser-2.8.0/dagger.json    2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/dagger.json    2025-03-17 10:03:50.000000000 +0100
@@ -1,7 +1,9 @@
 {
   "name": "goreleaser",
-  "engineVersion": "v0.15.1",
-  "sdk": "go",
+  "engineVersion": "v0.16.3",
+  "sdk": {
+    "source": "go"
+  },
   "dependencies": [
     {
       "name": "docker",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/flake.lock 
new/goreleaser-2.8.1/flake.lock
--- old/goreleaser-2.8.0/flake.lock     2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/flake.lock     2025-03-17 10:03:50.000000000 +0100
@@ -54,11 +54,11 @@
     },
     "nixpkgs_2": {
       "locked": {
-        "lastModified": 1741513245,
-        "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=",
+        "lastModified": 1741851582,
+        "narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1",
+        "rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
         "type": "github"
       },
       "original": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/go.mod new/goreleaser-2.8.1/go.mod
--- old/goreleaser-2.8.0/go.mod 2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/go.mod 2025-03-17 10:03:50.000000000 +0100
@@ -18,7 +18,7 @@
        github.com/caarlos0/go-version v0.2.0
        github.com/caarlos0/log v0.4.8
        github.com/charmbracelet/keygen v0.5.3
-       github.com/charmbracelet/lipgloss v1.0.0
+       github.com/charmbracelet/lipgloss v1.1.0
        github.com/chrismellard/docker-credential-acr-env 
v0.0.0-20230304212654-82a0ddb27589
        github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
        github.com/dghubble/oauth1 v0.7.3
@@ -44,7 +44,7 @@
        github.com/spf13/cobra v1.9.1
        github.com/stretchr/testify v1.10.0
        github.com/ulikunitz/xz v0.5.12
-       gitlab.com/gitlab-org/api/client-go v0.124.0
+       gitlab.com/gitlab-org/api/client-go v0.125.0
        gocloud.dev v0.40.0
        golang.org/x/crypto v0.36.0
        golang.org/x/oauth2 v0.28.0
@@ -65,6 +65,8 @@
        github.com/anchore/bubbly v0.0.0-20241107060245-f2a5536f366a // indirect
        github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
        github.com/charmbracelet/bubbletea v1.3.0 // indirect
+       github.com/charmbracelet/colorprofile 
v0.2.3-0.20250311203215-f60798e515dc // indirect
+       github.com/charmbracelet/x/cellbuf 
v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
        github.com/charmbracelet/x/term v0.2.1 // indirect
        github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
        github.com/envoyproxy/go-control-plane v0.13.0 // indirect
@@ -74,6 +76,7 @@
        github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
        github.com/muesli/cancelreader v0.2.2 // indirect
        github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 
// indirect
+       github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
        go.opentelemetry.io/auto/sdk v1.1.0 // indirect
        go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
        go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
@@ -351,7 +354,7 @@
        golang.org/x/net v0.37.0 // indirect
        golang.org/x/sys v0.31.0 // indirect
        golang.org/x/term v0.30.0 // indirect
-       golang.org/x/time v0.9.0 // indirect
+       golang.org/x/time v0.10.0 // indirect
        golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
        google.golang.org/api v0.197.0 // indirect
        google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // 
indirect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/go.sum new/goreleaser-2.8.1/go.sum
--- old/goreleaser-2.8.0/go.sum 2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/go.sum 2025-03-17 10:03:50.000000000 +0100
@@ -233,12 +233,16 @@
 github.com/cespare/xxhash/v2 v2.3.0/go.mod 
h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
 github.com/charmbracelet/bubbletea v1.3.0 
h1:fPMyirm0u3Fou+flch7hlJN9krlnVURrkUVDwqXjoAc=
 github.com/charmbracelet/bubbletea v1.3.0/go.mod 
h1:eTaHfqbIwvBhFQM/nlT1NsGc4kp8jhF8LfUK67XiTDM=
+github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc 
h1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=
+github.com/charmbracelet/colorprofile 
v0.2.3-0.20250311203215-f60798e515dc/go.mod 
h1:X4/0JoqgTIPSFcRA/P6INZzIuyqdFY5rm8tb41s9okk=
 github.com/charmbracelet/keygen v0.5.3 
h1:2MSDC62OUbDy6VmjIE2jM24LuXUvKywLCmaJDmr/Z/4=
 github.com/charmbracelet/keygen v0.5.3/go.mod 
h1:TcpNoMAO5GSmhx3SgcEMqCrtn8BahKhB8AlwnLjRUpk=
-github.com/charmbracelet/lipgloss v1.0.0 
h1:O7VkGDvqEdGi93X+DeqsQ7PKHDgtQfF8j8/O2qFMQNg=
-github.com/charmbracelet/lipgloss v1.0.0/go.mod 
h1:U5fy9Z+C38obMs+T+tJqst9VGzlOYGj4ri9reL3qUlo=
+github.com/charmbracelet/lipgloss v1.1.0 
h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=
+github.com/charmbracelet/lipgloss v1.1.0/go.mod 
h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
 github.com/charmbracelet/x/ansi v0.8.0 
h1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=
 github.com/charmbracelet/x/ansi v0.8.0/go.mod 
h1:wdYl/ONOLHLIVmQaxbIYEC/cRKOQyjTkowiI4blgS9Q=
+github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd 
h1:vy0GVL4jeHEwG5YOXDmi86oYw2yuYUGqz6a8sLwg0X8=
+github.com/charmbracelet/x/cellbuf 
v0.0.13-0.20250311204145-2c3ea96c31dd/go.mod 
h1:xe0nKWGd3eJgtqZRaN9RjMtK7xUYchjzPr7q6kcvCCs=
 github.com/charmbracelet/x/term v0.2.1 
h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
 github.com/charmbracelet/x/term v0.2.1/go.mod 
h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
 github.com/chrismellard/docker-credential-acr-env 
v0.0.0-20230304212654-82a0ddb27589 
h1:krfRl01rzPzxSxyLyrChD+U+MzsBXbm0OwYYB67uF+4=
@@ -823,14 +827,16 @@
 github.com/xeipuuv/gojsonschema v1.2.0/go.mod 
h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 
h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=
 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod 
h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos=
+github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e 
h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
+github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod 
h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
 github.com/yuin/goldmark v1.1.27/go.mod 
h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark v1.2.1/go.mod 
h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark v1.3.5/go.mod 
h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
 github.com/yuin/goldmark v1.4.13/go.mod 
h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
 gitlab.com/digitalxero/go-conventional-commit v1.0.7 
h1:8/dO6WWG+98PMhlZowt/YjuiKhqhGlOCwlIV8SqqGh8=
 gitlab.com/digitalxero/go-conventional-commit v1.0.7/go.mod 
h1:05Xc2BFsSyC5tKhK0y+P3bs0AwUtNuTp+mTpbCU/DZ0=
-gitlab.com/gitlab-org/api/client-go v0.124.0 
h1:6i/uAl3QZur0F4S+42d9/k8y1Lf+htPqQ9YgXZJ2oQI=
-gitlab.com/gitlab-org/api/client-go v0.124.0/go.mod 
h1:Jh0qjLILEdbO6z/OY94RD+3NDQRUKiuFSFYozN6cpKM=
+gitlab.com/gitlab-org/api/client-go v0.125.0 
h1:T+L13tpjE1s3Hkqyq+ontvYVSwRyMlfOLDd75IiRY5g=
+gitlab.com/gitlab-org/api/client-go v0.125.0/go.mod 
h1:SEN5CKASOsKoA6rv6Y3cPiM5ikH2HxFaqCUwZOquttI=
 go.mongodb.org/mongo-driver v1.14.0 
h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80=
 go.mongodb.org/mongo-driver v1.14.0/go.mod 
h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c=
 go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
@@ -1021,8 +1027,8 @@
 golang.org/x/text v0.14.0/go.mod 
h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
 golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
 golang.org/x/text v0.23.0/go.mod 
h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
-golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
-golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
+golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
+golang.org/x/time v0.10.0/go.mod 
h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
 golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod 
h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
 golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod 
h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
 golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod 
h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/internal/deprecate/deprecate.go 
new/goreleaser-2.8.1/internal/deprecate/deprecate.go
--- old/goreleaser-2.8.0/internal/deprecate/deprecate.go        2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/internal/deprecate/deprecate.go        2025-03-17 
10:03:50.000000000 +0100
@@ -27,6 +27,12 @@
 
 // NoticeCustom warns the user about the deprecation of the given property.
 func NoticeCustom(ctx *context.Context, property, tmpl string) {
+       if _, ok := ctx.NotifiedDeprecations[property]; ok {
+               // already notified this one
+               return
+       }
+       ctx.NotifiedDeprecations[property] = struct{}{}
+
        url := baseURL + urlPropertyReplacer.Replace(property)
        var out bytes.Buffer
        if err := template.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/goreleaser-2.8.0/internal/deprecate/deprecate_test.go 
new/goreleaser-2.8.1/internal/deprecate/deprecate_test.go
--- old/goreleaser-2.8.0/internal/deprecate/deprecate_test.go   2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/internal/deprecate/deprecate_test.go   2025-03-17 
10:03:50.000000000 +0100
@@ -21,6 +21,8 @@
        log.Info("first")
        ctx := testctx.New()
        Notice(ctx, "foo.bar_whatever: foobar")
+       Notice(ctx, "foo.bar_whatever: foobar")
+       Notice(ctx, "foo.bar_whatever: foobar")
        log.Info("last")
        require.True(t, ctx.Deprecated)
 
@@ -36,6 +38,8 @@
        log.Info("first")
        ctx := testctx.New()
        NoticeCustom(ctx, "something-else", "some custom template with a url {{ 
.URL }}")
+       NoticeCustom(ctx, "something-else", "ignored")
+       NoticeCustom(ctx, "something-else", "ignored")
        log.Info("last")
        require.True(t, ctx.Deprecated)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/internal/pipe/sign/sign.go 
new/goreleaser-2.8.1/internal/pipe/sign/sign.go
--- old/goreleaser-2.8.0/internal/pipe/sign/sign.go     2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/internal/pipe/sign/sign.go     2025-03-17 
10:03:50.000000000 +0100
@@ -8,6 +8,7 @@
        "os/exec"
        "path/filepath"
        "strings"
+       "sync"
 
        "github.com/caarlos0/log"
        "github.com/goreleaser/goreleaser/v2/internal/artifact"
@@ -44,17 +45,21 @@
 
 // Default sets the Pipes defaults.
 func (Pipe) Default(ctx *context.Context) error {
-       gpgPath, _ := git.Clean(git.Run(ctx, "config", "gpg.program"))
-       if gpgPath == "" {
-               gpgPath = defaultGpg
-       }
+       gpgPath := sync.OnceValue(func() string {
+               if gpg, _ := git.Clean(
+                       git.Run(ctx, "config", "gpg.program"),
+               ); gpg != "" {
+                       return gpg
+               }
+               return defaultGpg
+       })
 
        ids := ids.New("signs")
        for i := range ctx.Config.Signs {
                cfg := &ctx.Config.Signs[i]
                if cfg.Cmd == "" {
                        // gpgPath is either "gpg" (default) or the user's git 
config gpg.program value
-                       cfg.Cmd = gpgPath
+                       cfg.Cmd = gpgPath()
                }
                if cfg.Signature == "" {
                        cfg.Signature = "${artifact}.sig"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/goreleaser-2.8.0/internal/pipe/snapcraft/snapcraft.go 
new/goreleaser-2.8.1/internal/pipe/snapcraft/snapcraft.go
--- old/goreleaser-2.8.0/internal/pipe/snapcraft/snapcraft.go   2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/internal/pipe/snapcraft/snapcraft.go   2025-03-17 
10:03:50.000000000 +0100
@@ -13,6 +13,7 @@
 
        "github.com/caarlos0/log"
        "github.com/goreleaser/goreleaser/v2/internal/artifact"
+       "github.com/goreleaser/goreleaser/v2/internal/deprecate"
        "github.com/goreleaser/goreleaser/v2/internal/gio"
        "github.com/goreleaser/goreleaser/v2/internal/ids"
        "github.com/goreleaser/goreleaser/v2/internal/pipe"
@@ -118,6 +119,10 @@
                if snap.NameTemplate == "" {
                        snap.NameTemplate = defaultNameTemplate
                }
+               if len(snap.Builds) > 0 {
+                       deprecate.Notice(ctx, "snaps.builds")
+                       snap.IDs = append(snap.IDs, snap.Builds...)
+               }
                grade, err := tmpl.New(ctx).Apply(snap.Grade)
                if err != nil {
                        return err
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/goreleaser-2.8.0/internal/pipe/snapcraft/snapcraft_test.go 
new/goreleaser-2.8.1/internal/pipe/snapcraft/snapcraft_test.go
--- old/goreleaser-2.8.0/internal/pipe/snapcraft/snapcraft_test.go      
2025-03-13 13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/internal/pipe/snapcraft/snapcraft_test.go      
2025-03-17 10:03:50.000000000 +0100
@@ -498,6 +498,7 @@
                Snapcrafts: []config.Snapcraft{{
                        Description: "hi",
                        Summary:     "hi",
+                       Builds:      []string{"a"},
                }},
        })
        require.NoError(t, Pipe{}.Default(ctx))
@@ -505,6 +506,8 @@
        require.Equal(t, []string{"edge", "beta", "candidate", "stable"}, 
ctx.Config.Snapcrafts[0].ChannelTemplates)
        require.Equal(t, "stable", ctx.Config.Snapcrafts[0].Grade)
        require.Equal(t, "strict", ctx.Config.Snapcrafts[0].Confinement)
+       require.Equal(t, []string{"a"}, ctx.Config.Snapcrafts[0].IDs)
+       require.True(t, ctx.Deprecated)
 }
 
 func TestDefaultNoDescription(t *testing.T) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/pkg/context/context.go 
new/goreleaser-2.8.1/pkg/context/context.go
--- old/goreleaser-2.8.0/pkg/context/context.go 2025-03-13 13:06:32.000000000 
+0100
+++ new/goreleaser-2.8.1/pkg/context/context.go 2025-03-17 10:03:50.000000000 
+0100
@@ -111,6 +111,8 @@
        Semver            Semver
        Runtime           Runtime
        Skips             map[string]bool
+
+       NotifiedDeprecations map[string]struct{}
 }
 
 type Runtime struct {
@@ -140,13 +142,14 @@
 // Wrap wraps an existing context.
 func Wrap(ctx stdctx.Context, config config.Project) *Context {
        return &Context{
-               Context:     ctx,
-               Config:      config,
-               Env:         ToEnv(append(os.Environ(), config.Env...)),
-               Parallelism: 4,
-               Artifacts:   artifact.New(),
-               Date:        time.Now(),
-               Skips:       map[string]bool{},
+               Context:              ctx,
+               Config:               config,
+               Env:                  ToEnv(append(os.Environ(), 
config.Env...)),
+               Parallelism:          4,
+               Artifacts:            artifact.New(),
+               Date:                 time.Now(),
+               Skips:                map[string]bool{},
+               NotifiedDeprecations: map[string]struct{}{},
                Runtime: Runtime{
                        Goos:   runtime.GOOS,
                        Goarch: runtime.GOARCH,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/scripts/fury-upload.sh 
new/goreleaser-2.8.1/scripts/fury-upload.sh
--- old/goreleaser-2.8.0/scripts/fury-upload.sh 2025-03-13 13:06:32.000000000 
+0100
+++ new/goreleaser-2.8.1/scripts/fury-upload.sh 1970-01-01 01:00:00.000000000 
+0100
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-set -e
-if [ "${1: -4}" == ".deb" ] || [ "${1: -4}" == ".rpm" ]; then
-       cd dist
-       echo "uploading $1"
-       status="$(curl -s -q -o /dev/null -w "%{http_code}" -F package="@$1" 
"https://[email protected]/goreleaser/";)"
-       echo "got: $status"
-       if [ "$status" == "200" ] || [ "$status" == "409" ]; then
-               exit 0
-       fi
-       exit 1
-fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/goreleaser-2.8.0/www/docs/customization/builds/rust.md 
new/goreleaser-2.8.1/www/docs/customization/builds/rust.md
--- old/goreleaser-2.8.0/www/docs/customization/builds/rust.md  2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/customization/builds/rust.md  2025-03-17 
10:03:50.000000000 +0100
@@ -33,12 +33,12 @@
       - x86_64-pc-windows-gnu
 
     # Path to project's (sub)directory containing the code.
-    # This is the working directory for the Zig build command(s).
+    # This is the working directory for the cargo build command(s).
     #
     # Default: '.'.
     dir: my-app
 
-    # Set a specific zig binary to use when building.
+    # Set a specific cargo binary to use when building.
     # It is safe to ignore this option in most cases.
     #
     # Default: "cargo".
@@ -96,7 +96,7 @@
 
 ```yaml title=".goreleaser.yaml"
 builds:
-  - # Use Rust zigbuild
+  - # Use cargo cross:
     builder: rust
     tool: cross
     command: build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/customization/fury.md 
new/goreleaser-2.8.1/www/docs/customization/fury.md
--- old/goreleaser-2.8.0/www/docs/customization/fury.md 2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/customization/fury.md 2025-03-17 
10:03:50.000000000 +0100
@@ -28,12 +28,10 @@
     # Config is skipped if empty
     account: "{{ .Env.FURY_ACCOUNT }}"
 
-    # Skip the announcing feature in some conditions, for instance, when
-    # publishing patch releases.
-    # Any value different of 'true' will be considered 'false'.
+    # Skip this configuration in some conditions.
     #
     # Templates: allowed.
-    skip: "{{gt .Patch 0}}"
+    disable: "{{ .IsNightly }}"
 
     # Environment variable name to get the push token from.
     # You might want to change it if you have multiple Fury configurations for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/install.md 
new/goreleaser-2.8.1/www/docs/install.md
--- old/goreleaser-2.8.0/www/docs/install.md    2025-03-13 13:06:32.000000000 
+0100
+++ new/goreleaser-2.8.1/www/docs/install.md    2025-03-17 10:03:50.000000000 
+0100
@@ -38,6 +38,20 @@
 
 [formula in homebrew-core]: 
https://github.com/Homebrew/homebrew-core/blob/master/Formula/g/goreleaser.rb
 
+## NPM
+
+=== "OSS"
+
+    ```bash
+    npm i -g @goreleaser/goreleaser
+    ```
+
+=== "Pro"
+
+    ```bash
+    npm i -g @goreleaser/goreleaser-pro
+    ```
+
 ## Snapcraft
 
 === "OSS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/bun-dark.svg 
new/goreleaser-2.8.1/www/docs/static/bun-dark.svg
--- old/goreleaser-2.8.0/www/docs/static/bun-dark.svg   1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/bun-dark.svg   2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Bun</title><path fill="#FFFFFF" 
d="M12 22.596c6.628 0 12-4.338 12-9.688 
0-3.318-2.057-6.248-5.219-7.986-1.286-.715-2.297-1.357-3.139-1.89C14.058 2.025 
13.08 1.404 12 1.404c-1.097 0-2.334.785-3.966 1.821a49.92 49.92 0 0 1-2.816 
1.697C2.057 6.66 0 9.59 0 12.908c0 5.35 5.372 9.687 12 9.687v.001ZM10.599 
4.715c.334-.759.503-1.58.498-2.409 0-.145.202-.187.23-.029.658 2.783-.902 
4.162-2.057 4.624-.124.048-.199-.121-.103-.209a5.763 5.763 0 0 0 
1.432-1.977Zm2.058-.102a5.82 5.82 0 0 
0-.782-2.306v-.016c-.069-.123.086-.263.185-.172 1.962 2.111 1.307 4.067.556 
5.051-.082.103-.23-.003-.189-.126a5.85 5.85 0 0 0 .23-2.431Zm1.776-.561a5.727 
5.727 0 0 0-1.612-1.806v-.014c-.112-.085-.024-.274.114-.218 2.595 1.087 2.774 
3.18 2.459 4.407a.116.116 0 0 1-.049.071.11.11 0 0 1-.153-.026.122.122 0 0 
1-.022-.083 5.891 5.891 0 0 0-.737-2.331Zm-5.087.561c-.617.546-1.282.76-2.063 
1-.117 0-.195-.078-.156-.181 1.752-.909 2.376-1.649 2.99
 9-2.778 0 0 .155-.118.188.085 0 .304-.349 1.329-.968 1.874Zm4.945 11.237a2.957 
2.957 0 0 1-.937 1.553c-.346.346-.8.565-1.286.62a2.178 2.178 0 0 1-1.327-.62 
2.955 2.955 0 0 1-.925-1.553.244.244 0 0 1 .064-.198.234.234 0 0 1 
.193-.069h3.965a.226.226 0 0 1 
.19.07c.05.053.073.125.063.197Zm-5.458-2.176a1.862 1.862 0 0 1-2.384-.245 1.98 
1.98 0 0 1-.233-2.447c.207-.319.503-.566.848-.713a1.84 1.84 0 0 1 
1.092-.11c.366.075.703.261.967.531a1.98 1.98 0 0 1 .408 2.114 1.931 1.931 0 0 
1-.698.869v.001Zm8.495.005a1.86 1.86 0 0 1-2.381-.253 1.964 1.964 0 0 
1-.547-1.366c0-.384.11-.76.32-1.079.207-.319.503-.567.849-.713a1.844 1.844 0 0 
1 1.093-.108c.367.076.704.262.968.534a1.98 1.98 0 0 1 .4 2.117 1.932 1.932 0 0 
1-.702.868Z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/bun-light.svg 
new/goreleaser-2.8.1/www/docs/static/bun-light.svg
--- old/goreleaser-2.8.0/www/docs/static/bun-light.svg  1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/bun-light.svg  2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Bun</title><path fill="#000000" 
d="M12 22.596c6.628 0 12-4.338 12-9.688 
0-3.318-2.057-6.248-5.219-7.986-1.286-.715-2.297-1.357-3.139-1.89C14.058 2.025 
13.08 1.404 12 1.404c-1.097 0-2.334.785-3.966 1.821a49.92 49.92 0 0 1-2.816 
1.697C2.057 6.66 0 9.59 0 12.908c0 5.35 5.372 9.687 12 9.687v.001ZM10.599 
4.715c.334-.759.503-1.58.498-2.409 0-.145.202-.187.23-.029.658 2.783-.902 
4.162-2.057 4.624-.124.048-.199-.121-.103-.209a5.763 5.763 0 0 0 
1.432-1.977Zm2.058-.102a5.82 5.82 0 0 
0-.782-2.306v-.016c-.069-.123.086-.263.185-.172 1.962 2.111 1.307 4.067.556 
5.051-.082.103-.23-.003-.189-.126a5.85 5.85 0 0 0 .23-2.431Zm1.776-.561a5.727 
5.727 0 0 0-1.612-1.806v-.014c-.112-.085-.024-.274.114-.218 2.595 1.087 2.774 
3.18 2.459 4.407a.116.116 0 0 1-.049.071.11.11 0 0 1-.153-.026.122.122 0 0 
1-.022-.083 5.891 5.891 0 0 0-.737-2.331Zm-5.087.561c-.617.546-1.282.76-2.063 
1-.117 0-.195-.078-.156-.181 1.752-.909 2.376-1.649 2.99
 9-2.778 0 0 .155-.118.188.085 0 .304-.349 1.329-.968 1.874Zm4.945 11.237a2.957 
2.957 0 0 1-.937 1.553c-.346.346-.8.565-1.286.62a2.178 2.178 0 0 1-1.327-.62 
2.955 2.955 0 0 1-.925-1.553.244.244 0 0 1 .064-.198.234.234 0 0 1 
.193-.069h3.965a.226.226 0 0 1 
.19.07c.05.053.073.125.063.197Zm-5.458-2.176a1.862 1.862 0 0 1-2.384-.245 1.98 
1.98 0 0 1-.233-2.447c.207-.319.503-.566.848-.713a1.84 1.84 0 0 1 
1.092-.11c.366.075.703.261.967.531a1.98 1.98 0 0 1 .408 2.114 1.931 1.931 0 0 
1-.698.869v.001Zm8.495.005a1.86 1.86 0 0 1-2.381-.253 1.964 1.964 0 0 
1-.547-1.366c0-.384.11-.76.32-1.079.207-.319.503-.567.849-.713a1.844 1.844 0 0 
1 1.093-.108c.367.076.704.262.968.534a1.98 1.98 0 0 1 .4 2.117 1.932 1.932 0 0 
1-.702.868Z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/deno-dark.svg 
new/goreleaser-2.8.1/www/docs/static/deno-dark.svg
--- old/goreleaser-2.8.0/www/docs/static/deno-dark.svg  1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/deno-dark.svg  2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Deno</title><path fill="#FFFFFF" 
d="M1.105 18.02A11.9 11.9 0 0 1 0 12.985q0-.698.078-1.376a12 12 0 0 1 
.231-1.34A12 12 0 0 1 4.025 4.02a12 12 0 0 1 5.46-2.771 12 12 0 0 1 
3.428-.23c1.452.112 2.825.477 4.077 1.05a12 12 0 0 1 2.78 1.774 12.02 12.02 0 0 
1 4.053 7.078A12 12 0 0 1 24 12.985q0 .454-.036.914a12 12 0 0 1-.728 3.305 12 
12 0 0 1-2.38 3.875c-1.33 1.357-3.02 1.962-4.43 1.936a4.4 4.4 0 0 
1-2.724-1.024c-.99-.853-1.391-1.83-1.53-2.919a5 5 0 0 1 
.128-1.518c.105-.38.37-1.116.76-1.437-.455-.197-1.04-.624-1.226-.829-.045-.05-.04-.13
 0-.183a.155.155 0 0 1 .177-.053c.392.134.869.267 1.372.35.66.111 1.484.25 
2.317.292 2.03.1 4.153-.813 
4.812-2.627s.403-3.609-1.96-4.685-3.454-2.356-5.363-3.128c-1.247-.505-2.636-.205-4.06.582-3.838
 2.121-7.277 8.822-5.69 15.032a.191.191 0 0 1-.315.19 12 12 0 0 1-1.25-1.634 12 
12 0 0 1-.769-1.404M11.57 6.087c.649-.051 1.214.501 1.31 1.236.13.979-.228 
1.99-1.41 2.013-1.01.02-1.315-
 .997-1.248-1.614.066-.616.574-1.575 1.35-1.635"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/deno-light.svg 
new/goreleaser-2.8.1/www/docs/static/deno-light.svg
--- old/goreleaser-2.8.0/www/docs/static/deno-light.svg 1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/deno-light.svg 2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Deno</title><path fill="#000000" 
d="M1.105 18.02A11.9 11.9 0 0 1 0 12.985q0-.698.078-1.376a12 12 0 0 1 
.231-1.34A12 12 0 0 1 4.025 4.02a12 12 0 0 1 5.46-2.771 12 12 0 0 1 
3.428-.23c1.452.112 2.825.477 4.077 1.05a12 12 0 0 1 2.78 1.774 12.02 12.02 0 0 
1 4.053 7.078A12 12 0 0 1 24 12.985q0 .454-.036.914a12 12 0 0 1-.728 3.305 12 
12 0 0 1-2.38 3.875c-1.33 1.357-3.02 1.962-4.43 1.936a4.4 4.4 0 0 
1-2.724-1.024c-.99-.853-1.391-1.83-1.53-2.919a5 5 0 0 1 
.128-1.518c.105-.38.37-1.116.76-1.437-.455-.197-1.04-.624-1.226-.829-.045-.05-.04-.13
 0-.183a.155.155 0 0 1 .177-.053c.392.134.869.267 1.372.35.66.111 1.484.25 
2.317.292 2.03.1 4.153-.813 
4.812-2.627s.403-3.609-1.96-4.685-3.454-2.356-5.363-3.128c-1.247-.505-2.636-.205-4.06.582-3.838
 2.121-7.277 8.822-5.69 15.032a.191.191 0 0 1-.315.19 12 12 0 0 1-1.25-1.634 12 
12 0 0 1-.769-1.404M11.57 6.087c.649-.051 1.214.501 1.31 1.236.13.979-.228 
1.99-1.41 2.013-1.01.02-1.315-
 .997-1.248-1.614.066-.616.574-1.575 1.35-1.635"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/go-dark.svg 
new/goreleaser-2.8.1/www/docs/static/go-dark.svg
--- old/goreleaser-2.8.0/www/docs/static/go-dark.svg    1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/go-dark.svg    2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Go</title><path fill="#FFFFFF" 
d="M1.811 10.231c-.047 
0-.058-.023-.035-.059l.246-.315c.023-.035.081-.058.128-.058h4.172c.046 0 
.058.035.035.07l-.199.303c-.023.036-.082.07-.117.07zM.047 11.306c-.047 
0-.059-.023-.035-.058l.245-.316c.023-.035.082-.058.129-.058h5.328c.047 0 
.07.035.058.07l-.093.28c-.012.047-.058.07-.105.07zm2.828 1.075c-.047 
0-.059-.035-.035-.07l.163-.292c.023-.035.07-.07.117-.07h2.337c.047 0 
.07.035.07.082l-.023.28c0 
.047-.047.082-.082.082zm12.129-2.36c-.736.187-1.239.327-1.963.514-.176.046-.187.058-.34-.117-.174-.199-.303-.327-.548-.444-.737-.362-1.45-.257-2.115.175-.795.514-1.204
 1.274-1.192 2.22.011.935.654 1.706 1.577 1.835.795.105 1.46-.175 
1.987-.77.105-.13.198-.27.315-.434H10.47c-.245 
0-.304-.152-.222-.35.152-.362.432-.97.596-1.274a.315.315 0 
01.292-.187h4.253c-.023.316-.023.631-.07.947a4.983 4.983 0 01-.958 2.29c-.841 
1.11-1.94 1.8-3.33 1.986-1.145.152-2.209-.07-3.143-.77-.865-.655-1.
 356-1.52-1.484-2.595-.152-1.274.222-2.419.993-3.424.83-1.086 1.928-1.776 
3.272-2.02 1.098-.2 2.15-.07 3.096.571.62.41 1.063.97 1.356 
1.648.07.105.023.164-.117.2m3.868 
6.461c-1.064-.024-2.034-.328-2.852-1.029a3.665 3.665 0 
01-1.262-2.255c-.21-1.32.152-2.489.947-3.529.853-1.122 1.881-1.706 3.272-1.95 
1.192-.21 2.314-.095 3.33.595.923.63 1.496 1.484 1.648 2.605.198 1.578-.257 
2.863-1.344 3.962-.771.783-1.718 1.273-2.805 
1.495-.315.06-.63.07-.934.106zm2.78-4.72c-.011-.153-.011-.27-.034-.387-.21-1.157-1.274-1.81-2.384-1.554-1.087.245-1.788.935-2.045
 2.033-.21.912.234 1.835 1.075 2.21.643.28 1.285.244 1.905-.07.923-.48 
1.425-1.228 1.484-2.233z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/go-light.svg 
new/goreleaser-2.8.1/www/docs/static/go-light.svg
--- old/goreleaser-2.8.0/www/docs/static/go-light.svg   1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/go-light.svg   2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Go</title><path fill="#000000" 
d="M1.811 10.231c-.047 
0-.058-.023-.035-.059l.246-.315c.023-.035.081-.058.128-.058h4.172c.046 0 
.058.035.035.07l-.199.303c-.023.036-.082.07-.117.07zM.047 11.306c-.047 
0-.059-.023-.035-.058l.245-.316c.023-.035.082-.058.129-.058h5.328c.047 0 
.07.035.058.07l-.093.28c-.012.047-.058.07-.105.07zm2.828 1.075c-.047 
0-.059-.035-.035-.07l.163-.292c.023-.035.07-.07.117-.07h2.337c.047 0 
.07.035.07.082l-.023.28c0 
.047-.047.082-.082.082zm12.129-2.36c-.736.187-1.239.327-1.963.514-.176.046-.187.058-.34-.117-.174-.199-.303-.327-.548-.444-.737-.362-1.45-.257-2.115.175-.795.514-1.204
 1.274-1.192 2.22.011.935.654 1.706 1.577 1.835.795.105 1.46-.175 
1.987-.77.105-.13.198-.27.315-.434H10.47c-.245 
0-.304-.152-.222-.35.152-.362.432-.97.596-1.274a.315.315 0 
01.292-.187h4.253c-.023.316-.023.631-.07.947a4.983 4.983 0 01-.958 2.29c-.841 
1.11-1.94 1.8-3.33 1.986-1.145.152-2.209-.07-3.143-.77-.865-.655-1.
 356-1.52-1.484-2.595-.152-1.274.222-2.419.993-3.424.83-1.086 1.928-1.776 
3.272-2.02 1.098-.2 2.15-.07 3.096.571.62.41 1.063.97 1.356 
1.648.07.105.023.164-.117.2m3.868 
6.461c-1.064-.024-2.034-.328-2.852-1.029a3.665 3.665 0 
01-1.262-2.255c-.21-1.32.152-2.489.947-3.529.853-1.122 1.881-1.706 3.272-1.95 
1.192-.21 2.314-.095 3.33.595.923.63 1.496 1.484 1.648 2.605.198 1.578-.257 
2.863-1.344 3.962-.771.783-1.718 1.273-2.805 
1.495-.315.06-.63.07-.934.106zm2.78-4.72c-.011-.153-.011-.27-.034-.387-.21-1.157-1.274-1.81-2.384-1.554-1.087.245-1.788.935-2.045
 2.033-.21.912.234 1.835 1.075 2.21.643.28 1.285.244 1.905-.07.923-.48 
1.425-1.228 1.484-2.233z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/latest 
new/goreleaser-2.8.1/www/docs/static/latest
--- old/goreleaser-2.8.0/www/docs/static/latest 2025-03-13 13:06:32.000000000 
+0100
+++ new/goreleaser-2.8.1/www/docs/static/latest 2025-03-17 10:03:50.000000000 
+0100
@@ -1 +1 @@
-v2.8.0
+v2.8.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/latest-pro 
new/goreleaser-2.8.1/www/docs/static/latest-pro
--- old/goreleaser-2.8.0/www/docs/static/latest-pro     2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/latest-pro     2025-03-17 
10:03:50.000000000 +0100
@@ -1 +1 @@
-v2.8.0
+v2.8.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/releases-pro.json 
new/goreleaser-2.8.1/www/docs/static/releases-pro.json
--- old/goreleaser-2.8.0/www/docs/static/releases-pro.json      2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/releases-pro.json      2025-03-17 
10:03:50.000000000 +0100
@@ -1,5 +1,8 @@
 [
   {
+    "tag_name": "v2.8.1"
+  },
+  {
     "tag_name": "v2.8.0"
   },
   {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/releases.json 
new/goreleaser-2.8.1/www/docs/static/releases.json
--- old/goreleaser-2.8.0/www/docs/static/releases.json  2025-03-13 
13:06:32.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/releases.json  2025-03-17 
10:03:50.000000000 +0100
@@ -1,5 +1,8 @@
 [
   {
+    "tag_name": "v2.8.1"
+  },
+  {
     "tag_name": "v2.8.0"
   },
   {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/rust-dark.svg 
new/goreleaser-2.8.1/www/docs/static/rust-dark.svg
--- old/goreleaser-2.8.0/www/docs/static/rust-dark.svg  1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/rust-dark.svg  2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Rust</title><path fill="#FFFFFF" 
d="M23.8346 11.7033l-1.0073-.6236a13.7268 13.7268 0 
00-.0283-.2936l.8656-.8069a.3483.3483 0 00-.1154-.578l-1.1066-.414a8.4958 
8.4958 0 00-.087-.2856l.6904-.9587a.3462.3462 0 
00-.2257-.5446l-1.1663-.1894a9.3574 9.3574 0 
00-.1407-.2622l.49-1.0761a.3437.3437 0 00-.0274-.3361.3486.3486 0 
00-.3006-.154l-1.1845.0416a6.7444 6.7444 0 
00-.1873-.2268l.2723-1.153a.3472.3472 0 00-.417-.4172l-1.1532.2724a14.0183 
14.0183 0 00-.2278-.1873l.0415-1.1845a.3442.3442 0 
00-.49-.328l-1.076.491c-.0872-.0476-.1742-.0952-.2623-.1407l-.1903-1.1673A.3483.3483
 0 0016.256.955l-.9597.6905a8.4867 8.4867 0 
00-.2855-.086l-.414-1.1066a.3483.3483 0 00-.5781-.1154l-.8069.8666a9.2936 
9.2936 0 00-.2936-.0284L12.2946.1683a.3462.3462 0 00-.5892 0l-.6236 
1.0073a13.7383 13.7383 0 00-.2936.0284L9.9803.3374a.3462.3462 0 
00-.578.1154l-.4141 
1.1065c-.0962.0274-.1903.0567-.2855.086L7.744.955a.3483.3483 0 00-.5447.2258L7
 .009 2.348a9.3574 9.3574 0 00-.2622.1407l-1.0762-.491a.3462.3462 0 
00-.49.328l.0416 1.1845a7.9826 7.9826 0 00-.2278.1873L3.8413 3.425a.3472.3472 0 
00-.4171.4171l.2713 
1.1531c-.0628.075-.1255.1509-.1863.2268l-1.1845-.0415a.3462.3462 0 
00-.328.49l.491 1.0761a9.167 9.167 0 00-.1407.2622l-1.1662.1894a.3483.3483 0 
00-.2258.5446l.6904.9587a13.303 13.303 0 00-.087.2855l-1.1065.414a.3483.3483 0 
00-.1155.5781l.8656.807a9.2936 9.2936 0 00-.0283.2935l-1.0073.6236a.3442.3442 0 
000 .5892l1.0073.6236c.008.0982.0182.1964.0283.2936l-.8656.8079a.3462.3462 0 
00.1155.578l1.1065.4141c.0273.0962.0567.1914.087.2855l-.6904.9587a.3452.3452 0 
00.2268.5447l1.1662.1893c.0456.088.0922.1751.1408.2622l-.491 1.0762a.3462.3462 
0 00.328.49l1.1834-.0415c.0618.0769.1235.1528.1873.2277l-.2713 
1.1541a.3462.3462 0 
00.4171.4161l1.153-.2713c.075.0638.151.1255.2279.1863l-.0415 1.1845a.3442.3442 
0 00.49.327l1.0761-.49c.087.0486.1741.0951.2622.1407l.1903 1.1662a.3483.3483 0 
00.5447.2268l.9587-.6904a9.299 9.299 0 00.2855.087l
 .414 1.1066a.3452.3452 0 
00.5781.1154l.8079-.8656c.0972.0111.1954.0203.2936.0294l.6236 1.0073a.3472.3472 
0 00.5892 
0l.6236-1.0073c.0982-.0091.1964-.0183.2936-.0294l.8069.8656a.3483.3483 0 
00.578-.1154l.4141-1.1066a8.4626 8.4626 0 00.2855-.087l.9587.6904a.3452.3452 0 
00.5447-.2268l.1903-1.1662c.088-.0456.1751-.0931.2622-.1407l1.0762.49a.3472.3472
 0 00.49-.327l-.0415-1.1845a6.7267 6.7267 0 
00.2267-.1863l1.1531.2713a.3472.3472 0 
00.4171-.416l-.2713-1.1542c.0628-.0749.1255-.1508.1863-.2278l1.1845.0415a.3442.3442
 0 
00.328-.49l-.49-1.076c.0475-.0872.0951-.1742.1407-.2623l1.1662-.1893a.3483.3483 
0 00.2258-.5447l-.6904-.9587.087-.2855 1.1066-.414a.3462.3462 0 
00.1154-.5781l-.8656-.8079c.0101-.0972.0202-.1954.0283-.2936l1.0073-.6236a.3442.3442
 0 000-.5892zm-6.7413 8.3551a.7138.7138 0 01.2986-1.396.714.714 0 11-.2997 
1.396zm-.3422-2.3142a.649.649 0 00-.7715.5l-.3573 
1.6685c-1.1035.501-2.3285.7795-3.6193.7795a8.7368 8.7368 0 
01-3.6951-.814l-.3574-1.6684a.648.648 0 00-.7714-.499l-1.473.3158a8.7
 216 8.7216 0 01-.7613-.898h7.1676c.081 0 
.1356-.0141.1356-.088v-2.536c0-.074-.0536-.0881-.1356-.0881h-2.0966v-1.6077h2.2677c.2065
 0 1.1065.0587 1.394 1.2088.0901.3533.2875 1.5044.4232 1.8729.1346.413.6833 
1.2381 1.2685 1.2381h3.5716a.7492.7492 0 00.1296-.0131 8.7874 8.7874 0 
01-.8119.9526zM6.8369 20.024a.714.714 0 11-.2997-1.396.714.714 0 01.2997 
1.396zM4.1177 8.9972a.7137.7137 0 11-1.304.5791.7137.7137 0 
011.304-.579zm-.8352 1.9813l1.5347-.6824a.65.65 0 
00.33-.8585l-.3158-.7147h1.2432v5.6025H3.5669a8.7753 8.7753 0 
01-.2834-3.348zm6.7343-.5437V8.7836h2.9601c.153 0 1.0792.1772 1.0792.8697 0 
.575-.7107.7815-1.2948.7815zm10.7574 1.4862c0 
.2187-.008.4363-.0243.651h-.9c-.09 0-.1265.0586-.1265.1477v.413c0 .973-.5487 
1.1846-1.0296 
1.2382-.4576.0517-.9648-.1913-1.0275-.4717-.2704-1.5186-.7198-1.8436-1.4305-2.4034.8817-.5599
 1.799-1.386 1.799-2.4915 
0-1.1936-.819-1.9458-1.3769-2.3153-.7825-.5163-1.6491-.6195-1.883-.6195H5.4682a8.7651
 8.7651 0 014.907-2.7699l1.0974 1.151a.648.648 0 00.9182.02
 13l1.227-1.1743a8.7753 8.7753 0 016.0044 4.2762l-.8403 1.8982a.652.652 0 
00.33.8585l1.6178.7188c.0283.2875.0425.577.0425.8717zm-9.3006-9.5993a.7128.7128 
0 11.984 1.0316.7137.7137 0 01-.984-1.0316zm8.3389 6.71a.7107.7107 0 
01.9395-.3625.7137.7137 0 11-.9405.3635z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/rust-light.svg 
new/goreleaser-2.8.1/www/docs/static/rust-light.svg
--- old/goreleaser-2.8.0/www/docs/static/rust-light.svg 1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/rust-light.svg 2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Rust</title><path fill="#000000" 
d="M23.8346 11.7033l-1.0073-.6236a13.7268 13.7268 0 
00-.0283-.2936l.8656-.8069a.3483.3483 0 00-.1154-.578l-1.1066-.414a8.4958 
8.4958 0 00-.087-.2856l.6904-.9587a.3462.3462 0 
00-.2257-.5446l-1.1663-.1894a9.3574 9.3574 0 
00-.1407-.2622l.49-1.0761a.3437.3437 0 00-.0274-.3361.3486.3486 0 
00-.3006-.154l-1.1845.0416a6.7444 6.7444 0 
00-.1873-.2268l.2723-1.153a.3472.3472 0 00-.417-.4172l-1.1532.2724a14.0183 
14.0183 0 00-.2278-.1873l.0415-1.1845a.3442.3442 0 
00-.49-.328l-1.076.491c-.0872-.0476-.1742-.0952-.2623-.1407l-.1903-1.1673A.3483.3483
 0 0016.256.955l-.9597.6905a8.4867 8.4867 0 
00-.2855-.086l-.414-1.1066a.3483.3483 0 00-.5781-.1154l-.8069.8666a9.2936 
9.2936 0 00-.2936-.0284L12.2946.1683a.3462.3462 0 00-.5892 0l-.6236 
1.0073a13.7383 13.7383 0 00-.2936.0284L9.9803.3374a.3462.3462 0 
00-.578.1154l-.4141 
1.1065c-.0962.0274-.1903.0567-.2855.086L7.744.955a.3483.3483 0 00-.5447.2258L7
 .009 2.348a9.3574 9.3574 0 00-.2622.1407l-1.0762-.491a.3462.3462 0 
00-.49.328l.0416 1.1845a7.9826 7.9826 0 00-.2278.1873L3.8413 3.425a.3472.3472 0 
00-.4171.4171l.2713 
1.1531c-.0628.075-.1255.1509-.1863.2268l-1.1845-.0415a.3462.3462 0 
00-.328.49l.491 1.0761a9.167 9.167 0 00-.1407.2622l-1.1662.1894a.3483.3483 0 
00-.2258.5446l.6904.9587a13.303 13.303 0 00-.087.2855l-1.1065.414a.3483.3483 0 
00-.1155.5781l.8656.807a9.2936 9.2936 0 00-.0283.2935l-1.0073.6236a.3442.3442 0 
000 .5892l1.0073.6236c.008.0982.0182.1964.0283.2936l-.8656.8079a.3462.3462 0 
00.1155.578l1.1065.4141c.0273.0962.0567.1914.087.2855l-.6904.9587a.3452.3452 0 
00.2268.5447l1.1662.1893c.0456.088.0922.1751.1408.2622l-.491 1.0762a.3462.3462 
0 00.328.49l1.1834-.0415c.0618.0769.1235.1528.1873.2277l-.2713 
1.1541a.3462.3462 0 
00.4171.4161l1.153-.2713c.075.0638.151.1255.2279.1863l-.0415 1.1845a.3442.3442 
0 00.49.327l1.0761-.49c.087.0486.1741.0951.2622.1407l.1903 1.1662a.3483.3483 0 
00.5447.2268l.9587-.6904a9.299 9.299 0 00.2855.087l
 .414 1.1066a.3452.3452 0 
00.5781.1154l.8079-.8656c.0972.0111.1954.0203.2936.0294l.6236 1.0073a.3472.3472 
0 00.5892 
0l.6236-1.0073c.0982-.0091.1964-.0183.2936-.0294l.8069.8656a.3483.3483 0 
00.578-.1154l.4141-1.1066a8.4626 8.4626 0 00.2855-.087l.9587.6904a.3452.3452 0 
00.5447-.2268l.1903-1.1662c.088-.0456.1751-.0931.2622-.1407l1.0762.49a.3472.3472
 0 00.49-.327l-.0415-1.1845a6.7267 6.7267 0 
00.2267-.1863l1.1531.2713a.3472.3472 0 
00.4171-.416l-.2713-1.1542c.0628-.0749.1255-.1508.1863-.2278l1.1845.0415a.3442.3442
 0 
00.328-.49l-.49-1.076c.0475-.0872.0951-.1742.1407-.2623l1.1662-.1893a.3483.3483 
0 00.2258-.5447l-.6904-.9587.087-.2855 1.1066-.414a.3462.3462 0 
00.1154-.5781l-.8656-.8079c.0101-.0972.0202-.1954.0283-.2936l1.0073-.6236a.3442.3442
 0 000-.5892zm-6.7413 8.3551a.7138.7138 0 01.2986-1.396.714.714 0 11-.2997 
1.396zm-.3422-2.3142a.649.649 0 00-.7715.5l-.3573 
1.6685c-1.1035.501-2.3285.7795-3.6193.7795a8.7368 8.7368 0 
01-3.6951-.814l-.3574-1.6684a.648.648 0 00-.7714-.499l-1.473.3158a8.7
 216 8.7216 0 01-.7613-.898h7.1676c.081 0 
.1356-.0141.1356-.088v-2.536c0-.074-.0536-.0881-.1356-.0881h-2.0966v-1.6077h2.2677c.2065
 0 1.1065.0587 1.394 1.2088.0901.3533.2875 1.5044.4232 1.8729.1346.413.6833 
1.2381 1.2685 1.2381h3.5716a.7492.7492 0 00.1296-.0131 8.7874 8.7874 0 
01-.8119.9526zM6.8369 20.024a.714.714 0 11-.2997-1.396.714.714 0 01.2997 
1.396zM4.1177 8.9972a.7137.7137 0 11-1.304.5791.7137.7137 0 
011.304-.579zm-.8352 1.9813l1.5347-.6824a.65.65 0 
00.33-.8585l-.3158-.7147h1.2432v5.6025H3.5669a8.7753 8.7753 0 
01-.2834-3.348zm6.7343-.5437V8.7836h2.9601c.153 0 1.0792.1772 1.0792.8697 0 
.575-.7107.7815-1.2948.7815zm10.7574 1.4862c0 
.2187-.008.4363-.0243.651h-.9c-.09 0-.1265.0586-.1265.1477v.413c0 .973-.5487 
1.1846-1.0296 
1.2382-.4576.0517-.9648-.1913-1.0275-.4717-.2704-1.5186-.7198-1.8436-1.4305-2.4034.8817-.5599
 1.799-1.386 1.799-2.4915 
0-1.1936-.819-1.9458-1.3769-2.3153-.7825-.5163-1.6491-.6195-1.883-.6195H5.4682a8.7651
 8.7651 0 014.907-2.7699l1.0974 1.151a.648.648 0 00.9182.02
 13l1.227-1.1743a8.7753 8.7753 0 016.0044 4.2762l-.8403 1.8982a.652.652 0 
00.33.8585l1.6178.7188c.0283.2875.0425.577.0425.8717zm-9.3006-9.5993a.7128.7128 
0 11.984 1.0316.7137.7137 0 01-.984-1.0316zm8.3389 6.71a.7107.7107 0 
01.9395-.3625.7137.7137 0 11-.9405.3635z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/zig-dark.svg 
new/goreleaser-2.8.1/www/docs/static/zig-dark.svg
--- old/goreleaser-2.8.0/www/docs/static/zig-dark.svg   1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/zig-dark.svg   2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Zig</title><path fill="#FFFFFF" 
d="m23.53 1.02-7.686 3.45h-7.06l-2.98 3.452h7.173L.47 
22.98l7.681-3.607h7.065v-.002l2.978-3.45-7.148-.001 12.482-14.9zM0 
4.47v14.901h1.883l2.98-3.45H3.451v-8h.942l2.824-3.45H0zm22.117 0-2.98 
3.608h1.412v7.844h-.942l-2.98 3.45H24V4.47h-1.883z"/></svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goreleaser-2.8.0/www/docs/static/zig-light.svg 
new/goreleaser-2.8.1/www/docs/static/zig-light.svg
--- old/goreleaser-2.8.0/www/docs/static/zig-light.svg  1970-01-01 
01:00:00.000000000 +0100
+++ new/goreleaser-2.8.1/www/docs/static/zig-light.svg  2025-03-17 
10:03:50.000000000 +0100
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";><title>Zig</title><path fill="#000000" 
d="m23.53 1.02-7.686 3.45h-7.06l-2.98 3.452h7.173L.47 
22.98l7.681-3.607h7.065v-.002l2.978-3.45-7.148-.001 12.482-14.9zM0 
4.47v14.901h1.883l2.98-3.45H3.451v-8h.942l2.824-3.45H0zm22.117 0-2.98 
3.608h1.412v7.844h-.942l-2.98 3.45H24V4.47h-1.883z"/></svg>

++++++ goreleaser.obsinfo ++++++
--- /var/tmp/diff_new_pack.S7McdT/_old  2025-03-27 22:34:25.985900694 +0100
+++ /var/tmp/diff_new_pack.S7McdT/_new  2025-03-27 22:34:25.989900859 +0100
@@ -1,5 +1,5 @@
 name: goreleaser
-version: 2.8.0
-mtime: 1741867592
-commit: 0ec35e8290937efe2b07f5da38d61e0e8eb685fd
+version: 2.8.1
+mtime: 1742202230
+commit: d8e315ed854fa1c31519b97a5993022adb492d8c
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/goreleaser/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.goreleaser.new.2696/vendor.tar.gz differ: char 5, 
line 1

Reply via email to