1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Merge pull request #248 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2024-04-25 11:57:46 +02:00 committed by GitHub
commit b0412a35b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 20 additions and 16 deletions

View file

@ -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:** <https://gitlab.com/explore>

View file

@ -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:** <https://gitlab.com/explore>

View file

@ -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:** <https://gitlab.com/explore>

View file

@ -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:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**分发版本:** 16.10.3~ynh1
**分发版本:** 16.11.1~ynh1
**演示:** <https://gitlab.com/explore>

View file

@ -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' => '<server-name-from-cert>',
# }
##! Error Reporting and Logging with Sentry

View file

@ -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"]

View file

@ -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)