From 9420e30d6fb2feae0fb17a96df63bffb6c500904 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Wed, 12 Aug 2026 00:34:09 +0300 Subject: [PATCH] release: 1.2.2 Close CHANGELOG [Unreleased] as 1.2.2; bump the compose pin and image references. Co-Authored-By: Claude Sonnet 4.6 Co-authored-by: Cursor --- CHANGELOG.md | 6 ++++++ README.md | 2 +- deploy/docker-compose.yml | 2 +- docs/development.md | 2 +- docs/guide.md | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f600b2..46caae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ## [Unreleased] +## [1.2.2] - 2026-08-12 + +Status page layout after 1.2.1: paired cards in a wide column, denser machine +and check copy, and a user-form checkbox fix. Upgrading is a tag bump; no +migration. + ### Changed - panel: **Status** is wide again so paired cards fill the column. Layout: diff --git a/README.md b/README.md index dd3703a..72b4066 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ docker run --rm -d --name selfpost-try \ -e SELFPOST_HOSTNAME=mail.local.test \ -e PANEL_COOKIE_SECURE=false \ -v selfpost-try-data:/data \ - ghcr.io/mixeme/selfpost:1.2.1 + ghcr.io/mixeme/selfpost:1.2.2 ``` **Get the setup URL** (pick one): diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 3e469cb..2826e96 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -22,7 +22,7 @@ services: selfpost: - image: ghcr.io/mixeme/selfpost:1.2.1 + image: ghcr.io/mixeme/selfpost:1.2.2 restart: unless-stopped environment: SELFPOST_HOSTNAME: "${SELFPOST_HOSTNAME:?set the mail/panel hostname, e.g. mail.example.com}" diff --git a/docs/development.md b/docs/development.md index 768be6d..0bfb555 100644 --- a/docs/development.md +++ b/docs/development.md @@ -141,7 +141,7 @@ Requires Go 1.26+ and `CGO_ENABLED=0`. ```sh make build # bin/panel, bin/selfpost-backup (VERSION=dev by default) -make build VERSION=1.2.1 +make build VERSION=1.2.2 ``` Or directly: diff --git a/docs/guide.md b/docs/guide.md index d7ac31b..0b76805 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -381,7 +381,7 @@ but it can look like an open port in external scans. ## Fixed image tag `deploy/docker-compose.yml` pins an explicit version (`ghcr.io/mixeme/selfpost:X.Y.Z`), -deliberately never `:latest`. The current pin is `1.2.1`. Intermediate +deliberately never `:latest`. The current pin is `1.2.2`. Intermediate CHANGELOG sections (`0.2.0`…`0.6.0`) record development cuts from before that image was published. Pinning matters because of the backup version check above: the panel binary's embedded version and the image tag that produced it are the