From c5bb97fa6b1641962a84c4ceedf59255dcc7a5f6 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Tue, 9 Jun 2026 12:48:18 -0400 Subject: [PATCH] chore: bump recipe version to 3.1.0+2024.06.52 Corrective semver bump. 3.0.1+2024.06.52 was published reusing the 3.0.1 recipe semver from the previous release (3.0.1+2024.06.37); per the recipe semver convention the recipe version must bump when the image version changes. Minor bump (no breaking changes / no required operator action). --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 0b82246..88fe475 100644 --- a/compose.yml +++ b/compose.yml @@ -96,7 +96,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - - "coop-cloud.${STACK_NAME}.version=3.0.1+2024.06.52" + - "coop-cloud.${STACK_NAME}.version=3.1.0+2024.06.52" db: image: redis:8.0.6-alpine