From 6d1e610c654a2ac784dc522d9a5869da4e829762 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Apr 2024 15:30:45 +0000 Subject: [PATCH 01/10] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_eu.md | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 1c26556..f889bd7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Mattermost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mattermost) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Mattermost quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..af98bca --- /dev/null +++ b/README_eu.md @@ -0,0 +1,73 @@ + + +# Mattermost YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/mattermost.svg)](https://dash.yunohost.org/appci/app/mattermost) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/mattermost.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/mattermost.maintain.svg) + +[![Instalatu Mattermost YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mattermost) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Mattermost YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +## Mattermost Team Edition + +A free-to-use, open source, self-hosted alternative to proprietary SaaS messaging. Team Edition is your open source “virtual office”, offering all the core productivity benefits of competing SaaS solutions. It deploys as a single Linux binary with PosgreSQL under an MIT license. + +## Mattermost Enterprise Edition + +To explore the benefits of Mattermost’s enterprise features, you can replace the Mattermost Team Edition binary with a Mattermost Enterprise Edition binary. This version supports upgrading to Mattermost Enterprise Edition E10 or E20. + +## YunoHost specific features + +This package can install the [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) or the [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition). + +Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/download/) + +## Features include: + +- One-to-one and group messaging, file sharing, and unlimited search history +- Threaded messaging, emoji, and custom emoji +- Tools for custom branding +- Continuous archiving +- Multi-factor authentication +- Highly customizable third-party bots, integrations, and command line tools +- Extensive integration support via webhooks, APIs, drivers, and third-party extensions +- Easily scalable to dozens of users per team +- Runtime profiling data and system monitoring reports + + +**Paketatutako bertsioa:** 9.5.2~ynh1 + +## Pantaila-argazkiak + +![Mattermost(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Erabiltzaileen dokumentazio ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +edo +sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** From 1e1309f16653c5a9e4a09fc537b025728e651fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:45:19 +0200 Subject: [PATCH 02/10] upgrade to 9.6.1 --- conf/config.json | 4 ++-- manifest.toml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/conf/config.json b/conf/config.json index 3177d2b..52139f9 100644 --- a/conf/config.json +++ b/conf/config.json @@ -23,6 +23,7 @@ "EnableOAuthServiceProvider": false, "EnableIncomingWebhooks": true, "EnableOutgoingWebhooks": true, + "EnableOutgoingOAuthConnections": false, "EnableCommands": true, "OutgoingIntegrationRequestsTimeout": 30, "EnablePostUsernameOverride": false, @@ -640,8 +641,7 @@ "StreamlinedMarketplace": true, "CloudIPFiltering": false, "ConsumePostHook": false, - "CloudAnnualRenewals": false, - "OutgoingOAuthConnections": false + "CloudAnnualRenewals": false }, "ImportSettings": { "Directory": "./import", diff --git a/manifest.toml b/manifest.toml index 3131115..88d7735 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mattermost" description.en = "Open source collaboration platform built for developers" description.fr = "Plateforme de collaboration open source conçue pour les développeurs" -version = "9.5.2~ynh1" +version = "9.6.1~ynh1" maintainers = ["pmorinerie"] @@ -76,18 +76,18 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://releases.mattermost.com/9.5.2/mattermost-team-9.5.2-linux-amd64.tar.gz" - amd64.sha256 = "bfa870bb2c592671878af7e320f95d8a93f0df10377d7c70651390a0fabbbd7a" - arm64.url = "https://releases.mattermost.com/9.5.2/mattermost-team-9.5.2-linux-arm64.tar.gz" - arm64.sha256 = "dd5f206d39b3d3249f7f9736f45825d9d91fd1c368b5323e4885157196b98861" - armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.5.1/mattermost-v9.5.1-linux-arm.tar.gz" - armhf.sha256 = "1b235b3bb2511df5e8f43320d9b78b2263056873f4cab0d425ab82c40c390b12" + amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-amd64.tar.gz" + amd64.sha256 = "ff3908dce8a068dd89742ed43c23a926177dabda0cdbdd7737a18fc7ced3a8eb" + arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-arm64.tar.gz" + arm64.sha256 = "0a13435cddbba3be0fc26e3437ae8e36f49169ba3985f1717dec7132a7bea163" + armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.6.1/mattermost-v9.6.1-linux-arm.tar.gz" + armhf.sha256 = "71549e410980105f37c601f860f48dca016f74032d1cec7ed55abf8207ba4545" [resources.sources.enterprise] - amd64.url = "https://releases.mattermost.com/9.5.2/mattermost-enterprise-9.5.2-linux-amd64.tar.gz" - amd64.sha256 = "a208a8c1b3581e8f4d4d02c083538a5e9f29575667ee43dc651f6e91a2afa4a0" - arm64.url = "https://releases.mattermost.com/9.5.2/mattermost-enterprise-9.5.2-linux-arm64.tar.gz" - arm64.sha256 = "99a09048434cb75f6d304329924ee9fda6bdfe11aa293777a08f528d7fbba12f" + amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-amd64.tar.gz" + amd64.sha256 = "eaa3c480f4b6b9c9a7e511eceeb93926c6446dba207a5868eb2e81b81a7f51a8" + arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-arm64.tar.gz" + arm64.sha256 = "4b53c24419068dc8988fa73aea9bbb4e8d3448295d7b5193a29b4a43bf57fcea" [resources.system_user] allow_email = true From 4747b6f4cee5558b79df0905195e427aa8a2db40 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Apr 2024 15:45:30 +0000 Subject: [PATCH 03/10] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f889bd7..a55bce0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Shipped version:** 9.5.2~ynh1 +**Shipped version:** 9.6.1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index af98bca..aeff2a9 100644 --- a/README_eu.md +++ b/README_eu.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Paketatutako bertsioa:** 9.5.2~ynh1 +**Paketatutako bertsioa:** 9.6.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 3549fd0..8fd5aaf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,7 +42,7 @@ Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermo - Données de profilage d'exécution et rapports de surveillance du système -**Version incluse :** 9.5.2~ynh1 +**Version incluse :** 9.6.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index bc748cd..7b77c4e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Versión proporcionada:** 9.5.2~ynh1 +**Versión proporcionada:** 9.6.1~ynh1 ## Capturas de pantalla From 44c96e339331961fb4049631f6198f64d3b80e7c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Apr 2024 12:54:37 +0000 Subject: [PATCH 04/10] Auto-update READMEs --- ALL_README.md | 1 + README_zh_Hans.md | 73 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 77b7509..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -4,3 +4,4 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..ba4e225 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,73 @@ + + +# YunoHost 的 Mattermost + +[![集成程度](https://dash.yunohost.org/integration/mattermost.svg)](https://dash.yunohost.org/appci/app/mattermost) ![工作状态](https://ci-apps.yunohost.org/ci/badges/mattermost.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/mattermost.maintain.svg) + +[![使用 YunoHost 安装 Mattermost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mattermost) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Mattermost。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +## Mattermost Team Edition + +A free-to-use, open source, self-hosted alternative to proprietary SaaS messaging. Team Edition is your open source “virtual office”, offering all the core productivity benefits of competing SaaS solutions. It deploys as a single Linux binary with PosgreSQL under an MIT license. + +## Mattermost Enterprise Edition + +To explore the benefits of Mattermost’s enterprise features, you can replace the Mattermost Team Edition binary with a Mattermost Enterprise Edition binary. This version supports upgrading to Mattermost Enterprise Edition E10 or E20. + +## YunoHost specific features + +This package can install the [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) or the [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition). + +Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/download/) + +## Features include: + +- One-to-one and group messaging, file sharing, and unlimited search history +- Threaded messaging, emoji, and custom emoji +- Tools for custom branding +- Continuous archiving +- Multi-factor authentication +- Highly customizable third-party bots, integrations, and command line tools +- Extensive integration support via webhooks, APIs, drivers, and third-party extensions +- Easily scalable to dozens of users per team +- Runtime profiling data and system monitoring reports + + +**分发版本:** 9.6.1~ynh1 + +## 截图 + +![Mattermost 的截图](./doc/screenshots/screenshot.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +或 +sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From 9aad2ba83b9be0b52e2fe738b9e74f7577750d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:58:21 +0200 Subject: [PATCH 05/10] Update manifest.toml --- manifest.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index 88d7735..62e8794 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mattermost" description.en = "Open source collaboration platform built for developers" description.fr = "Plateforme de collaboration open source conçue pour les développeurs" -version = "9.6.1~ynh1" +version = "9.7.1~ynh1" maintainers = ["pmorinerie"] @@ -76,18 +76,18 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-amd64.tar.gz" - amd64.sha256 = "ff3908dce8a068dd89742ed43c23a926177dabda0cdbdd7737a18fc7ced3a8eb" - arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-arm64.tar.gz" - arm64.sha256 = "0a13435cddbba3be0fc26e3437ae8e36f49169ba3985f1717dec7132a7bea163" - armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.6.1/mattermost-v9.6.1-linux-arm.tar.gz" - armhf.sha256 = "71549e410980105f37c601f860f48dca016f74032d1cec7ed55abf8207ba4545" + amd64.url = "https://releases.mattermost.com/9.7.1/mattermost-team-9.7.1-linux-amd64.tar.gz" + amd64.sha256 = "52a808ae20f808dce8052ba4f67727b8db638c5951b7323806f0f9f9f67628a1" + arm64.url = "https://releases.mattermost.com/9.7.1/mattermost-team-9.7.1-linux-arm64.tar.gz" + arm64.sha256 = "91a08428054efaf9c6331ca9f799a5fa0ed557e05063bb9481d8804f02cc0fdb" + armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.7.1/mattermost-v9.7.1-linux-arm.tar.gz" + armhf.sha256 = "2446fa8e957f2e12d1447b42e04e552e187b43e4933b18393428983bd871da3c" [resources.sources.enterprise] - amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-amd64.tar.gz" - amd64.sha256 = "eaa3c480f4b6b9c9a7e511eceeb93926c6446dba207a5868eb2e81b81a7f51a8" - arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-arm64.tar.gz" - arm64.sha256 = "4b53c24419068dc8988fa73aea9bbb4e8d3448295d7b5193a29b4a43bf57fcea" + amd64.url = "https://releases.mattermost.com/9.7.1/mattermost-enterprise-9.7.1-linux-amd64.tar.gz" + amd64.sha256 = "2ffc754ea4a79b38990bc4b1b951eb6835260bf91b3a39ab1f680013784522ad" + arm64.url = "https://releases.mattermost.com/9.7.1/mattermost-enterprise-9.7.1-linux-arm64.tar.gz" + arm64.sha256 = "10067cb2932288ef68ed919d32196533ace6b167a5c378f073fa041e8527a3a5" [resources.system_user] allow_email = true From 2802a538ccc292eaa31e22f97a9909b0c257c2d0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Apr 2024 12:58:31 +0000 Subject: [PATCH 06/10] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a55bce0..867fe8e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Shipped version:** 9.6.1~ynh1 +**Shipped version:** 9.7.1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index aeff2a9..ee66120 100644 --- a/README_eu.md +++ b/README_eu.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Paketatutako bertsioa:** 9.6.1~ynh1 +**Paketatutako bertsioa:** 9.7.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 8fd5aaf..36e88c5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,7 +42,7 @@ Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermo - Données de profilage d'exécution et rapports de surveillance du système -**Version incluse :** 9.6.1~ynh1 +**Version incluse :** 9.7.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 7b77c4e..7037cef 100644 --- a/README_gl.md +++ b/README_gl.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Versión proporcionada:** 9.6.1~ynh1 +**Versión proporcionada:** 9.7.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ba4e225..9e5f38a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**分发版本:** 9.6.1~ynh1 +**分发版本:** 9.7.1~ynh1 ## 截图 From d4672ac4a67c382735d44a61ef48e9c6bcf3c077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:00:31 +0200 Subject: [PATCH 07/10] Update config.json --- conf/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 52139f9..1165bd6 100644 --- a/conf/config.json +++ b/conf/config.json @@ -621,7 +621,8 @@ "CloudSettings": { "CWSURL": "https://portal.test.cloud.mattermost.com", "CWSAPIURL": "https://api.internal.test.cloud.mattermost.com", - "CWSMock": false + "CWSMock": false, + "Disable": false }, "FeatureFlags": { "TestFeature": "off", @@ -641,7 +642,9 @@ "StreamlinedMarketplace": true, "CloudIPFiltering": false, "ConsumePostHook": false, - "CloudAnnualRenewals": false + "CloudAnnualRenewals": false, + "CloudDedicatedExportUI": false, + "WebSocketEventScope": false }, "ImportSettings": { "Directory": "./import", From 3ee6242d1e1e56249a52a5a2a6bdaa60e6a4ae8c Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 Apr 2024 17:37:59 +0200 Subject: [PATCH 08/10] Update nginx.conf (#474) --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9e32209..5dee3de 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ # Directives from the Mattermost installation guide -location ~ __PATH__/api/v[0-9]+/(users/)?websocket$ { +location ~ ^__PATH__/api/v[0-9]+/(users/)?websocket$ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; client_max_body_size 50M; From 550ff52959712c7cd68357413d878bf772496cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 Apr 2024 17:42:08 +0200 Subject: [PATCH 09/10] Update manifest.toml --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index 62e8794..83964fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mattermost" description.en = "Open source collaboration platform built for developers" description.fr = "Plateforme de collaboration open source conçue pour les développeurs" -version = "9.7.1~ynh1" +version = "9.7.2~ynh1" maintainers = ["pmorinerie"] @@ -76,18 +76,18 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://releases.mattermost.com/9.7.1/mattermost-team-9.7.1-linux-amd64.tar.gz" - amd64.sha256 = "52a808ae20f808dce8052ba4f67727b8db638c5951b7323806f0f9f9f67628a1" - arm64.url = "https://releases.mattermost.com/9.7.1/mattermost-team-9.7.1-linux-arm64.tar.gz" - arm64.sha256 = "91a08428054efaf9c6331ca9f799a5fa0ed557e05063bb9481d8804f02cc0fdb" + amd64.url = "https://releases.mattermost.com/9.7.2/mattermost-team-9.7.2-linux-amd64.tar.gz" + amd64.sha256 = "5ee4e1d27c684bacbc2a5b1eb378c878d7ac3fb561fa73911a926e0a9cd716ab" + arm64.url = "https://releases.mattermost.com/9.7.2/mattermost-team-9.7.2-linux-arm64.tar.gz" + arm64.sha256 = "92fb0f98623d9e762a5f5171c24406797966f346fcbf31cd5f7f8d654d08df50" armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.7.1/mattermost-v9.7.1-linux-arm.tar.gz" armhf.sha256 = "2446fa8e957f2e12d1447b42e04e552e187b43e4933b18393428983bd871da3c" [resources.sources.enterprise] - amd64.url = "https://releases.mattermost.com/9.7.1/mattermost-enterprise-9.7.1-linux-amd64.tar.gz" - amd64.sha256 = "2ffc754ea4a79b38990bc4b1b951eb6835260bf91b3a39ab1f680013784522ad" - arm64.url = "https://releases.mattermost.com/9.7.1/mattermost-enterprise-9.7.1-linux-arm64.tar.gz" - arm64.sha256 = "10067cb2932288ef68ed919d32196533ace6b167a5c378f073fa041e8527a3a5" + amd64.url = "https://releases.mattermost.com/9.7.2/mattermost-enterprise-9.7.2-linux-amd64.tar.gz" + amd64.sha256 = "03efddfd0ee4ec5c1c632ca448ccf88c6e205cb330f86488bc6db1bb46178a00" + arm64.url = "https://releases.mattermost.com/9.7.2/mattermost-enterprise-9.7.2-linux-arm64.tar.gz" + arm64.sha256 = "4fa00ccac9a9b9dddb7d5f91ade030a78b74b5be67336438bff692b113474d22" [resources.system_user] allow_email = true From e157e30ec0e736334d8388ef2b3399123316110c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Apr 2024 15:42:14 +0000 Subject: [PATCH 10/10] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 867fe8e..c9f3724 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Shipped version:** 9.7.1~ynh1 +**Shipped version:** 9.7.2~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index ee66120..dee891d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Paketatutako bertsioa:** 9.7.1~ynh1 +**Paketatutako bertsioa:** 9.7.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 36e88c5..0ff80ca 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,7 +42,7 @@ Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermo - Données de profilage d'exécution et rapports de surveillance du système -**Version incluse :** 9.7.1~ynh1 +**Version incluse :** 9.7.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 7037cef..4d13f20 100644 --- a/README_gl.md +++ b/README_gl.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Versión proporcionada:** 9.7.1~ynh1 +**Versión proporcionada:** 9.7.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9e5f38a..68fa91a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**分发版本:** 9.7.1~ynh1 +**分发版本:** 9.7.2~ynh1 ## 截图