Compare commits
33
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cae3921b41 | ||
|
|
354e476243 | ||
|
|
1f1ab728fc | ||
|
|
b2e1e004c6 | ||
|
|
3e109108d9 | ||
|
|
6cbf638a79 | ||
|
|
80b0db2700 | ||
|
|
bd133cb6e4 | ||
|
|
18941a270a | ||
|
|
e15e086322 | ||
|
|
b6c2a80289 | ||
|
|
25117632fc | ||
|
|
f58c9a2aab | ||
|
|
18cf2d21cc | ||
|
|
fc31939b5e | ||
|
|
b1427c9a1e | ||
|
|
2e177985f8 | ||
|
|
8e63b9839d | ||
|
|
c83e59cfc5 | ||
|
|
142cd05e01 | ||
|
|
be6939d39b | ||
|
|
1bbc0bc5e3 | ||
|
|
91136d15a7 | ||
|
|
bf7466f8b2 | ||
|
|
33466a38cf | ||
|
|
4c6dca85fa | ||
|
|
2e366449bf | ||
|
|
a5ba7e60e7 | ||
|
|
fdd0610784 | ||
|
|
de797a654a | ||
|
|
e42bc0f2a5 | ||
|
|
5a30d2d99b | ||
|
|
98ef1ca228 |
+1
-1
@@ -45,7 +45,7 @@ steps:
|
|||||||
from_secret: drone_abra-bot_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- coop-cloud/auto-recipes-catalogue-json
|
- toolshed/auto-recipes-catalogue-json
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
TYPE=mattermost
|
TYPE=mattermost-lts
|
||||||
|
|
||||||
# Domain of service
|
# Domain of service
|
||||||
DOMAIN=mattermost.example.com
|
DOMAIN=mattermost.example.com
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**:
|
* **Category**: Apps
|
||||||
* **Status**:
|
* **Status**: 3
|
||||||
* **Image**:
|
* **Image**: [`mattermost/mattermost-team-edition`](https://hub.docker.com/r/mattermost/mattermost-team-edition), 4, upstream
|
||||||
* **Healthcheck**: N
|
* **Healthcheck**: No
|
||||||
* **Backups**: N
|
* **Backups**: Yes
|
||||||
* **Email**:
|
* **Email**: 1
|
||||||
* **Tests**: N
|
* **Tests**: 2
|
||||||
* **SSO**: N
|
* **SSO**: No
|
||||||
|
|
||||||
<!-- endmetadata -->
|
<!-- endmetadata -->
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: mattermost/mattermost-team-edition:8.1.8
|
image: mattermost/mattermost-team-edition:10.5.11
|
||||||
environment:
|
environment:
|
||||||
- TZ
|
- TZ
|
||||||
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
- "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.SSLForceHost=true"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.3.4+8.1.8"
|
- "coop-cloud.${STACK_NAME}.version=2.0.5+10.5.11"
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||||
configs:
|
configs:
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
hotfix: rollback to last functional version
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Mattermost Platform Extended Support Release 10.5.8 contains a high severity level security fix.
|
||||||
Reference in New Issue
Block a user