From 4b27d3993f07e6797932b39a7af2905e12d560e9 Mon Sep 17 00:00:00 2001 From: Kieran Cutting Date: Tue, 21 Jun 2022 11:07:05 +0100 Subject: [PATCH] Update Mattermost to 7.0, add release notes, add abra.sh file to fix deployment entrypoint issue --- .DS_Store | Bin 0 -> 6148 bytes abra.sh | 1 + compose.yml | 3 ++- release/0.1.0+7.0.txt | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 abra.sh create mode 100644 release/0.1.0+7.0.txt diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9185f557b72ec895b88abfaf2edef14e555bfb68 GIT binary patch literal 6148 zcmeHK%}T>S5Zht*RPsI{NFN(?x%zm@GGrP>UVK>7V3W&lMTuzRnBou?X=qF*SVm&=khBPaS z!{ORi)!wK%qpCgJT618pZ;nP~YhihHd%t-Vw-a%rx#alll*}0%!!3+lTJc5AI~VP@ zpJvXdEgB7zy0vl_Jw7=PJMXR47U7rtI+vgCdF^$RSR@zNXPnPC4?<#q7$63|g#mNf zShL@HU=OryFw(5MmsSj4ar*s_+8F}6Y1V5Si>5UxXkI+U9d zgX?gN+s4l|m}%7EjGN+vo1M9-P`KJ1>)XnmaaSX?!~iic$-tEER^hNU0{NV7oB#j- literal 0 HcmV?d00001 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..db004ef --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export MATTERMOST_ENTRYPOINT_VERSION=v1 \ No newline at end of file diff --git a/compose.yml b/compose.yml index b6a5e70..5c1974e 100644 --- a/compose.yml +++ b/compose.yml @@ -24,7 +24,7 @@ services: - internal app: - image: mattermost/mattermost-team-edition:5.39 + image: mattermost/mattermost-team-edition:7.0 security_opt: - no-new-privileges:true read_only: ${MATTERMOST_CONTAINER_READONLY} @@ -59,6 +59,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=0.1.0+7.0" configs: - source: abra_mattermost_entrypoint target: /abra-mattermost-entrypoint.sh diff --git a/release/0.1.0+7.0.txt b/release/0.1.0+7.0.txt new file mode 100644 index 0000000..cd655e1 --- /dev/null +++ b/release/0.1.0+7.0.txt @@ -0,0 +1,6 @@ +This should be a fairly stable update. The only strange behaviour we've noticed so far has been: + +- When clicking on 'Channels' to change to 'Boards' or 'Playbooks', your window may flicker and just reload 'Channels'. Click 'Boards' or 'Playbooks' again and it should behave as expected. +- When clicking on private messages, you may get an error telling you that you don't have permission to view these. + +To fix both of these errors, logout of your server in your Mattermost client, delete the server (if you are using an app), and then re-add it. We haven't noticed any issues after doing this. \ No newline at end of file