diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9185f55 Binary files /dev/null and b/.DS_Store differ 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