Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Notable changes to the KrakenKey CLI. Format follows [Keep a Changelog](https://

## [Unreleased]

### Changed
- **Docker registry migration** (PR #14): container images now published to `ghcr.io/krakenkey/cli` (was `docker.io`). Manifest format changed to `docker_v2` (single OCI image index serving both amd64 and arm64); separate per-architecture tags no longer published. Pull with `docker pull ghcr.io/krakenkey/cli:latest`.
- **GHA version bumps** (PR #13): `docker/setup-qemu-action` v3→v4, `docker/setup-buildx-action` v3→v4, `docker/login-action` v3→v4, `goreleaser/goreleaser-action` v6→v7.

> Next release: **v0.3.0** — the registry URL change is user-visible for anyone pulling images by the old `docker.io` path.

---

## [v0.2.0] — 2026-05-14
Expand Down