chore(todo): track dockers_v2 migration under distribution follow-ups

GoReleaser is phasing out the dockers + docker_manifests pair in
favour of dockers_v2, which collapses our four-block setup into
one. The migration also touches Dockerfile (per-platform binary
layout in the build context), so it's worth scheduling as its own
commit rather than a release-time rush.
This commit is contained in:
2026-05-22 13:06:24 +02:00
parent 3f74b6e362
commit 9ceddd39c1
+5 -1
View File
@@ -34,7 +34,11 @@ Active work, newest first.
`curl | sh` installer script, signed checksums (cosign/sigstore),
release note automation, Windows process-tree kill via
golang.org/x/sys/windows job objects (currently `os.Process.Kill`
only — see `internal/mcp/transport_windows.go`).
only — see `internal/mcp/transport_windows.go`), and migration
from `dockers` + `docker_manifests` to `dockers_v2` in
`.goreleaser.yml` (collapses ~45 lines into one block but
requires Dockerfile changes for the per-platform binary layout
— deferred to its own commit before v0.3.0).
## Stable backlog (not in active phases)