Compare commits

...

16 Commits

5 changed files with 7 additions and 5 deletions

View File

@ -45,7 +45,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -1,4 +1,4 @@
TYPE=mattermost
TYPE=mattermost-lts
# Domain of service
DOMAIN=mattermost.example.com

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:9.5.12
image: mattermost/mattermost-team-edition:10.5.8
environment:
- TZ
- MM_SQLSETTINGS_DRIVERNAME=postgres
@ -28,7 +28,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.4.0+9.5.12"
- "coop-cloud.${STACK_NAME}.version=2.0.2+10.5.8"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs:
@ -40,7 +40,7 @@ services:
entrypoint: /abra-mattermost-entrypoint.sh
postgres:
image: postgres:17-alpine
image: postgres:15-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
environment:

1
release/1.4.1+9.5.11 Normal file
View File

@ -0,0 +1 @@
hotfix: rollback to last functional version

1
release/2.0.2+10.5.8 Normal file
View File

@ -0,0 +1 @@
Mattermost Platform Extended Support Release 10.5.8 contains a high severity level security fix.