From aa4719437ac388f1ed97713f88ecba55ffc11e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:22:21 +0100 Subject: [PATCH] Testing (#343) * Upgrade to v6.4.0 * Auto-update README * Update config.json * Upgrade to v6.4.1 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: Yunohost-Bot <> Co-authored-by: Pierre de La Morinerie --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- conf/config.json | 9 +++++++-- conf/enterprise.src | 4 ++-- manifest.json | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f1a7e5c..02ee739 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To explore the benefits of Mattermost’s enterprise features, you can replace t - Multiple languages including U.S. English, Australian English, Bulgarian, Chinese (Simplified and Traditional), Dutch, French, German, Hungarian, Italian, Japanese, Korean, Polish, Brazilian Portuguese, Romanian, Russian, Turkish, Spanish, Swedish, and Ukrainian -**Shipped version:** 6.3.3~ynh1 +**Shipped version:** 6.4.1~ynh1 diff --git a/README_fr.md b/README_fr.md index 97141ce..908c1d6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vou - Plusieurs langues dont l'anglais américain, l'anglais australien, le bulgare, le chinois (simplifié et traditionnel), le néerlandais, le français, l'allemand, le hongrois, l'italien, le japonais, le coréen, le polonais, le portugais brésilien, le roumain, le russe, le turc, l'espagnol, le suédois et l'ukrainien -**Version incluse :** 6.3.3~ynh1 +**Version incluse :** 6.4.1~ynh1 diff --git a/conf/amd64.src b/conf/amd64.src index 6324e2b..ec39064 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/6.3.3/mattermost-team-6.3.3-linux-amd64.tar.gz -SOURCE_SUM=1e61f04968d13180d28fd76a9b917fa828d77847edb9956f5f3a52dca7804b3f +SOURCE_URL=https://releases.mattermost.com/6.4.1/mattermost-team-6.4.1-linux-amd64.tar.gz +SOURCE_SUM=5f64bcdae6ddfd8ed456ffe63422819378b189f95116dae01e284b5f66583e4a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index e0878eb..d9e0977 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.3.3/mattermost-v6.3.3-linux-arm64.tar.gz -SOURCE_SUM=ded58bd1b3136b818982cdc87e4f3cd82af4ac86d8ffabacdc7854242a3fd7e7 +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.1/mattermost-v6.4.1-linux-arm64.tar.gz +SOURCE_SUM=8f5e50393a2450261146c696f7398a5bc789e9260751724e97f1d34290baca2b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 45bb735..b4942ed 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.3.3/mattermost-v6.3.3-linux-arm.tar.gz -SOURCE_SUM=0ad758191860122ef9be5f95fb990322021dad9515c6a15992b68545dbe7dda7 +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.1/mattermost-v6.4.1-linux-arm.tar.gz +SOURCE_SUM=7e337ecb20155138597e647ec30e4e516a16063e8b14bc13055c4f37f931d5d7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.json b/conf/config.json index 3638b3a..0c6ac1a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -137,6 +137,7 @@ "AtRestEncryptKey": "", "QueryTimeout": 30, "DisableDatabaseSearch": false, + "MigrationsStatementTimeoutSeconds": 100000, "ReplicaLagSettings": [] }, "LogSettings": { @@ -489,8 +490,10 @@ "DataRetentionSettings": { "EnableMessageDeletion": false, "EnableFileDeletion": false, + "EnableBoardsDeletion": false, "MessageRetentionDays": 365, "FileRetentionDays": 365, + "BoardsRetentionDays": 365, "DeletionJobStartTime": "02:00", "BatchSize": 3000 }, @@ -576,14 +579,16 @@ "GlobalHeader": true, "AddChannelButton": "by_team_name", "NewAccountNoisy": false, - "BoardsUnfurl": true, "CallsMobile": false, "AutoTour": "none", "BoardsFeatureFlags": "", "AddMembersToChannel": "top", "GuidedChannelCreation": false, "ResendInviteEmailInterval": "", - "InviteToTeam": "none" + "InviteToTeam": "none", + "InlinePostEditing": false, + "BoardsDataRetention": false, + "NormalizeLdapDNs": false }, "ImportSettings": { "Directory": "./import", diff --git a/conf/enterprise.src b/conf/enterprise.src index 0a6adad..55858e4 100644 --- a/conf/enterprise.src +++ b/conf/enterprise.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/6.3.3/mattermost-enterprise-6.3.3-linux-amd64.tar.gz -SOURCE_SUM=3a0f43506c84e1c59817b1103fff2ccc8ad63352ddaa7a6a73e1d6f8bed7029a +SOURCE_URL=https://releases.mattermost.com/6.4.1/mattermost-enterprise-6.4.1-linux-amd64.tar.gz +SOURCE_SUM=29d5565e4649baea0be01cc1482fdfda2dd97e59d5ea7930b476e3dcbf635dca SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e3473fa..9180baf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source collaboration platform built for developers", "fr": "Plateforme de collaboration open source conçue pour les développeurs" }, - "version": "6.3.3~ynh1", + "version": "6.4.1~ynh1", "url": "http://www.mattermost.org/", "upstream": { "license": "GPL-3.0-only",