diff --git a/README.md b/README.md index 7dde6dd..198762e 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.9.1~ynh1 +**Shipped version:** 16.10.1~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index ed1e7d4..da43f19 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.9.1~ynh1 +**Version incluse :** 16.10.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1f52e66..3811e53 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.9.1~ynh1 +**Versión proporcionada:** 16.10.1~ynh1 **Demo:** diff --git a/README_it.md b/README_it.md index 002b4af..0aec317 100644 --- a/README_it.md +++ b/README_it.md @@ -18,7 +18,7 @@ NON DEVE essere modificato manualmente. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Versione pubblicata:** 16.9.1~ynh1 +**Versione pubblicata:** 16.10.1~ynh1 **Prova:** diff --git a/conf/gitlab.rb b/conf/gitlab.rb index b55cf41..bd5e08c 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -538,6 +538,8 @@ gitlab_rails['ldap_enabled'] = true # verify_certificates: true # smartcard_auth: false # active_directory: true +# smartcard_ad_cert_field: 'altSecurityIdentities' +# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name' # allow_username_or_email_login: false # lowercase_usernames: false # block_auto_created_users: false @@ -559,6 +561,8 @@ gitlab_rails['ldap_enabled'] = true # verify_certificates: true # smartcard_auth: false # active_directory: true +# smartcard_ad_cert_field: 'altSecurityIdentities' +# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name' # allow_username_or_email_login: false # lowercase_usernames: false # block_auto_created_users: false @@ -1059,6 +1063,25 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__ # } # } +### Registry garbage collection +###! Docs: https://gitlab.com/gitlab-org/container-registry/-/blob/master/docs/configuration.md?ref_type=heads#gc +# registry['gc'] = { +# 'disabled' => false, +# 'maxbackoff' => '24h', +# 'noidlebackoff' => false, +# 'transactiontimeout' => '10s', +# 'reviewafter' => '24h', +# 'manifests' => { +# 'disabled' => false, +# 'interval' => '5s' +# }, +# 'blobs' => { +# 'disabled' => false, +# 'interval' => '5s', +# 'storagetimeout' => '5s' +# } +# } + ### Registry notifications endpoints # registry['notifications'] = [ # { @@ -1202,10 +1225,12 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__ # gitlab_workhorse['redis_sentinel_master_ip'] = nil # gitlab_workhorse['redis_sentinel_master_port'] = nil - ##! Command to generate extra configuration # gitlab_workhorse['extra_config_command'] = nil +##! Metadata configuration section +# gitlab_workhorse['metadata_zip_reader_limit_bytes'] = nil + ################################################################################ ## GitLab User Settings ##! Modify default git user. @@ -1243,7 +1268,7 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__ # puma['listen'] = '127.0.0.1' puma['port'] = __PORT_PUMA__ # puma['socket'] = '/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket' -# puma['somaxconn'] = 1024 +# puma['somaxconn'] = 2048 ### SSL settings # puma['ssl_listen'] = nil @@ -2623,6 +2648,10 @@ nginx['listen_https'] = false # { key: 'http.http://example.com.proxy', value: 'http://example.proxy.com' }, # ], # }, +# gitlab: { +# url: 'http://localhost:9999', +# relative_url_root: '/gitlab-ee', +# }, # hooks: { # custom_hooks_dir: '/var/opt/gitlab/gitaly/custom_hooks', # }, @@ -2837,6 +2866,11 @@ package['modify_kernel_parameters'] = __MODIFY_KERNEL_PARAMETERS__ # package['generate_default_secrets'] = true ##! Set to false to prevent creating the default `gitlab-secrets.json` file # package['generate_secrets_json_file'] = true + +##! Settings to control SELinux policy +##! Experimental. Set to 1.0 to switch from legacy multiple policy modules to +##! newer single `gitlab` SELinux policy module. +# package['selinux_policy_version'] = nil ################################################################################ ################################################################################ ## Configuration Settings for GitLab EE only ## diff --git a/manifest.toml b/manifest.toml index ea961e4..477d01d 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.9.1~ynh1" +version = "16.10.1~ynh1" maintainers = ["kay0u"] diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 910a0a1..a1430d0 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,22 +1,22 @@ #!/bin/bash -gitlab_version="16.9.1" +gitlab_version="16.10.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="40d2fa21eb01d07e937436938725ab6c16b8ba95fd193189f7bdd3e5c88175de" -gitlab_x86_64_bullseye_source_sha256="ef4225677c2b650a748a7b42a564091178dfa5e7c5f0a2d300468a0c160d7461" -gitlab_x86_64_buster_source_sha256="24d6676130a48bb747f2abfe53bd51f59102e1997796a1e14492e72643a12f99" +gitlab_x86_64_bookworm_source_sha256="e0b7b087c586b91bd2e67b0c119159df170e1a856f88249ec64b85b5e0c76077" +gitlab_x86_64_bullseye_source_sha256="d5b06da77a8523971c1d3ce8dfad6dd4d6d1e5df72798e17e185ce45bfd73ac5" +gitlab_x86_64_buster_source_sha256="3f99f993f489c10f6d4a327b7875f7716d67c4059d4cbcaf6426fd7d3fd4138d" -gitlab_arm64_bookworm_source_sha256="996c59e2c924bdf45d712be5edc6a3d8fc330df8d7dd5492641348321216ee88" -gitlab_arm64_bullseye_source_sha256="ee1651d37e4d524cd36127844d1cf83bed7675841c07c9f03f24bad27d4932cd" -gitlab_arm64_buster_source_sha256="1f47cb6eaea6c4b2c1280e898710b621fbd7618564f4c50f7c1ee5123787ec07" +gitlab_arm64_bookworm_source_sha256="dfb2858b3ea1e048c7a9342e18f4a862df5d065a4c1ff88e706b243eaaaca3ae" +gitlab_arm64_bullseye_source_sha256="2da4b82eb9f7d8f37149192c66ad7013940724d8eb8e993a3072516f288f085b" +gitlab_arm64_buster_source_sha256="0bf354f2ea1f61a3cd13a0e146ba67ffb96311cb65efa03415e1dbca64f29b53" gitlab_arm_bookworm_source_sha256="" -gitlab_arm_bullseye_source_sha256="ca592a4b000571bd5de6aeed95a2abf067127bd303c46c6fd8757f42dc3bc477" -gitlab_arm_buster_source_sha256="be180053b3b1a43308eac14e837faa65bcea909cef10a4c3b66f989fcfeff5f5" +gitlab_arm_bullseye_source_sha256="bfeb3ba3c3d089c6ecfcfafc57e77b89e3413b86c8c1e2516d806b1a34e288ba" +gitlab_arm_buster_source_sha256="210b8c5728fcf7c434e72b9dec38a8c4f61a3d3589ca96494e625ef5716595e3" architecture=$(ynh_app_setting_get --app="$app" --key=architecture)