diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e91687..280644d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ## [Unreleased] -## [1.1.0] - 2026-08-09 +## [1.0.1] - 2026-08-09 A documentation and packaging release: no change to the mail path, the database, or the on-disk layout. Upgrading is a tag bump. diff --git a/README.md b/README.md index de23fda..6b987df 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.1.0 + ghcr.io/mixeme/selfpost:1.0.1 ``` **Get the setup URL** (pick one): diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index d4dd7b6..6f803df 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -22,7 +22,7 @@ services: selfpost: - image: ghcr.io/mixeme/selfpost:1.1.0 + image: ghcr.io/mixeme/selfpost:1.0.1 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 55a1c26..aca1af5 100644 --- a/docs/development.md +++ b/docs/development.md @@ -132,7 +132,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.1.0 +make build VERSION=1.0.1 ``` Or directly: diff --git a/docs/guide.md b/docs/guide.md index 7e06326..81770e3 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -375,7 +375,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.1.0`. Intermediate +deliberately never `:latest`. The current pin is `1.0.1`. 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