Skip to content

docs: weekly audit — CHANGELOG note for goreleaser dockers_v2 unified multi-arch images#15

Closed
krakenhavoc wants to merge 1 commit into
mainfrom
claude/friendly-meitner-LwJoh
Closed

docs: weekly audit — CHANGELOG note for goreleaser dockers_v2 unified multi-arch images#15
krakenhavoc wants to merge 1 commit into
mainfrom
claude/friendly-meitner-LwJoh

Conversation

@krakenhavoc

@krakenhavoc krakenhavoc commented May 26, 2026

Copy link
Copy Markdown
Contributor

Weekly Documentation Audit — 2026-05-26

Documentation gaps found in PRs merged 2026-05-19 to 2026-05-26

PR #14chore: rework goreleaser for dockers_v2 (merged 2026-05-19)

The goreleaser configuration migrated from the legacy dockers + docker_manifests approach to the newer dockers_v2 format. The Docker image tagging strategy changed:

Before After
Separate amd64 and arm64 images published individually Single OCI image index serving both architectures
Tags: ghcr.io/krakenkey/cli:<arch>-<version> + separate manifests Tags: v<version>, <major>.<minor>, <major>, latest
Multi-arch via separate manifest-merge step Multi-arch natively via dockers_v2

This is a user-visible change for anyone pulling Docker images by tag. Added to CHANGELOG.md under [Unreleased].

PR #13chore: bump gha versions (merged 2026-05-19)

GitHub Actions bumped: docker/setup-qemu-action v3→v4, docker/setup-buildx-action v3→v4, docker/login-action v3→v4, goreleaser/goreleaser-action v6→v7. No user-facing impact; noted in CHANGELOG for completeness.

Version bump

No version bump. Both PRs are infrastructure changes with no CLI behavior change. The next functional release will be v0.3.0.

Test plan

  • Confirm docker pull ghcr.io/krakenkey/cli:latest resolves both amd64 and arm64 variants via the image index
  • Verify old per-architecture tags are no longer published (or are still available for backward compatibility)
  • Confirm <major>.<minor> and <major> floating tags update correctly on release

… multi-arch tags

PRs #13 (GHA bump) and #14 (goreleaser dockers_v2 migration) merged
2026-05-19. Docker images now published as unified multi-arch OCI image
index under ghcr.io/krakenkey/cli with version, major.minor, major,
and latest tags. No CLI behavior change; no version bump.
@krakenhavoc

Copy link
Copy Markdown
Contributor Author

Closing: superseded by #18 (latest weekly audit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant