From 553b97ba21d292fbb71473fba252391a8b5747f8 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 18 Apr 2024 11:35:02 +0200 Subject: [PATCH] chore: publish 5.1.1+2024.2.3 release --- compose.yml | 2 +- release/5.1.0+2024.2.3 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 release/5.1.0+2024.2.3 diff --git a/compose.yml b/compose.yml index 9092949..fa3c533 100644 --- a/compose.yml +++ b/compose.yml @@ -76,7 +76,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN" - "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}" - - "coop-cloud.${STACK_NAME}.version=5.1.0+2024.2.3" + - "coop-cloud.${STACK_NAME}.version=5.1.1+2024.2.3" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: diff --git a/release/5.1.0+2024.2.3 b/release/5.1.0+2024.2.3 new file mode 100644 index 0000000..831a025 --- /dev/null +++ b/release/5.1.0+2024.2.3 @@ -0,0 +1 @@ +Due to blueprint changes, you need to run the following command after upgrading: abra app cmd -C worker apply_blueprints