Compare commits

..

5 Commits

Author SHA1 Message Date
3e7ceaaf25 chore: publish 3.2.4+2023.6.1 release 2023-10-31 21:10:03 +01:00
a0ee0a357d bump some more versions after 566bff 2023-10-31 21:08:28 +01:00
1b74a88809 chore: publish 3.2.3+2023.6.1 release 2023-10-31 21:00:58 +01:00
905fbdb69a bump SYSTEM_TENANT_VERSION after 566bff 2023-10-31 21:00:06 +01:00
fcf76aeba0 add release note for 3.2.0+2023.6.1 2023-10-31 20:53:13 +01:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
export CUSTOM_CSS_VERSION=v2
export FLOW_AUTHENTICATION_VERSION=v2
export FLOW_AUTHENTICATION_VERSION=v3
export FLOW_INVITATION_VERSION=v1
export FLOW_INVALIDATION_VERSION=v1
export FLOW_INVALIDATION_VERSION=v2
export FLOW_RECOVERY_VERSION=v1
export FLOW_TRANSLATION_VERSION=v1
export SYSTEM_TENANT_VERSION=v1
export FLOW_TRANSLATION_VERSION=v2
export SYSTEM_TENANT_VERSION=v2
export NEXTCLOUD_CONFIG_VERSION=v1
export WORDPRESS_CONFIG_VERSION=v2
export MATRIX_CONFIG_VERSION=v1

View File

@ -73,7 +73,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=3.2.2+2023.6.1"
- "coop-cloud.${STACK_NAME}.version=3.2.4+2023.6.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker: