From 77f4a7350b53b396efdfdcf569465f8b9cd38b7a Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 10 Aug 2026 16:38:18 -0400 Subject: [PATCH] chore: publish 1.1.0+2026.7.1 release --- compose.yml | 2 +- release/{next => 1.1.0+2026.7.1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename release/{next => 1.1.0+2026.7.1} (100%) diff --git a/compose.yml b/compose.yml index 71a22c0..55a277c 100644 --- a/compose.yml +++ b/compose.yml @@ -54,7 +54,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=1.0.0+3.5.3" + - "coop-cloud.${STACK_NAME}.version=1.1.0+2026.7.1" healthcheck: test: "curl -fsS http://localhost/srv/status || exit 1" interval: 30s diff --git a/release/next b/release/1.1.0+2026.7.1 similarity index 100% rename from release/next rename to release/1.1.0+2026.7.1