From 64dad451a89c9ee85bacbabfbff9b288852640f7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 10 Apr 2025 18:58:48 +0100 Subject: [PATCH 1/3] chore: publish 1.8.0+1.27.4 release --- compose.git-pull.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.git-pull.yml b/compose.git-pull.yml index fbd5452..0ccb100 100644 --- a/compose.git-pull.yml +++ b/compose.git-pull.yml @@ -3,7 +3,7 @@ services: git: environment: - GIT_REPO_URL - image: alpine/git:v2.45.2 + image: alpine/git:v2.47.2 entrypoint: /docker-entrypoint.sh volumes: - content:/git diff --git a/compose.yml b/compose.yml index f1bf9e3..f86f791 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.27.2 + image: nginx:1.27.4 networks: - proxy deploy: @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.7.1+1.27.2" + - "coop-cloud.${STACK_NAME}.version=1.8.0+1.27.4" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: From 642ba666e603686bc326c72989c7fee539ffa4ac Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 10 Apr 2025 19:06:52 +0100 Subject: [PATCH 2/3] chore: publish 1.8.1+1.27.4 release --- abra.sh | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index 50df95c..3ad0c18 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export NGINX_DEFAULT_CONF_VERSION=v5 +export NGINX_DEFAULT_CONF_VERSION=v6 export ENTRYPOINT_CONF_VERSION=v3 diff --git a/compose.yml b/compose.yml index f86f791..eda4e29 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.8.0+1.27.4" + - "coop-cloud.${STACK_NAME}.version=1.8.1+1.27.4" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: From 0638fd60cebc8c5609616dc15f885c50811ace6f Mon Sep 17 00:00:00 2001 From: trav Date: Wed, 30 Apr 2025 13:36:49 -0400 Subject: [PATCH 3/3] chore: publish 1.9.0+1.28.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index eda4e29..651fbd3 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.27.4 + image: nginx:1.28.0 networks: - proxy deploy: @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.8.1+1.27.4" + - "coop-cloud.${STACK_NAME}.version=1.9.0+1.28.0" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: