Skip to content

Commit

Permalink
Update Mattermost to v10.2.1 (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac authored Dec 17, 2024
1 parent 3b36858 commit 84f0622
Show file tree
Hide file tree
Showing 2 changed files with 13 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.2.0@sha256:5dbe82040f012f484e9b1dcfcc3f773db4f2c5166170cd4f906830304ef8398b
image: alexlack/mattermost-app:v10.2.1@sha256:8caaad949601b961d44d4f57d387c5c8a392db992082dbd0916ff0a891aa7c0e
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand All @@ -30,7 +30,7 @@ services:
- db

db:
image: alexlack/mattermost-db:v10.2.0@sha256:7b3003cefc5a8784c15a29a858a67c4eea5ccc6fa4545b11ee76ccb0fb9e8071
image: alexlack/mattermost-db:v10.2.1@sha256:9cc76651b07fb8b4f7bacdf7adec2195ecf9fc4d790ef411140921c972628df0
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
13 changes: 11 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.2.0"
version: "10.2.1"
port: 8765
description: >-
🚉 Mattermost is an open-source platform designed for secure collaboration throughout the software development lifecycle.
Expand Down Expand Up @@ -31,7 +31,16 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: >-
Mattermost Platform Release 10.2.0 includes various new improvements and bug fixes, including Connected Workspaces (Beta).
Mattermost v10.2.1 contains low to medium severity level security fixes. Upgrading to this release is recommended.
Other updates:
- Fixed an issue where plugin settings got wiped if the plugin declared some of its fields as secrets MM-61441.
- Pre-packaged Calls plugin v1.3.2.
- Contains no database or functional changes.
Full release notes are available at https://docs.mattermost.com/about/mattermost-v10-changelog.html
Expand Down

0 comments on commit 84f0622

Please sign in to comment.