From c8e25ae0920f2d85bea2c4cce66ffe447ef76e7c Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 23 Mar 2020 01:47:21 +0100 Subject: [PATCH] 12.9.0 --- README.md | 2 +- conf/gitlab.rb | 8 +++++++- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80c8f60..fca6e04 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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:** 12.8.6 +**Shipped version:** 12.9.0 ## Screenshots diff --git a/conf/gitlab.rb b/conf/gitlab.rb index c9bdc45..3decff9 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -77,6 +77,7 @@ external_url '__GENERATED_EXTERNAL_URL__' ##! Docs: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/gitlab.yml.md ################################################################################ # gitlab_rails['gitlab_ssh_host'] = 'ssh.host_example.com' +# gitlab_rails['gitlab_ssh_user'] = '' # gitlab_rails['time_zone'] = 'UTC' ### Request duration @@ -129,7 +130,7 @@ external_url '__GENERATED_EXTERNAL_URL__' ###! Periodically executed jobs, to self-heal Gitlab, do external ###! synchronizations, etc. ###! Docs: https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job -###! https://docs.gitlab.com/ee/ci/yaml/README.html#artifacts:expire_in +###! https://docs.gitlab.com/ee/ci/yaml/README.html#artifactsexpire_in # gitlab_rails['stuck_ci_jobs_worker_cron'] = "0 0 * * *" # gitlab_rails['expire_build_artifacts_worker_cron'] = "50 * * * *" # gitlab_rails['environments_auto_stop_cron_worker_cron'] = "24 * * * *" @@ -237,6 +238,9 @@ external_url '__GENERATED_EXTERNAL_URL__' ####! The file name for internal `mail_room` JSON logfile # gitlab_rails['incoming_email_log_file'] = "/var/log/gitlab/mailroom/mail_room_json.log" +####! The format of mail_room crash logs +# mailroom['exit_log_format'] = "plain" + ### Job Artifacts # gitlab_rails['artifacts_enabled'] = true # gitlab_rails['artifacts_path'] = "/var/opt/gitlab/gitlab-rails/shared/artifacts" @@ -405,6 +409,7 @@ EOS ###! Docs: https://docs.gitlab.com/ee/administration/auth/smartcard.html # gitlab_rails['smartcard_enabled'] = false # gitlab_rails['smartcard_ca_file'] = "/etc/gitlab/ssl/CA.pem" +# gitlab_rails['smartcard_client_certificate_required_host'] = 'smartcard.gitlab.example.com' # gitlab_rails['smartcard_client_certificate_required_port'] = 3444 # gitlab_rails['smartcard_required_for_git_access'] = false # gitlab_rails['smartcard_san_extensions'] = false @@ -1835,6 +1840,7 @@ grafana['enable'] = false # praefect['enable'] = false # praefect['virtual_storage_name'] = "praefect" +# praefect['failover_enabled'] = false # praefect['auth_token'] = "" # praefect['auth_transitioning'] = false # praefect['listen_addr'] = "localhost:2305" diff --git a/manifest.json b/manifest.json index 21e87b2..53a0251 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "12.8.6~ynh1", + "version": "12.9.0~ynh1", "description": { "en": "GitLab is a Git-repository manager.", "fr": "GitLab est un gestionnaire de dépôts Git." diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 091a085..38a0345 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,8 +1,8 @@ -gitlab_version="12.8.6" +gitlab_version="12.9.0" -gitlab_x86_64_source_sha256="38ad319f529d6fd7166a421077ee0d5e42f299443fe81a071523ed5da0213b13" +gitlab_x86_64_source_sha256="fe547cd70cbc8cb89314e4ee69c96100cc34d9df476ba021ce5c036bb28bf501" -gitlab_arm_source_sha256="8b9e1f55d13113006071d7da074e5b934258c6a8618c59a98a37d11e298a55e7" +gitlab_arm_source_sha256="5865793add5e88c30d517234bd25795a489fa82f560406fbf715e460611e8a0f" gitlab_filename="gitlab-ce-${gitlab_version}.deb"