From b06bfad9ff51d8245f9caa42e08b7941f716e4fc Mon Sep 17 00:00:00 2001 From: Luke Wilkinson <95864695+krakenhavoc@users.noreply.github.com> Date: Mon, 25 May 2026 23:14:57 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20weekly=20audit=20=E2=80=94=20CHANGELOG?= =?UTF-8?q?=20note=20for=20goreleaser=20dockers=5Fv2=20unified=20multi-arc?= =?UTF-8?q?h=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f808b29..9fd69b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Notable changes to the KrakenKey CLI. Format follows [Keep a Changelog](https:// ## [Unreleased] +### Changed +- Docker images are now published as unified multi-arch images via goreleaser `dockers_v2`. The image `ghcr.io/krakenkey/cli` is available with tags `v`, `.`, ``, and `latest` — all supporting both `linux/amd64` and `linux/arm64` via an OCI image index. Previously, separate per-architecture images were published with a separate manifest-merge step. +- GitHub Actions updated: `docker/setup-qemu-action` v3→v4, `docker/setup-buildx-action` v3→v4, `docker/login-action` v3→v4, `goreleaser/goreleaser-action` v6→v7. + --- ## [v0.2.0] — 2026-05-14