Skip to content

Commit

Permalink
Update mattermost to v10.2.0 (#1809)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
al-lac and nmfretz authored Nov 20, 2024
1 parent 69f04e5 commit bf878cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

app:
image: alexlack/mattermost-app:v10.1.2@sha256:9f05d63488b580369bd74a166d40e3f1782842de5261642b3938c758043c850f
image: alexlack/mattermost-app:v10.2.0@sha256:5dbe82040f012f484e9b1dcfcc3f773db4f2c5166170cd4f906830304ef8398b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand All @@ -30,7 +30,7 @@ services:
- db

db:
image: alexlack/mattermost-db:v10.1.2@sha256:f75b632696b7d43f85be5c2bd3ac417568c1796819c4444cd3045360ff2bc084
image: alexlack/mattermost-db:v10.2.0@sha256:7b3003cefc5a8784c15a29a858a67c4eea5ccc6fa4545b11ee76ccb0fb9e8071
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
8 changes: 6 additions & 2 deletions mattermost/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: mattermost
name: Mattermost
tagline: Team Chat, Open Source, Self-Hosted
category: social
version: "10.1.2"
version: "10.2.0"
port: 8765
description: >-
🚉 Mattermost is an open-source platform designed for secure collaboration throughout the software development lifecycle.
Expand All @@ -30,5 +30,9 @@ gallery:
defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: ""
releaseNotes: >-
Mattermost Platform Release 10.2.0 includes various new improvements and bug fixes, including Connected Workspaces (Beta).
Full release notes are available at https://docs.mattermost.com/about/mattermost-v10-changelog.html
path: ""

0 comments on commit bf878cc

Please sign in to comment.