From 4d48afe7f7413b2a90b1d50a9c7e7785a1a7e9aa Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 12 Oct 2020 11:40:29 +0200 Subject: [PATCH] 13.4.3 --- README.md | 2 +- README_fr.md | 2 +- conf/gitlab.rb | 1 + manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 6 +++--- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc1f0b0..7c756e9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc. -**Shipped version:** 13.4.0 +**Shipped version:** 13.4.3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 15c0257..48bfc31 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour GitLab est un gestionnaire Web de dépôt Git fournissant des fonctionnalités de wiki, de rapports de bugs et de pipeline CI/CD. GitLab est une application open source développée par GitLab Inc. -**Version incluse :** 13.4.0 +**Version incluse :** 13.4.3 ## Captures d'écran diff --git a/conf/gitlab.rb b/conf/gitlab.rb index 09bc780..cebc64c 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -160,6 +160,7 @@ external_url '__GENERATED_EXTERNAL_URL__' # gitlab_rails['pages_domain_verification_cron_worker'] = "*/15 * * * *" # gitlab_rails['pages_domain_ssl_renewal_cron_worker'] = "*/10 * * * *" # gitlab_rails['pages_domain_removal_cron_worker'] = "47 0 * * *" +# gitlab_rails['remove_unaccepted_member_invites_cron_worker'] = "10 15 * * *" # gitlab_rails['schedule_migrate_external_diffs_worker_cron'] = "15 * * * *" # gitlab_rails['ci_platform_metrics_update_cron_worker'] = '47 9 * * *' # gitlab_rails['analytics_instance_statistics_count_job_trigger_worker_cron'] = "50 23 */1 * *" diff --git a/manifest.json b/manifest.json index 4a4e46b..ad48bc3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "GitLab", "id": "gitlab", "packaging_format": 1, - "version": "13.4.0~ynh1", + "version": "13.4.3~ynh1", "description": { "en": "Git-repository manager.", "fr": "Gestionnaire de dépôts Git." diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 43645d2..b291b0f 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,12 +1,12 @@ #!/bin/bash -gitlab_version="13.4.0" +gitlab_version="13.4.3" # sha256sum found here: https://packages.gitlab.com/gitlab -gitlab_x86_64_buster_source_sha256="029f60fc028033493e2f1027802ad5cd978e09707107f44abe5bd15170bd6a92" +gitlab_x86_64_buster_source_sha256="48eea5c92611f695eeacaea6c5cc3f0120465d02f26d03873512fcea7b5f6860" -gitlab_arm_buster_source_sha256="592d8346af106d7c274189872a8ee46c7225c9f6b8a731990715264e9edb776a" +gitlab_arm_buster_source_sha256="b8fd6c7b62872f97c4f943aa085ce8d6f952c5dbdadc0f2e90a11f44d6e3b4a0" architecture=$(ynh_app_setting_get --app="$app" --key=architecture)