docs: weekly audit — CHANGELOG note for goreleaser dockers_v2 unified multi-arch images#15
Closed
krakenhavoc wants to merge 1 commit into
Closed
docs: weekly audit — CHANGELOG note for goreleaser dockers_v2 unified multi-arch images#15krakenhavoc wants to merge 1 commit into
krakenhavoc wants to merge 1 commit into
Conversation
Contributor
Author
|
Closing: superseded by #18 (latest weekly audit) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Documentation Audit — 2026-05-26
Documentation gaps found in PRs merged 2026-05-19 to 2026-05-26
PR #14 —
chore: rework goreleaser for dockers_v2(merged 2026-05-19)The goreleaser configuration migrated from the legacy
dockers+docker_manifestsapproach to the newerdockers_v2format. The Docker image tagging strategy changed:amd64andarm64images published individuallyghcr.io/krakenkey/cli:<arch>-<version>+ separate manifestsv<version>,<major>.<minor>,<major>,latestdockers_v2This is a user-visible change for anyone pulling Docker images by tag. Added to
CHANGELOG.mdunder[Unreleased].PR #13 —
chore: bump gha versions(merged 2026-05-19)GitHub Actions bumped:
docker/setup-qemu-actionv3→v4,docker/setup-buildx-actionv3→v4,docker/login-actionv3→v4,goreleaser/goreleaser-actionv6→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
docker pull ghcr.io/krakenkey/cli:latestresolves both amd64 and arm64 variants via the image index<major>.<minor>and<major>floating tags update correctly on release