From c3e7baba4f0207f98c6d6d21c4408d140be618cd Mon Sep 17 00:00:00 2001 From: Luke Wilkinson <95864695+krakenhavoc@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:18:10 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20weekly=20audit=20=E2=80=94=20CHANGELOG?= =?UTF-8?q?=20Unreleased=20with=20dockers=5Fv2=20and=20GHA=20bump=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f808b29..3bd4d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Notable changes to the KrakenKey CLI. Format follows [Keep a Changelog](https:// ## [Unreleased] +### Build and Release + +- Docker images migrated from legacy `dockers` + `docker_manifests` to `dockers_v2` (PR #14). Images are now published as a single OCI image index serving both `linux/amd64` and `linux/arm64` natively. Tags: `v..`, `v.`, `v`, `latest`. Old per-architecture image tags are no longer published. +- 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). No user-facing behavior change. + +> Next functional release: `v0.3.0`. + --- ## [v0.2.0] — 2026-05-14