From a834d7ead76b83f34f75046135ac722dae224e9b Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:39:03 +0100 Subject: [PATCH] Testing (#463) * Update manifest.toml * update conf with upstream * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/config.json | 11 ++++++++--- manifest.toml | 20 ++++++++++---------- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f27cde7..2946c3d 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.3.0~ynh1 +**Shipped version:** 9.4.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1eaeb6b..d339806 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.3.0~ynh1 +**Version incluse :** 9.4.2~ynh1 ## Captures d’écran diff --git a/conf/config.json b/conf/config.json index 12752c3..6da8d90 100644 --- a/conf/config.json +++ b/conf/config.json @@ -107,7 +107,8 @@ "EnableCustomGroups": true, "SelfHostedPurchase": true, "AllowSyncedDrafts": true, - "UniqueEmojiReactionLimitPerPost": 50 + "UniqueEmojiReactionLimitPerPost": 50, + "RefreshPostStatsRunTime": "00:00" }, "TeamSettings": { "SiteName": "Mattermost", @@ -556,7 +557,9 @@ "SMTPUsername": "", "SMTPPassword": "", "EmailAddress": "", - "SMTPServerTimeout": 1800 + "SMTPServerTimeout": 1800, + "CustomSMTPServerName": "", + "CustomSMTPPort": "25" } }, "JobSettings": { @@ -630,7 +633,9 @@ "CloudReverseTrial": false, "EnableExportDirectDownload": false, "StreamlinedMarketplace": true, - "ConsumePostHook": false + "CloudIPFiltering": false, + "ConsumePostHook": false, + "CloudAnnualRenewals": false }, "ImportSettings": { "Directory": "./import", diff --git a/manifest.toml b/manifest.toml index 7c3bae9..6c7a0e5 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.3.0~ynh1" +version = "9.4.2~ynh1" maintainers = ["pmorinerie"] @@ -25,7 +25,7 @@ ldap = false sso = false -disk = "50M" +disk = "750M" ram.build = "350M" ram.runtime = "50M" @@ -76,18 +76,18 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://releases.mattermost.com/9.3.0/mattermost-team-9.3.0-linux-amd64.tar.gz" - amd64.sha256 = "a53ddf36e313f0d5bc69ecd5940d089ce0b6ab392831e8126edbba22dc0946b4" - arm64.url = "https://releases.mattermost.com/9.3.0/mattermost-team-9.3.0-linux-arm64.tar.gz" - arm64.sha256 = "b459b43f599fed5a1905e49e4605198a2cfdedf8fd7e54a361ca17adb047df00" + amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-amd64.tar.gz" + amd64.sha256 = "61627ab1fb5f987756edf8b4f5c07f9e6d4937c62f27babea0532e5a1fa41ce7" + arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-arm64.tar.gz" + arm64.sha256 = "f6801a236c573595ac56fed97e636de72789f98e0b1c71b9ff01dfca354a1a9f" armhf.url = "https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm.tar.gz" armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3" [resources.sources.enterprise] - amd64.url = "https://releases.mattermost.com/9.3.0/mattermost-enterprise-9.3.0-linux-amd64.tar.gz" - amd64.sha256 = "2145f476b53f51c454c4f2631664ff080c46390928d2be142d3697750a023f3f" - arm64.url = "https://releases.mattermost.com/9.3.0/mattermost-enterprise-9.3.0-linux-arm64.tar.gz" - arm64.sha256 = "b2d1dab455228d60c4f29fd323f28a6387d8a87691388ae087f4487ef8b5086b" + amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-amd64.tar.gz" + amd64.sha256 = "7bfd596a880a162aff351e447a5df97acf826405a9d98335a41ca574db6326e7" + arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-arm64.tar.gz" + arm64.sha256 = "57e8cfcbf89ef56d27ed18f751db3ceeb1f18d62ab33694a67d7b86a9d3d1faf" [resources.system_user] allow_email = true