Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mattermost to v10.2.0 #1809

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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 @@ -23,14 +23,14 @@
- ${APP_DATA_DIR}/data/app/mattermost/plugins:/mattermost/plugins:rw
- ${APP_DATA_DIR}/data/app/mattermost/client-plugins:/mattermost/client/plugins:rw
- /etc/localtime:/etc/localtime:ro
ports:

Check notice on line 26 in mattermost/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "8443:8443/tcp"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).

Check notice on line 26 in mattermost/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "8443:8443/udp"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
- "8443:8443/tcp" # WebRTC over tcp
- "8443:8443/udp" # WebRTC over udp
depends_on:
- 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: ""