From 60a611d1fd61726f023f52e19daefe2e3324b985 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Tue, 9 Jun 2026 15:43:12 +0000 Subject: [PATCH] chore: bump recipe to 3.1.0+v2.0.0 (minor, no operator action required) The Postgres major-version upgrade and ClickHouse changes are now handled automatically (pgautoupgrade + resilient entrypoint), so this is a backward-compatible minor bump, not a major one. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 705ffab..bdb4c13 100644 --- a/compose.yml +++ b/compose.yml @@ -33,7 +33,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.version=4.0.0+v2.0.0 + - coop-cloud.${STACK_NAME}.version=3.1.0+v2.0.0 db: image: pgautoupgrade/pgautoupgrade:18-alpine volumes: