From 878d32dcbf5508f66f7c29596ab91a540c0da6fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 9 Jun 2024 17:45:28 +0000 Subject: [PATCH 1/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0959e5f..de5d6ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Shipped version:** 0.3.2~ynh3 +**Shipped version:** 0.3.2~ynh4 **Demo:** diff --git a/README_es.md b/README_es.md index aa92094..fbf1665 100644 --- a/README_es.md +++ b/README_es.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Versión actual:** 0.3.2~ynh3 +**Versión actual:** 0.3.2~ynh4 **Demo:** diff --git a/README_eu.md b/README_eu.md index 115c808..a63006d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Paketatutako bertsioa:** 0.3.2~ynh3 +**Paketatutako bertsioa:** 0.3.2~ynh4 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 47de2ba..c55a0d2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Version incluse :** 0.3.2~ynh3 +**Version incluse :** 0.3.2~ynh4 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1c1b8f7..f4cd0fb 100644 --- a/README_gl.md +++ b/README_gl.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Versión proporcionada:** 0.3.2~ynh3 +**Versión proporcionada:** 0.3.2~ynh4 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 0cd0cea..bd571b7 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**分发版本:** 0.3.2~ynh3 +**分发版本:** 0.3.2~ynh4 **演示:** From d1822efb86da3d177f547d7075f7572928feb60a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:13:04 +0200 Subject: [PATCH 2/3] Update mongo for Bookworm compatibility --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7ec06e1..9af5b2e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -mongo_version=6.0 +mongo_version=7.0 # List of services to be installed SERVICES_LIST=(ide preview project data) From a19cb3dc0bce95ff11191fb8caade9b22ccc05b6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:03:53 +0200 Subject: [PATCH 3/3] bump package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1cf585f..57d8528 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Dont-code Services" description.en = "Install services and databases needed to support Dont-code platform" description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code" -version = "0.3.2~ynh4" +version = "0.3.2~ynh5" maintainers = ["Dont-code Team"]