From 3d9edd6fb87aeb11a2a67145cb5c63d9a69513b0 Mon Sep 17 00:00:00 2001 From: krakenhavoc Date: Tue, 14 Jul 2026 03:12:59 +0000 Subject: [PATCH] docs: weekly documentation audit 2026-07-14 Supersedes #20. No new PRs merged since the 2026-06-30 audit; the CHANGELOG [Unreleased] section is still empty despite the Docker registry migration (PR #14) and GHA version bumps (PR #13) having shipped. Carries forward the same fix. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f808b29..227bd67 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 +- Container images migrated from `docker.io/krakenkey/cli` to `ghcr.io/krakenkey/cli`; manifest format changed to `docker_v2`. Update any `docker pull` commands or image references accordingly. (PR #14) +- CI: `docker/setup-qemu-action` v3 → v4, `docker/setup-buildx-action` v3 → v4, `docker/login-action` v3 → v4, `goreleaser/goreleaser-action` v6 → v7. (PR #13) + --- ## [v0.2.0] — 2026-05-14