From 3cb28ef578311f1f026ab148657adbd179baa1b8 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 29 Apr 2026 20:45:02 +0200 Subject: [PATCH] chore: bump nginx and cms to v0.1.1 (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - nginx `v0.1.0` → `v0.1.1`: bakes default white-label routing config, fixes `/admin` 404 - cms `v0.1.0` → `v0.1.1`: white-label email templates driven by `SHOP_*` env vars ## Smoke test (run on server after merge) ```sh docker compose pull nginx cms docker compose up -d curl -sS -o /dev/null -w "%{http_code}" http://localhost:8080/admin # expect 200 or 302 (not 404) ``` Reviewed-on: https://git.librete.ch/libreshop/demo/pulls/1 Co-authored-by: Michael Czechowski Co-committed-by: Michael Czechowski --- compose.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 3238374..5b67094 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,8 +11,9 @@ name: libreshop-demo # docker compose up -d # open http://localhost:8080 # -# Component versions are pinned to v0.1.0 so the demo is reproducible -# across hosts and survives rolling :main churn. +# Component versions are pinned to specific releases so the demo is +# reproducible across hosts and survives rolling :main churn. +# nginx: v0.1.1, cms: v0.1.1, pdf/mail/shop: v0.1.0 services: @@ -47,7 +48,7 @@ services: " cms: - image: git.librete.ch/libreshop/cms:${LIBRESHOP_CMS_TAG:-v0.1.0} + image: git.librete.ch/libreshop/cms:${LIBRESHOP_CMS_TAG:-v0.1.1} pull_policy: missing restart: unless-stopped environment: @@ -148,7 +149,7 @@ services: start_period: 30s nginx: - image: git.librete.ch/libreshop/nginx:${LIBRESHOP_NGINX_TAG:-v0.1.0} + image: git.librete.ch/libreshop/nginx:${LIBRESHOP_NGINX_TAG:-v0.1.1} pull_policy: missing restart: unless-stopped ports: