From ca8d994614113cfc2fdbfdaa7c7d59ece9aceebf Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 24 Apr 2024 19:08:56 +0200 Subject: [PATCH 1/2] 16.11.1 --- conf/gitlab.rb | 6 +++++- manifest.toml | 2 +- scripts/upgrade.d/upgrade.last.sh | 18 +++++++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/conf/gitlab.rb b/conf/gitlab.rb index bd5e08c..cd80802 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -1561,7 +1561,7 @@ sidekiq['listen_port'] = __PORT_SIDEKIQ__ ### Version settings # Set this if you have disabled the bundled PostgreSQL but still want to use the backup rake tasks -# postgresql['version'] = 10 +# postgresql['version'] = 14 ##! Automatically restart PostgreSQL service when version changes. @@ -2192,6 +2192,7 @@ nginx['listen_https'] = false ##! Log configuration for GitLab KAS # gitlab_kas['log_level'] = 'info' +# gitlab_kas['grpc_log_level'] = 'error' ##! Environment variables for GitLab KAS # gitlab_kas['env'] = { @@ -2205,6 +2206,9 @@ nginx['listen_https'] = false # # 'OWN_PRIVATE_API_CIDR' => '2001:db8:8a2e:370::7334/64', # IPv6 example # # 'OWN_PRIVATE_API_PORT' => '8155', # if not set, port from private_api_listen_address is used # # 'OWN_PRIVATE_API_SCHEME' => 'grpc', # use grpcs when using TLS on private API endpoint +# # OWN_PRIVATE_API_HOST is used to verify the TLS cert hostname. +# # Set KAS' host name if you want to use TLS for KAS->KAS communication. +# # 'OWN_PRIVATE_API_HOST' => '', # } ##! Error Reporting and Logging with Sentry diff --git a/manifest.toml b/manifest.toml index 10f2423..27f5f0f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "GitLab" description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features" description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" -version = "16.10.3~ynh1" +version = "16.11.1~ynh1" maintainers = ["kay0u"] diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 4450340..09d8a41 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,22 +1,22 @@ #!/bin/bash -gitlab_version="16.10.3" +gitlab_version="16.11.1" # Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/ # sha256sum found here: https://packages.gitlab.com/gitlab gitlab_debian_version="$(lsb_release -sc)" -gitlab_x86_64_bookworm_source_sha256="4e90c49dfbf9dab75d6fdc57b03dbf5f72d1329f7993e153118eeb1d1b301a22" -gitlab_x86_64_bullseye_source_sha256="22996c02e54001b760125ad36198af2417ac93b0ada1241833e611054c29587f" -gitlab_x86_64_buster_source_sha256="21399c2d68090b4ec221b9dae0cf222a211ed57bd0c8085e59c203aa38ac6361" +gitlab_x86_64_bookworm_source_sha256="23fe5d12e90cfbdeadabfea85594497f1c3e44b7c49ae1541571f8f2556e74f3" +gitlab_x86_64_bullseye_source_sha256="3894448de581f9d77706c0ef95fc341d93b3d0882687f69557e8ff8a87e88a47" +gitlab_x86_64_buster_source_sha256="783ad4707bda7fdf21474aeaae9be81619b14aa90ee65768d3066847acd19a9b" -gitlab_arm64_bookworm_source_sha256="4517e3ceb31f12740f9e2408603f0a954dda8a5633c198a59ebe2007512f804b" -gitlab_arm64_bullseye_source_sha256="20f7ae8a092a7c2713a67da7cc63de8bc6913a0f8aaea80e81a81ac0c9141f8c" -gitlab_arm64_buster_source_sha256="858f7bd4eb73a5535b0fe3d3fc1da3d3b7dede24afe79c1dd0b2eddaf731959a" +gitlab_arm64_bookworm_source_sha256="221ed443a50ade732df2ccf412aba4e46d65ca7108b93c88178ff77a827c82ef" +gitlab_arm64_bullseye_source_sha256="c0397400eae391921f457d37e2724c9ea465b2613cc950b6b68c633fef168f3a" +gitlab_arm64_buster_source_sha256="5fef5d810001807d2fca870e49b6e8e28b57ebd58e798680c7451dfbb9230920" gitlab_arm_bookworm_source_sha256="" -gitlab_arm_bullseye_source_sha256="c2c769ec009e587a690329a7550a1f980847c20e65469e091296230ee61d12d6" -gitlab_arm_buster_source_sha256="150f799085d43eb21437591e424e96faec99110eb459b29a3c6d46182385683d" +gitlab_arm_bullseye_source_sha256="3500b408d5f69fdaae33d5e19f397495fd56c12616fa4286e2ddf0ccab208696" +gitlab_arm_buster_source_sha256="c37f95a5ce8522b4b8f9314fc83a5759d6c27e188ef1c0bc16ade573f3ced294" architecture=$(ynh_app_setting_get --app="$app" --key=architecture) From 566f56661203b97092795898ae3db38e410bbbae Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Apr 2024 17:09:12 +0000 Subject: [PATCH 2/2] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa008a5..6613b92 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Shipped version:** 16.10.3~ynh1 +**Shipped version:** 16.11.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 8d786d1..0f2a4d3 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Paketatutako bertsioa:** 16.10.3~ynh1 +**Paketatutako bertsioa:** 16.11.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index acb0586..fc00307 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD -**Version incluse :** 16.10.3~ynh1 +**Version incluse :** 16.11.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 162048e..7126619 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Versión proporcionada:** 16.10.3~ynh1 +**Versión proporcionada:** 16.11.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 957c7f0..1172c56 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**分发版本:** 16.10.3~ynh1 +**分发版本:** 16.11.1~ynh1 **演示:**