From f060dfc942c3abdc0184c2f18cf7b5fd01f61160 Mon Sep 17 00:00:00 2001 From: Luke Wilkinson <95864695+krakenhavoc@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:12:17 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20weekly=20audit=20=E2=80=94=20CHANGELOG?= =?UTF-8?q?=20[Unreleased]:=20docker=20registry=20migration,=20GHA=20bumps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f808b29..63c8106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ Notable changes to the KrakenKey CLI. Format follows [Keep a Changelog](https:// ## [Unreleased] +### Changed +- Docker images migrated to GitHub Container Registry (`ghcr.io/krakenkey/cli`). The `docker.io/krakenkey/cli` image is no longer updated. Pull with `docker pull ghcr.io/krakenkey/cli:latest`. (PR #14) +- Multi-platform images now use the GoReleaser `dockers_v2` format — a single OCI image index serves both `amd64` and `arm64` architectures. Per-architecture tags (e.g., `v0.2.0-amd64`) are no longer published. +- Version tags published on each release: `vMAJOR.MINOR.PATCH`, `vMAJOR.MINOR`, `vMAJOR`, and `latest`. + +### Build +- 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. (PR #13) + +### Suggested next release + +**v0.3.0** — minor: Docker registry migration is a user-visible change (pull URL changes from `docker.io` to `ghcr.io`). + --- ## [v0.2.0] — 2026-05-14